OptionsFormatXml Property
|
Whether to format the input XML using indents
and new lines to make it more readable. If you want to take
advantage of the Frame.LineNumber property you will typically want
the XML formatted in this way.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool FormatXml { get; set; }
Public Shared Property FormatXml As Boolean
Get
Set
static member FormatXml : bool with get, set
Property Value
Type:
Boolean
See Also