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

service ObjectIndex
Description
specifies service of object indexes within a document.
See also
BaseIndex

Included Services
BaseIndex
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