interface XStyleCondition in module com::sun::star::style::

(Global Index)

Syntax

interface XStyleCondition : com::sun::star::uno::XInterface ;

Description

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

Method Summary

getStyleConditionByType

setStyleConditionByType sets the style condition for the specified type.

Method Details



getStyleConditionByType

Syntax

string getStyleConditionByType (
short TextType );

Returns

the style condition for the specified type.

setStyleConditionByType

Syntax

oneway void setStyleConditionByType (
string StyleName,
short TextType );

Description

sets the style condition for the specified type.

Top of Page