Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: style ::

interface XStyle
Base Interfaces
XStyle
┗ ::com::sun::star::container::XNamed

::com::sun::star::container::XNamed
(referenced interface's summary:)
specifies the name of the object.
Description
specifies a template for a style (aka style sheet).
Developers Guide
Text - Overall Document Features - Styles
Drawings - Overall Document Features - Styles - Graphics Styles

Methods' Summary
isUserDefined identifies a style as defined by the user.  
isInUse  
getParentStyle  
setParentStyle sets the name of the parent style.  
Methods' Details
isUserDefined
boolean
isUserDefined();

Description
identifies a style as defined by the user.
isInUse
boolean
isInUse();

Returns
true if this type is used in the document.
getParentStyle
string
getParentStyle();

Returns
the name of the parent style, probably empty.
setParentStyle
void
setParentStyle( [in] string  aParentStyle )
raises( ::com::sun::star::container::NoSuchElementException );

Description
sets the name of the parent style.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.