specifies a format condition for a control. More...
import "XFormatCondition.idl";
 
  
| Exported Interfaces | |
| interface | XReportControlFormat | 
| interface | com::sun::star::beans::XPropertySet | 
| gives access to the properties. | |
| Public Attributes | |
| boolean | Enabled | 
| specifies if the condition is enabled or not. | |
| string | Formula | 
| defines the formula of the format condition. | |
|  Public Attributes inherited from XReportControlFormat | |
| com::sun::star::util::Color | ControlBackground | 
| specifies the background color (RGB) of the control. | |
| boolean | ControlBackgroundTransparent | 
| determines if the background color is set to transparent. | |
| short | ParaAdjust | 
| specifies the horizontal alignment of the text. | |
| com::sun::star::awt::FontDescriptor | FontDescriptor | 
| specifies the font attributes of the text in the control. | |
| com::sun::star::awt::FontDescriptor | FontDescriptorAsian | 
| specifies the font attributes of the text in the control. | |
| com::sun::star::awt::FontDescriptor | FontDescriptorComplex | 
| specifies the font attributes of the text in the control. | |
| short | ControlTextEmphasis | 
| specifies the com::sun::star::text::FontEmphasis value of the text in the control. | |
| short | CharEmphasis | 
| contains the font emphasis value as com::sun::star::text::FontEmphasis. | |
| boolean | CharCombineIsOn | 
| determines whether text is formatted in two lines. | |
| string | CharCombinePrefix | 
| contains the prefix (usually parenthesis) before text that is formatted in two lines. | |
| string | CharCombineSuffix | 
| contains the suffix (usually parenthesis) after text that is formatted in two lines. | |
| boolean | CharHidden | 
| If this optional property is TRUE, then the characters are invisible. | |
| boolean | CharShadowed | 
| specifies if the characters are formatted and displayed with a shadow effect. | |
| boolean | CharContoured | 
| specifies if the characters are formatted and displayed with a contour effect. | |
| short | CharCaseMap | 
| optional property which contains the value of the case-mapping of the text for formatting and displaying. | |
| com::sun::star::lang::Locale | CharLocale | 
| contains the value of the locale. | |
| short | CharEscapement | 
| specifies the percentage by which to raise/lower superscript/subscript characters. | |
| byte | CharEscapementHeight | 
| This is the additional height used for subscript or superscript characters in units of percent. | |
| boolean | CharAutoKerning | 
| optional property to determine whether the kerning tables from the current font are used. | |
| short | CharKerning | 
| optional property which contains the value of the kerning of the characters. | |
| boolean | CharFlash | 
| If this optional property is TRUE, then the characters are flashing. | |
| short | CharRelief | 
| specifies the com::sun::star::text::FontRelief value of the text in the control. | |
| string | CharFontName | 
| This attribute specifies the name of the font style. | |
| string | CharFontStyleName | 
| This attribute contains the name of the font style. | |
| short | CharFontFamily | 
| This attribute contains font family as specified in com.sun.star.awt.FontFamily . | |
| short | CharFontCharSet | 
| This attribute contains the text encoding of the font as specified in com.sun.star.awt.CharSet. | |
| short | CharFontPitch | 
| This attribute contains the font pitch as specified in com.sun.star.awt.FontPitch. | |
| com::sun::star::util::Color | CharColor | 
| specifies the text color (RGB) of the control. | |
| com::sun::star::util::Color | CharUnderlineColor | 
| specifies the text line color (RGB) of the control. | |
| float | CharHeight | 
| This value contains the height of the characters in point. | |
| short | CharUnderline | 
| This attribute contains the value for the character underline. | |
| float | CharWeight | 
| This attribute contains the value of the font weight. | |
| com::sun::star::awt::FontSlant | CharPosture | 
| This attribute contains the value of the posture of the document. | |
| short | CharStrikeout | 
| determines the type of the strike out of the character. | |
| boolean | CharWordMode | 
| If this attribute is TRUE, the underline and strike-through properties are not applied to white spaces. | |
| short | CharRotation | 
| determines the rotation of a character in degree. | |
| short | CharScaleWidth | 
| determines the percentage value for scaling the width of characters. | |
| com::sun::star::style::VerticalAlignment | VerticalAlign | 
| specifies the vertical alignment of the text in the control. | |
| string | HyperLinkURL | 
| contains the URL of a hyperlink (if set). | |
| string | HyperLinkTarget | 
| contains the name of the target for a hyperlink (if set). | |
| string | HyperLinkName | 
| contains the name of the hyperlink (if set). | |
| string | VisitedCharStyleName | 
| contains the character style name for visited hyperlinks. | |
| string | UnvisitedCharStyleName | 
| contains the character style name for unvisited hyperlinks. | |
| float | CharHeightAsian | 
| This value contains the height of the characters in point. | |
| float | CharWeightAsian | 
| This property contains the value of the font weight. | |
| string | CharFontNameAsian | 
| This property specifies the name of the font style. | |
| string | CharFontStyleNameAsian | 
| This property contains the name of the font style. | |
| short | CharFontFamilyAsian | 
| This property contains font family as specified in com.sun.star.awt.FontFamily . | |
| short | CharFontCharSetAsian | 
| This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet. | |
| short | CharFontPitchAsian | 
| This property contains the font pitch as specified in com.sun.star.awt.FontPitch. | |
| com::sun::star::awt::FontSlant | CharPostureAsian | 
| This property contains the value of the posture of the document. | |
| com::sun::star::lang::Locale | CharLocaleAsian | 
| contains the value of the locale. | |
| float | CharHeightComplex | 
| This value contains the height of the characters in point. | |
| float | CharWeightComplex | 
| This property contains the value of the font weight. | |
| string | CharFontNameComplex | 
| This property specifies the name of the font style. | |
| string | CharFontStyleNameComplex | 
| This property contains the name of the font style. | |
| short | CharFontFamilyComplex | 
| This property contains font family as specified in com.sun.star.awt.FontFamily . | |
| short | CharFontCharSetComplex | 
| This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet. | |
| short | CharFontPitchComplex | 
| This property contains the font pitch as specified in com.sun.star.awt.FontPitch. | |
| com::sun::star::awt::FontSlant | CharPostureComplex | 
| This property contains the value of the posture of the document. | |
| com::sun::star::lang::Locale | CharLocaleComplex | 
| contains the value of the locale. | |
specifies a format condition for a control.
| interface com::sun::star::beans::XPropertySet | 
gives access to the properties.
| interface XReportControlFormat | 
| 
 | attributebound | 
specifies if the condition is enabled or not.
| 
 | attributebound | 
defines the formula of the format condition.
If the formula evaluates to TRUE then the format will be applied.