/// Controls if a table row is allowed to split or not. This is used in the item set of an /// SwTableLine's format. class SW_DLLPUBLIC SwFormatRowSplit final : public SfxBoolItem
{ public:
DECLARE_ITEM_TYPE_FUNCTION(SwFormatRowSplit)
SwFormatRowSplit( bool bSplit = true ) : SfxBoolItem( RES_ROW_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.