Gets or sets a value indicating whether to remove paragraphs which contain empty merge fields
Namespace: Spire.Doc.ReportingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool HideEmptyParagraphs { get; set; }
Public Property HideEmptyParagraphs As Boolean Get Set
public: property bool HideEmptyParagraphs { bool get (); void set (bool value); }
member HideEmptyParagraphs : bool with get, set