![]() | InDesign SDK 20.5 |
Public Member Functions | |
| INXOptions (INXStyle style=kINXExpanded) | |
| ~INXOptions () | |
| bool16 | operator== (const INXOptions &other) const |
| INXStyle | GetStyle () const |
| uint32 | GetINXStructure () const |
| bool16 | IsTraditionalStructure () const |
| bool16 | IsExpandedStructure () const |
| bool16 | GetVerboseNames () const |
| bool16 | GetReadableNumbers () const |
| bool16 | GetUseDTD () const |
| bool16 | GetUseNamespace () const |
| INXOptions::INXOptions | ( | INXStyle | style = kINXExpanded | ) |
Constructor. Allows caller to set individual options.
| Determines | the overall "style" of INX generated. |
| INXOptions::~INXOptions | ( | ) |
Destructor.
| uint32 INXOptions::GetINXStructure | ( | ) | const |
Returns the value of the INX structure option.
| bool16 INXOptions::GetReadableNumbers | ( | ) | const |
Returns the value of the Readable Numbers option.
| INXStyle INXOptions::GetStyle | ( | ) | const |
Get the options style.
| bool16 INXOptions::GetUseDTD | ( | ) | const |
Returns the value of the DTD option.
| bool16 INXOptions::GetUseNamespace | ( | ) | const |
Returns the value of the Namespace option.
| bool16 INXOptions::GetVerboseNames | ( | ) | const |
Returns the value of the Verbose Names option.
| bool16 INXOptions::IsExpandedStructure | ( | ) | const |
Returns true if these options represent an expanded INX structure.
| bool16 INXOptions::IsTraditionalStructure | ( | ) | const |
Returns true if these options represent a traditional INX structure.
| inline |
Compare two INXOptions for equality.