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

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

Included Services
BaseIndex
(referenced entity's summary:)
specifies the basic service of different indexes within a document.
Properties' Summary
boolean
CreateFromStarMath
[ OPTIONAL ]
 
boolean
CreateFromStarImage
[ OPTIONAL ]
 
boolean
CreateFromStarChart
[ OPTIONAL ]
 
boolean
CreateFromStarCalc
[ OPTIONAL ]
 
boolean
CreateFromStarDraw
[ OPTIONAL ]
 
boolean
CreateFromOtherEmbeddedObjects
[ OPTIONAL ]
 
Properties' Details
CreateFromStarMath
boolean CreateFromStarMath;
Usage Restrictions
optional
CreateFromStarImage
boolean CreateFromStarImage;
Usage Restrictions
optional
CreateFromStarChart
boolean CreateFromStarChart;
Usage Restrictions
optional
CreateFromStarCalc
boolean CreateFromStarCalc;
Usage Restrictions
optional
CreateFromStarDraw
boolean CreateFromStarDraw;
Usage Restrictions
optional
CreateFromOtherEmbeddedObjects
boolean CreateFromOtherEmbeddedObjects;
Usage Restrictions
optional

 
Top of Page