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

service ObjectIndex
Description
specifies service of object 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
boolean
CreateFromStarMath
[ OPTIONAL ]
Determines if star office math objects are included in the office.  
boolean
CreateFromStarImage
[ OPTIONAL ]
Determines if star office image objects are included in the office.  
boolean
CreateFromStarChart
[ OPTIONAL ]
Determines if star office chart objects are included in the office.  
boolean
CreateFromStarCalc
[ OPTIONAL ]
Determines if star office calc objects are included in the office.  
boolean
CreateFromStarDraw
[ OPTIONAL ]
Determines if star office draw objects are included in the office.  
boolean
CreateFromOtherEmbeddedObjects
[ OPTIONAL ]
Determines if external embedded objects are included in the office.  
Included Services - Details
BaseIndex
(referenced entity's summary:)
specifies the basic service of different indexes within a document.
Properties' Details
CreateFromStarMath
boolean CreateFromStarMath;
Usage Restrictions
optional
Description
Determines if star office math objects are included in the office.
CreateFromStarImage
boolean CreateFromStarImage;
Usage Restrictions
optional
Description
Determines if star office image objects are included in the office.
CreateFromStarChart
boolean CreateFromStarChart;
Usage Restrictions
optional
Description
Determines if star office chart objects are included in the office.
CreateFromStarCalc
boolean CreateFromStarCalc;
Usage Restrictions
optional
Description
Determines if star office calc objects are included in the office.
CreateFromStarDraw
boolean CreateFromStarDraw;
Usage Restrictions
optional
Description
Determines if star office draw objects are included in the office.
CreateFromOtherEmbeddedObjects
boolean CreateFromOtherEmbeddedObjects;
Usage Restrictions
optional
Description
Determines if external embedded objects are included in the office.

 
Top of Page