LibreOffice
LibreOffice 24.8 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. | |
boolean | isInUse () |
string | getParentStyle () |
void | setParentStyle ([in] string aParentStyle) raises ( com::sun::star::container::NoSuchElementException ) |
sets the name of the parent style. | |
![]() | |
string | getName () |
void | setName ([in] string aName) |
sets the programmatic name of the object. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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.