Enumeration StiTableConditionPermissions

Index

Enumeration members

All

All: = None | Font | FontSize | FontStyleBold | FontStyleItalic | FontStyleUnderline | FontStyleStrikeout | ForeColor | BackColor

BackColor

BackColor: = 128

Font

Font: = 1

FontSize

FontSize: = 2

FontStyleBold

FontStyleBold: = 4

FontStyleItalic

FontStyleItalic: = 8

FontStyleStrikeout

FontStyleStrikeout: = 32

FontStyleUnderline

FontStyleUnderline: = 16

ForeColor

ForeColor: = 64

None

None: = 0

Generated using TypeDoc