Properties' Details |
IsPhysical
[ readonly ] boolean IsPhysical;
- Usage Restrictions
- optional
- Description
- determines if a style is physically created.
Built in styles may not be created until they are needed.
To prevent standard style properties from being exported, it may be
useful to check if the style is created first.
|
|
FollowStyle
boolean FollowStyle;
- Usage Restrictions
- optional
- Description
- contains the name of the style that is applied to the next paragraph.
This property is usually available at paragraph styles only.
|
|
DisplayName
[ readonly ] string DisplayName;
- Usage Restrictions
- optional
- Description
- contains the name of the style as it is displayed in the user interface.
The names of the styles at the API are language independent. The user interface
names are localised.
|
|
IsAutoUpdate
string IsAutoUpdate;
- Usage Restrictions
- optional
- Description
- determines if a style is automatically updated, if the properties of an object
that the style is applied to are changed.
For example, if the style is applied to a paragraph and the properties of the paragraph
are changed then the style will be updated accordingly.
|
|
Copyright © 2003 Sun Microsystems, Inc.