Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / DoNotUseHTMLParagraphAutoSpacing Property

In This Topic
    DoNotUseHTMLParagraphAutoSpacing Property
    In This Topic
    Gets or sets whether to use fixed paragraph spacing for html auto setting.
    Syntax
    'Declaration
     
    Public Property DoNotUseHTMLParagraphAutoSpacing As System.Boolean
    public System.bool DoNotUseHTMLParagraphAutoSpacing {get; set;}
    See Also