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

service UserDefinedIndex
Description
specifies service of user defined indexes within a document.
See also
BaseIndex

Included Services - Summary
BaseIndex
(referenced entity's summary:)
specifies the basic service of different indexes within a document.
Properties' Summary
::com::sun::star::container::XIndexReplace
LevelParagraphStyles
[ OPTIONAL ]
contains the interface to access the paragraph style names that are included in this index.  
boolean
CreateFromMarks
[ OPTIONAL ]
determins if the document index marks are included in this index.  
boolean
UseLevelFromSource
[ OPTIONAL ]
determins if the outline level of the location of the indexed object is used as index level of the index entry. 
boolean
CreateFromTables
[ OPTIONAL ]
determins if tables are included in the index.  
boolean
CreateFromTextFrames
[ OPTIONAL ]
determins if text frames are included in the index.  
boolean
CreateFromGraphicObjects
[ OPTIONAL ]
determins if graphic objects are included in the index.  
boolean
CreateFromEmbeddedObjects
[ OPTIONAL ]
determins if embedded objects are included in the index.  
[ readonly ] sequence< XDocumentIndexMark >
DocumentIndexMarks
contains all index marks that are related to this index.  
Included Services - Details
BaseIndex
(referenced entity's summary:)
specifies the basic service of different indexes within a document.
Properties' Details
LevelParagraphStyles
::com::sun::star::container::XIndexReplace LevelParagraphStyles;
Usage Restrictions
optional
Description
contains the interface to access the paragraph style names that are included in this index.
See also
DocumentIndexParagraphStyles
CreateFromMarks
boolean CreateFromMarks;
Usage Restrictions
optional
Description
determins if the document index marks are included in this index.
UseLevelFromSource
boolean UseLevelFromSource;
Usage Restrictions
optional
Description
determins if the outline level of the location of the indexed object is used as index level of the index entry.
CreateFromTables
boolean CreateFromTables;
Usage Restrictions
optional
Description
determins if tables are included in the index.
CreateFromTextFrames
boolean CreateFromTextFrames;
Usage Restrictions
optional
Description
determins if text frames are included in the index.
CreateFromGraphicObjects
boolean CreateFromGraphicObjects;
Usage Restrictions
optional
Description
determins if graphic objects are included in the index.
CreateFromEmbeddedObjects
boolean CreateFromEmbeddedObjects;
Usage Restrictions
optional
Description
determins if embedded objects are included in the index.
DocumentIndexMarks
[ readonly ] sequence< XDocumentIndexMark > DocumentIndexMarks;
Description
contains all index marks that are related to this index.

 
Top of Page