ComponentOne Word for UWP
RtfFontStyle Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word Namespace : RtfFontStyle Enumeration
Specifies style information applied to text.
Syntax
'Declaration
 
Public Enum RtfFontStyle 
   Inherits System.Enum
public enum RtfFontStyle : 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.Xaml.Word.RtfFontStyle

See Also

Reference

C1.Xaml.Word Namespace