Package | stimulsoft.report.components.enums |
Class | public class StiConditionPermissions |
Inheritance | StiConditionPermissions ![]() |
Constant | Defined By | ||
---|---|---|---|
All : int = 255 [static] All options. | StiConditionPermissions | ||
BackColor : int = 64 [static] Allow use BackColor in component. | StiConditionPermissions | ||
Borders : int = 128 [static] Allow use Borders in component. | StiConditionPermissions | ||
Font : int = 1 [static] Allow use Font name in component. | StiConditionPermissions | ||
FontSize : int = 2 [static] Allow use Font Size in component. | StiConditionPermissions | ||
FontStyleBold : int = 4 [static] Allow use Bold style of Font in component. | StiConditionPermissions | ||
FontStyleItalic : int = 8 [static] Allow use Italic style of Font in component. | StiConditionPermissions | ||
FontStyleUnderline : int = 16 [static] Allow use Underline style of Font in component. | StiConditionPermissions | ||
None : int = 0 [static] Without any options. | StiConditionPermissions | ||
TextColor : int = 32 [static] Allow use TextColor in component. | StiConditionPermissions |
All | Constant |
public static const All:int = 255
All options.
BackColor | Constant |
public static const BackColor:int = 64
Allow use BackColor in component.
Borders | Constant |
public static const Borders:int = 128
Allow use Borders in component.
Font | Constant |
public static const Font:int = 1
Allow use Font name in component.
FontSize | Constant |
public static const FontSize:int = 2
Allow use Font Size in component.
FontStyleBold | Constant |
public static const FontStyleBold:int = 4
Allow use Bold style of Font in component.
FontStyleItalic | Constant |
public static const FontStyleItalic:int = 8
Allow use Italic style of Font in component.
FontStyleUnderline | Constant |
public static const FontStyleUnderline:int = 16
Allow use Underline style of Font in component.
None | Constant |
public static const None:int = 0
Without any options.
TextColor | Constant |
public static const TextColor:int = 32
Allow use TextColor in component.