![]() |
PDFix SDK
6.5.0
|
PdsClassMap class. More...
Public Member Functions | |
| virtual PdsObject * | GetAttrObject (const wchar_t *class_name, int index)=0 |
| virtual int | GetNumAttrObjects (const wchar_t *class_name)=0 |
| Gets the number of attribute objects associated with a class name. More... | |
PdsClassMap class.
Associates class identifiers, which are names, with objects of type PdsAttrObject. Structural elements maintain a list of names identifying classes to which they belong. The associated attributes are thus shared by all structural elements belonging to a given class. There is one class map per document, associated with the PdsStructTree.
|
pure virtual |
Gets the attribute object associated with the specified class name at an index in the class. If there is only one object and index is zero, that object is retrieved.
| class_name | The string of a class name for which an associated attribute objects is found. |
| index | Index of the desired attribute object in the class. |
|
pure virtual |
Gets the number of attribute objects associated with a class name.
| class_name | The string of a class name for which the number of associated attribute objects is found. |