![]() | InDesign SDK 20.5 |
#include <NamedAttribute.h>
Public Member Functions | |
| NamedUint32AttributeList () | |
| NamedUint32AttributeList (const NamedUint32AttributeList &orig) | |
| NamedUint32AttributeList & | operator= (const NamedUint32AttributeList ©) |
| bool | operator== (const NamedUint32AttributeList &list) const |
| bool | operator!= (const NamedUint32AttributeList &list) const |
| NamedUint32Attribute & | operator[] (int i) |
| void | Add (NamedUint32Attribute na) |
| void | Add (int32 i, NamedUint32Attribute na) |
| void | Clear () |
| void | RemoveAt (int32 i) |
| int32 | Length () |
| uint32 | GetLength () const |
| void | ReadWrite (IPMStream *iPMStream) |
Represents a persistent list of NamedUint32Attributes.
| inline |
Default contructor.
| inline |
Copy constructor.