InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
INXOptions Class Reference

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
 

Constructor & Destructor Documentation

INXOptions::INXOptions (INXStyle style = kINXExpanded)

Constructor. Allows caller to set individual options.

Parameters
Determinesthe overall "style" of INX generated.
INXOptions::~INXOptions ()

Destructor.

Member Function Documentation

uint32 INXOptions::GetINXStructure () const

Returns the value of the INX structure option.

Returns
An integer value from the "structure options" defined above.
bool16 INXOptions::GetReadableNumbers () const

Returns the value of the Readable Numbers option.

Returns
kTrue or kFalse.
INXStyle INXOptions::GetStyle () const

Get the options style.

Returns
The value of the Style passed to the constructor.
bool16 INXOptions::GetUseDTD () const

Returns the value of the DTD option.

Returns
kTrue or kFalse.
bool16 INXOptions::GetUseNamespace () const

Returns the value of the Namespace option.

Returns
kTrue or kFalse.
bool16 INXOptions::GetVerboseNames () const

Returns the value of the Verbose Names option.

Returns
kTrue or kFalse.
bool16 INXOptions::IsExpandedStructure () const

Returns true if these options represent an expanded INX structure.

Returns
kTrue if expanded, kFalse otherwise.
bool16 INXOptions::IsTraditionalStructure () const

Returns true if these options represent a traditional INX structure.

Returns
kTrue if traditional, kFalse otherwise.
bool16 INXOptions::operator== (const INXOptionsother) const
inline

Compare two INXOptions for equality.

Returns
kTrue if equal, kFalse if not