| LibreOffice
    LibreOffice 25.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. | |
| boolean | isInUse () | 
| string | getParentStyle () | 
| void | setParentStyle ([in] string aParentStyle) raises ( com::sun::star::container::NoSuchElementException ) | 
| sets the name of the parent style. | |
| Public Member Functions inherited from XNamed | |
| string | getName () | 
| void | setName ([in] string aName) | 
| sets the programmatic name of the object. | |
| Public Member Functions inherited from XInterface | |
| 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 | ( | ) | 
| 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.