Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XStyle

Base Interface
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 This service specifies a single style sheet.

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