![]() | InDesign SDK 20.5 |
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 | |