ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / Style Property

In This Topic
    Style Property (RtfParagraph)
    In This Topic
    Gets or sets the style for this paragraph.
    Syntax
    'Declaration
     
    Public Property Style As RtfParagraphStyle
    public RtfParagraphStyle Style {get; set;}

    Property Value

    The Word/RTF style of the paragraph.
    See Also