TxmlPrintOptions Type

Represents type TxmlPrintOptions.

Namespace: flcXMLDocument
type
 TxmlPrintOptions = Set of (
 xmloNoFormatting, 
 xmloNoIndent, 
 xmloNoEOL, 
 xmloUseTabIndent, 
 xmloUseDoubleQuotes, 
 xmloForceQuoteType); 

The TxmlPrintOptions type exposes the following members.

Show:
 NameDescription
xmloForceQuoteType

Represents constant xmloForceQuoteType.

xmloNoEOL

Represents constant xmloNoEOL.

xmloNoFormatting

Represents constant xmloNoFormatting.

xmloNoIndent

Represents constant xmloNoIndent.

xmloUseDoubleQuotes

Represents constant xmloUseDoubleQuotes.

xmloUseTabIndent

Represents constant xmloUseTabIndent.

Top