InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FormatID Class Reference
Inheritance diagram for FormatID:
VersionIDSchemas::Version

Public Types

typedef base_type data_type
 

Public Member Functions

 FormatID (int32 majorNumber, int32 minorNumber)
 
 FormatID (const FormatID &other)
 
 FormatID (IPMStream *s)
 
int32 GetMajorVersion () const
 
void SetMajorVersion (int32 m)
 
int32 GetMinorVersion () const
 
void SetMinorVersion (int32 m)
 
bool16 IsUnknown () const
 
void SetUnknown ()
 
bool16 operator< (const FormatID &other) const
 
bool16 operator> (const FormatID &other) const
 
bool16 operator== (const FormatID &other) const
 
bool16 operator!= (const FormatID &other) const
 
bool16 operator<= (const FormatID &other) const
 
bool16 operator>= (const FormatID &other) const
 
void ReadWrite (IPMStream *s)