#define LINE_SPACE_DEFAULT_HEIGHT 200 class EDITENG_DLLPUBLIC SvxLineSpacingItem final : public SfxPoolItem
{ short nInterLineSpace;
sal_uInt16 nLineHeight;
sal_uInt16 nPropLineSpace;
SvxLineSpaceRule eLineSpaceRule;
SvxInterLineSpaceRule eInterLineSpaceRule;
public: static SfxPoolItem* CreateDefault();
// The writer relies on a default height of 200! Actually, I would // initialize all values to 0, but who can ignore the consequences in // writer? => Rather have a crooked vales as the default, but the // programmer sees that there's something special happening.
DECLARE_ITEM_TYPE_FUNCTION(SvxLineSpacingItem)
SvxLineSpacingItem( sal_uInt16 nLineHeight /*= LINE_SPACE_DEFAULT_HEIGHT*/, const sal_uInt16 nId );
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.