:: com :: sun :: star :: text ::

service DocumentIndexLevelFormat
Description
This service provides access to the structure of the levels of document indexes.

The element type is Sequence<PropertyValues >. Each element in this sequence represents a member of an index line. The following properties are part of such an element.

  • TokenType

    Values:

    • TokenEntryNumber - chapter number, used in content indexes only

    • TokenEntryText - text of the entry

    • TokenTabStop - tab stop

    • TokenText - user defined text

    • TokenPageNumber - page number

    • TokenChapterInfo - chapter info, in alphabetical indexes only

    • TokenHyperlinkStart - start of a hyperlink

    • TokenHyperlinkEnd - end of a hyperlink

    • TokenBibliographyDataField - bibliographic data field

  • CharacterStyleName

    Name of the character style applied to the element. Invalid in tab stops.

  • TabStopRightAligned

    Tab stop is right aligned. Only valid for tab stops.

  • TabStopPosition

    Position of the tab stop. Only valid for tab stops.

  • TabStopFillCharacter

    Fill character in tab stops.

  • WithTab

    If true insert tab character.

  • Text

    Text. Only valid in user defined text.

  • ChapterFormat

    Valid in chapter info only. see ::com::sun::star::text::ChapterFormat


Exported Interfaces
::com::sun::star::container::XIndexReplace
(referenced entity's summary:)
This is the generic interface for supporting the replacement of indexed elements.

 
Top of Page