LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XStyleSupplier.idl";
Public Member Functions | |
::com::sun::star::style::XStyle | getStyle () |
get the currently set style. More... | |
void | setStyle ([in] ::com::sun::star::style::XStyle xStyle) raises ( com::sun::star::lang::IllegalArgumentException ) |
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... | |
::com::sun::star::style::XStyle getStyle | ( | ) |
get the currently set style.
void setStyle | ( | [in] ::com::sun::star::style::XStyle | xStyle | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
xStyle | If you want to remove an existing style, you can set an empty (null) object. Otherwise, the object given must support the service PropertyTemplate. |