:: com :: sun :: star :: report ::

interface XFormatCondition
Base Interfaces
XFormatConditionXReportControlFormat
┗ ::com::sun::star::beans::XPropertySet

XReportControlFormat
(referenced interface's summary:)
specifies a format condition for a control.
::com::sun::star::beans::XPropertySet
Description
gives access to the properties.
Description
specifies a format condition for a control.

Attributes' Summary
Enabled specifies if the condition is enabled or not.  
Formula defines the formula of the format condition. If the formula evaluates to true then the format will be applied.  
Attributes' Details
Enabled
[ bound ] boolean Enabled;
Description
specifies if the condition is enabled or not.
Formula
[ bound ] string Formula;
Description
defines the formula of the format condition. If the formula evaluates to true then the format will be applied.
Top of Page