![]() | InDesign SDK 20.5 |
#include <IApplyAttributesData.h>

Public Types | |
| enum | { kDefaultIID = IID_IAPPLYATTRIBUTESDATA } |
Public Member Functions | |
| virtual void | Set (const AttributeBossList *attrs)=0 |
| virtual const AttributeBossList * | Get (void) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
A data interface used for setting and getting table related attributes.
| pure virtual |
Returns the attributes.
| pure virtual |
Set the attributes. The interface takes over ownership for the passed in attributes.
| attrs | is the list of attributes to set. |