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

interface XStyleSupplier

Methods' Summary
getStyle  
setStyle  
Methods' Details
getStyle
XStyle
getStyle();

setStyle
void
setStyle( [in] XStyle  xStyle )
raises( ::com::sun::star::lang::IllegalArgumentException );

Parameter 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.
Top of Page