Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Spacing Class / NoSpaceBetweenParagraphsOfSameStyle Property

In This Topic
    NoSpaceBetweenParagraphsOfSameStyle Property
    In This Topic
    When true, SpaceBefore and SpaceAfter will be ignored between the paragraphs of the same style.
    Syntax
    'Declaration
     
    Public Property NoSpaceBetweenParagraphsOfSameStyle As System.Boolean
    public System.bool NoSpaceBetweenParagraphsOfSameStyle {get; set;}
    See Also