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

In This Topic
    ParagraphFormat Property (ListLevel)
    In This Topic
    Gets the paragraph properties that are applied as part of a given numbering level.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParagraphFormat As ParagraphFormat
    public ParagraphFormat ParagraphFormat {get;}
    Remarks
    These paragraph properties are applied to any numbered paragraph that references this list level. Paragraph properties specified on the numbered paragraph itself override the paragraph properties specified in this list level.
    See Also