C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / RtfFontStyle Enumeration

RtfFontStyle Enumeration
Specifies style information applied to text.
Syntax
'Declaration
 
Public Enum RtfFontStyle 
   Inherits System.Enum
 
Members
MemberDescription
BoldBold text.
ItalicItalic text.
RegularNormal text.
StrikeoutText with a line through the middle.
UnderlineUnderlined text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Word.RtfFontStyle

See Also