NevronOpenVision
Nevron.Nov.Text Namespace / NRichTextStyle Class
Fields Properties Methods Events


In This Topic
    NRichTextStyle Class Members
    In This Topic

    The following tables list the members exposed by NRichTextStyle.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Inverted property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsModified property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsUsed property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRichTextStyle.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Scope property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowInGallery property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StyleId property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StyleName property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    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
    Public Methods
     NameDescription
    Public MethodAdds the styling information of this rich text style to the given style sheet.  
    Public MethodApplies this rich text style to the given text element and adds the style to the rich text document the given text element resides in.  
    Public MethodChecks whether this rich text style can be applied on the given text element.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds the user class condition of this rich text style to the given selector builder.  
    Internal Methodstatic (Shared in Visual Basic)  
    Protected MethodClears the local style (i.e. the local values of properties subject to styling) of the given text element.  
    Internal Method  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also