Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1StyleType Enumeration

In This Topic
    C1StyleType Enumeration
    In This Topic
    Specifies the types of content to which the inline style will be applied.
    Syntax
    'Declaration
     
    Public Enum C1StyleType 
       Inherits System.Enum
    public enum C1StyleType : System.Enum 
    Members
    MemberDescription
    Any Style is applied to any kind of content.
    Character Style is applied only to characters in the range.
    List Style is applied only to lists containing the range.
    Paragraph Style is applied only to whole paragraphs containing the text range.
    Table Style is applied only to tables containing the range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.C1StyleType

    See Also