Properties' Summary |
[ readonly ] boolean
IsPhysical |
[ OPTIONAL ]
determines if a style is physically created.
|
string
FollowStyle |
[ OPTIONAL ]
contains the name of the style that is applied to the next paragraph.
|
[ readonly ] string
DisplayName |
[ OPTIONAL ]
contains the name of the style as it is displayed in the user interface.
|
string
IsAutoUpdate |
[ OPTIONAL ]
determines if a style is automatically updated, if the properties of an object
that the style is applied to are changed.
|
sequence< ::com::sun::star::beans::NamedValue >
ParaStyleConditions |
[ OPTIONAL ]
defines the context and styles for conditional paragraphs.
|
boolean
Hidden |
[ OPTIONAL ]
Flag indicating whether to hide the style in the UI.
Since LibreOffice 4.0
|
sequence< ::com::sun::star::beans::PropertyValue >
StyleInteropGrabBag |
[ OPTIONAL ]
Grab bag of style properties, used as a string-any map for interim interop purposes.
Since LibreOffice 4.2
|
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
string 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 localized.
|
|
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.
|
|
ParaStyleConditions
sequence< ::com::sun::star::beans::NamedValue > ParaStyleConditions;
- Usage Restrictions
- optional
- Description
- defines the context and styles for conditional paragraphs.
This property is only available if the style is a conditional
paragraph style.
The sequence consists of pairs where the name part of the pair
defines the context where it should be applied and the value part
is a string naming the style to be used in that context.
Assigning an empty string to the style name will disable
the conditional style for that context.
The allowed strings (contexts) for the name part of an entry
of the sequence are:
- TableHeader
- Table
- Frame
- Section
- Footnote
- Endnote
- Header
- Footer
- OutlineLevel1
- OutlineLevel2
- OutlineLevel3
- OutlineLevel4
- OutlineLevel5
- OutlineLevel6
- OutlineLevel7
- OutlineLevel8
- OutlineLevel9
- OutlineLevel10
- NumberingLevel1
- NumberingLevel2
- NumberingLevel3
- NumberingLevel4
- NumberingLevel5
- NumberingLevel6
- NumberingLevel7
- NumberingLevel8
- NumberingLevel9
- NumberingLevel10
Since OOo 2.0.1
|
|
Hidden
boolean Hidden;
- Usage Restrictions
- optional
- Description
- Flag indicating whether to hide the style in the UI.
Since LibreOffice 4.0
|
|
StyleInteropGrabBag
sequence< ::com::sun::star::beans::PropertyValue > StyleInteropGrabBag;
- Usage Restrictions
- optional
- Description
- Grab bag of style properties, used as a string-any map for interim interop purposes.
Since LibreOffice 4.2
This property is intentionally not handled by the ODF filter. Any
member that should be handled there should be first moved out from this grab
bag to a separate property.
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.