Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service ObjectIndex

Description
specifies service of object indexes within a document.
See also
com::sun::star::text::BaseIndex


Included Services

com::sun::star::text::BaseIndex
Description
specifies the basic service of different indexes within a document.

Properties' Summary

CreateFromStarMath [ OPTIONAL ]
CreateFromStarImage [ OPTIONAL ]
CreateFromStarChart [ OPTIONAL ]
CreateFromStarCalc [ OPTIONAL ]
CreateFromStarDraw [ OPTIONAL ]
CreateFromOtherEmbeddedObjects [ OPTIONAL ]

Properties' Details

CreateFromStarMath
 
boolean CreateFromStarMath;
[ OPTIONAL ]
CreateFromStarImage
 
boolean CreateFromStarImage;
[ OPTIONAL ]
CreateFromStarChart
 
boolean CreateFromStarChart;
[ OPTIONAL ]
CreateFromStarCalc
 
boolean CreateFromStarCalc;
[ OPTIONAL ]
CreateFromStarDraw
 
boolean CreateFromStarDraw;
[ OPTIONAL ]
CreateFromOtherEmbeddedObjects
 
boolean CreateFromOtherEmbeddedObjects;
[ OPTIONAL ]

Top of Page