TxmlPrintOptions Type
Represents type TxmlPrintOptions.
type TxmlPrintOptions = Set of ( xmloNoFormatting, xmloNoIndent, xmloNoEOL, xmloUseTabIndent, xmloUseDoubleQuotes, xmloForceQuoteType);
The TxmlPrintOptions type exposes the following members.
Show:
| Name | Description | |
|---|---|---|
![]() | xmloForceQuoteType | Represents constant |
![]() | xmloNoEOL | Represents constant |
![]() | xmloNoFormatting | Represents constant |
![]() | xmloNoIndent | Represents constant |
![]() | xmloUseDoubleQuotes | Represents constant |
![]() | xmloUseTabIndent | Represents constant |
