ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfStyle Class / Name Property

In This Topic
    Name Property (RtfStyle)
    In This Topic
    Gets or sets name for this style.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}

    Property Value

    The Word/RTF style unique text name.
    See Also