Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XStyleCondition

Base Interface
com::sun::star::uno::XInterface

Description
This interface makes it possible to access conditional styles of the object.


Methods' Summary

getStyleConditionByType
setStyleConditionByType sets the style condition for the specified type.

Methods' Details

getStyleConditionByType
 
string
getStyleConditionByType(
[ in ] short TextType );

Returns
the style condition for the specified type.
setStyleConditionByType
 
[ oneway ] void
setStyleConditionByType(
[ in ] string StyleName,
[ in ] short TextType );

Description
sets the style condition for the specified type.

Top of Page