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

Public Types

enum  IDStyleType {
  kCharacterStyle = 0, kParagraphStyle, kTableStyle, kCellStyle,
  kObjectStyle, kUnknownStyle
}
 
enum  IDStyleAttribute { kRubyAttr = 0x0001 }
 
typedef object_type data_type
 

Public Member Functions

 IDStyle (IDStyleType type, const PMString &fullPath)
 
void Reset ()
 
IDStyleType GetStyleType () const
 
PMString GetPath () const
 
bool16 operator== (const IDStyle &other) const
 
bool16 operator!= (const IDStyle &other) const
 
bool16 operator< (const IDStyle &other) const
 
 operator void * () const
 

Member Function Documentation

bool16 HTMLExport::IDStyle::operator!= (const IDStyleother) const
inline

IDStyle operator !=

bool16 HTMLExport::IDStyle::operator< (const IDStyleother) const
inline

IDStyle operator <

bool16 HTMLExport::IDStyle::operator== (const IDStyleother) const
inline

IDStyle operator ==