Enum TextBoxTextAttrFlags
Enumerates possible flags used to indicate which attributes are being applied.
[Flags]
public enum TextBoxTextAttrFlags
Fields
Alignment = 128Apply "Alignment" attribute.
All = Character | ParagraphAll attributes flag.
AvoidPageBreakAfter = 1073741824Apply "AvoidPageBreakAfter" attribute.
AvoidPageBreakBefore = 536870912Apply "AvoidPageBreakBefore" attribute.
BackgroundColor = 2Apply "BackgroundColor" attribute.
Bullet = BulletStyle | BulletNumber | BulletText | BulletNameApply bullet attribute.
BulletName = 1048576Apply "BulletName" attribute.
BulletNumber = 262144Apply "BulletNumber" attribute.
BulletStyle = 131072Apply "BulletStyle" attribute.
BulletText = 524288Apply "BulletText" attribute.
Character = TextColor | BackgroundColor | CharacterStyleName | Url | Effects | FontApply character attributes.
CharacterStyleName = 16384Apply "CharacterStyleName" attribute.
Effects = 8388608Apply "Effects" attribute.
Font = FontFace | FontWeight | FontItalic | FontUnderline | FontEncoding | FontFamily | FontStrikethrough | FontSizeApply font attributes attribute.
FontEncoding = 33554432Apply "FontEncoding" attribute.
FontFace = 4Apply "FontFace" attribute.
FontFamily = 67108864Apply "FontFamily" attribute.
FontItalic = 32Apply "FontItalic" attribute.
FontPixelSize = 268435456Apply "FontPixelSize" attribute.
FontPointSize = 8Apply "FontPointSize" attribute.
FontSize = FontPointSize | FontPixelSizeApply font size attributes.
FontStrikethrough = 134217728Apply "FontStrikethrough" attribute.
FontUnderline = 64Apply "FontUnderline" attribute.
FontWeight = 16Apply "FontWeight" attribute.
LeftIndent = 256Apply "LeftIndent" attribute.
LineSpacing = 8192Apply "LineSpacing" attribute.
ListStyleName = 65536Apply "ListStyleName" attribute.
None = 0No attrributes are applied.
OutlineLevel = 16777216Apply "OutlineLevel" attribute.
PageBreak = 4194304Apply "PageBreak" attribute.
ParaSpacingAfter = 2048Apply "ParaSpacingAfter" attribute.
ParaSpacingBefore = 4096Apply "ParaSpacingBefore" attribute.
Paragraph = Alignment | LeftIndent | RightIndent | Tabs | ParaSpacingAfter | ParaSpacingBefore | LineSpacing | ParagraphStyleName | ListStyleName | Bullet | PageBreak | OutlineLevel | AvoidPageBreakBefore | AvoidPageBreakAfterApply paragraph attributes.
ParagraphStyleName = 32768Apply "ParagraphStyleName" attribute.
RightIndent = 512Apply "RightIndent" attribute.
Tabs = 1024Apply "Tabs" attribute.
TextColor = 1Apply "TextColor" attribute.
Url = 2097152Apply "Url" attribute.
Remarks
This enumeration supports a bitwise combination of its member values.