Syntax
interface XStyle : com::sun::star::container::XNamed ;
Description
specifies a template for a style (aka style sheet).
Known Services Which Export this Interface
|
com::sun::star::style::Style -
Method Details
|
|
Syntax
- boolean isUserDefined
();
Description
identifies a style as defined by the user.
Syntax
- boolean isInUse
();
Returns
-
true
if this type is used in the document.
Syntax
- string getParentStyle
();
Returns
-
the name of the parent style, probably empty.
Syntax
- void setParentStyle
(
- string aParentStyle )
- raises ( com::sun::star::container::NoSuchElementException );
Description
sets the name of the parent style.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.