LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a template for a style (aka style sheet). More...
import"XStyle.idl";
Public Member Functions | |
boolean | isUserDefined () |
identifies a style as defined by the user. More... | |
boolean | isInUse () |
string | getParentStyle () |
void | setParentStyle ([in] string aParentStyle) raises ( com::sun::star::container::NoSuchElementException ) |
sets the name of the parent style. More... | |
Public Member Functions inherited from XNamed | |
string | getName () |
void | setName ([in] string aName) |
sets the programmatic name of the object. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
specifies a template for a style (aka style sheet).
string getParentStyle | ( | ) |
boolean isInUse | ( | ) |
TRUE
if this type is used in the document. boolean isUserDefined | ( | ) |
identifies a style as defined by the user.
void setParentStyle | ( | [in] string | aParentStyle | ) | |
raises | ( | com::sun::star::container::NoSuchElementException | |||
) |
sets the name of the parent style.