LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to a numbering level as part of the Numbering Rules. More...
import"NumberingLevel.idl";
Public Attributes | |
short | Adjust |
adjusts the numbering (HoriOrientation_LEFT/RIGHT/CENTER) More... | |
short | ParentNumbering |
number of upper levels that are included in the current numbering symbol. More... | |
string | Prefix |
the prefix of the numbering symbol. More... | |
string | Suffix |
the suffix of the numbering symbol. More... | |
string | CharStyleName |
Name of the character style that is used for the numbering symbol. More... | |
short | BulletId |
the ID of the symbol in the given font. More... | |
string | BulletChar |
contains the symbol in the given font. More... | |
string | BulletFontName |
the name of the font for the symbol. More... | |
com::sun::star::awt::FontDescriptor | BulletFont |
the font used to paint the bullet. More... | |
string | GraphicURL |
the URL of the graphic file that is used as the numbering symbol. More... | |
com::sun::star::awt::XBitmap | GraphicBitmap |
the graphic file that is used as the numbering symbol. More... | |
com::sun::star::awt::Size | GraphicSize |
size of the graphic that is used as bullet. More... | |
short | VertOrient |
contains the vertical orientation of a graphic. More... | |
short | StartWith |
specifies the start value for the numbering. More... | |
long | LeftMargin |
specifies the left margin of the numbering More... | |
long | SymbolTextDistance |
specifies the distance between the numbering symbol and the text of the paragraph. More... | |
long | FirstLineOffset |
specifies the offset between the beginning of the first line and the beginning of the following lines of the paragraph. More... | |
short | NumberingType |
specifies the type of numbering. More... | |
string | HeadingStyleName |
contains the name of the paragraph style that is interpreted as the header of this level. More... | |
string | ParagraphStyleName |
contains the name of the paragraph style that should use this numbering. More... | |
com::sun::star::util::Color | BulletColor |
contains the color for the symbol. More... | |
short | BulletRelSize |
contains the size of the symbol relative to the high of the paragraph. More... | |
short | PositionAndSpaceMode |
position and space mode More... | |
short | LabelFollowedBy |
character following the list label More... | |
long | ListtabStopPosition |
list tab position More... | |
long | FirstLineIndent |
additional line indent for the first text line More... | |
long | IndentAt |
indentation of the text lines More... | |
provides access to a numbering level as part of the Numbering Rules.
|
property |
adjusts the numbering (HoriOrientation_LEFT/RIGHT/CENTER)
|
property |
contains the symbol in the given font.
This is only valid if the numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
|
optionalproperty |
contains the color for the symbol.
This is only valid if the numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
|
optionalproperty |
the font used to paint the bullet.
|
property |
the name of the font for the symbol.
This is only valid if the numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
|
optionalproperty |
the ID of the symbol in the given font.
This is only valid if the numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
|
optionalproperty |
contains the size of the symbol relative to the high of the paragraph.
This is only valid if the numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
|
optionalproperty |
Name of the character style that is used for the numbering symbol.
|
optionalproperty |
additional line indent for the first text line
Specifies the first line indent. Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
|
property |
specifies the offset between the beginning of the first line and the beginning of the following lines of the paragraph.
|
optionalproperty |
the graphic file that is used as the numbering symbol.
This is only valid if the numbering type is com::sun::star::style::NumberingType::BITMAP.
|
optionalproperty |
size of the graphic that is used as bullet.
|
property |
the URL of the graphic file that is used as the numbering symbol.
This is only valid if the numbering type is com::sun::star::style::NumberingType::BITMAP.
Note the new behaviour since it this was deprecated: This property can only be set and only external URLs are supported (no more vnd.sun.star.GraphicObject scheme). When an URL is set, then it will load the bitmap and set the GraphicBitmap property.
|
property |
contains the name of the paragraph style that is interpreted as the header of this level.
It is only contained in the levels of chapter numbering rules.
|
optionalproperty |
indentation of the text lines
Specifies the indent of the text lines Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
|
optionalproperty |
character following the list label
Specifies the character following the list label. For valid values see com::sun::star::text::LabelFollow. Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
|
property |
specifies the left margin of the numbering
|
optionalproperty |
list tab position
Specifies the position of the list tab stop - only non-negative values are allowed. Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT and LabelFollowedBy equal LABELFOLLOW_LISTTAB
|
property |
specifies the type of numbering.
|
optionalproperty |
contains the name of the paragraph style that should use this numbering.
This is ignored for chapter numbering rules, use HeadingStyleName.
|
optionalproperty |
number of upper levels that are included in the current numbering symbol.
|
optionalproperty |
position and space mode
Specifies the position and space mode of the numbering level. For valid values see com::sun::star::text::PositionAndSpaceMode. If it equals LABEL_WIDTH_AND_POSITION, properties Adjust, LeftMargin, SymbolTextDistance and FirstLineOffset are used. If it equals LABEL_ALIGNMENT, properties Adjust, LabelFollowedBy, ListtabStopPosition, FirstLineIndent, IndentAt are used.
|
property |
the prefix of the numbering symbol.
|
optionalproperty |
specifies the start value for the numbering.
This property is only valid if the numbering type is not com::sun::star::style::NumberingType::BITMAP or com::sun::star::style::NumberingType::CHAR_SPECIAL.
|
property |
the suffix of the numbering symbol.
|
optionalproperty |
specifies the distance between the numbering symbol and the text of the paragraph.
|
optionalproperty |
contains the vertical orientation of a graphic.
It is set using com::sun::star::text::VertOrientation.