/// This appears in a table's item set, and controls if the table is allowed to split across pages /// and columns. class SW_DLLPUBLIC SwFormatLayoutSplit final : public SfxBoolItem
{ public:
DECLARE_ITEM_TYPE_FUNCTION(SwFormatLayoutSplit)
SwFormatLayoutSplit( bool bSplit = true ) : SfxBoolItem( RES_LAYOUT_SPLIT, bSplit ) {}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.