NevronOpenVision
Nevron.Nov.Text Namespace / NRichTextStyle Class


In This Topic
    NRichTextStyle Class Properties
    In This Topic

    For a list of all members of this type, see NRichTextStyle members.

    Public Properties
     NameDescription
    Public PropertyIf set to false (the default value) the style will be applied to all elements whose UserClass is equal to this style's name. If set to true, the style will be applied to all elements whose UserClass is different than this style's name.  
    Public PropertyChecks whether the rich text style is empty, i.e. it does not contain any information that can be added to a style sheet.  
    Public PropertyGets/Sets whether this rich text style has been modified or not. Modified styles are always serialized when saving documents.  
    Public PropertyGets/Sets whether this rich text style is actually used in the document and its rules should be applied to the rich text document's style sheet. Used styles are always serialized when saving documents.  
    Public PropertyGets the scope of this rich text style.  
    Public PropertyDetermines whether to show the style in a styles gallery. By default set to true.  
    Public PropertyGets the style ID of this rich text style. This is also the class name that is set to the UserClass property of text elements this style is applied to.  
    Public PropertyGets/Sets the name of this rich text style. The style name is used in the UI.  
    Public PropertyGets the type of this rich text style.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    See Also