Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedFontType Enumeration

In This Topic
    EmbeddedFontType Enumeration
    In This Topic
    Specifies the type of an embedded font.
    Syntax
    'Declaration
     
    Public Enum EmbeddedFontType 
       Inherits System.Enum
    public enum EmbeddedFontType : System.Enum 
    Members
    MemberDescription
    Bold Bold form of embedded font.
    BoldItalic Bold italic form of embedded font.
    Italic Italic form of embedded font.
    Regular Regular form of embedded font.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.EmbeddedFontType

    See Also