Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / ParagraphFormat Property

In This Topic
    ParagraphFormat Property (Style)
    In This Topic
    Gets the paragraph formatting of the style.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParagraphFormat As ParagraphFormat
    public ParagraphFormat ParagraphFormat {get;}
    Remarks
    For character and list styles this property returns null.
    See Also