ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / RtfFontStyle Enumeration

In This Topic
    RtfFontStyle Enumeration
    In This Topic
    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