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

In This Topic
    HangingPunctuation Property
    In This Topic
    Gets or sets whether the text in this paragraph shall be allowed to extend one character beyond the extents applied by any indents/margins when the character that extends past those extents is a punctuation character.
    Syntax
    'Declaration
     
    Public Property HangingPunctuation As System.Boolean
    public System.bool HangingPunctuation {get; set;}
    See Also