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

Public Member Functions | |
| virtual bool16 | IsIndeterminate (void)=0 |
| virtual void | SetIndeterminate (bool16 isInderminate)=0 |
| virtual int32 | GetIndeterminateCount (void)=0 |
| virtual void | SetIndeterminateCount (int32 inderminateCount)=0 |
| virtual int32 | IncrementAttributeCount (void)=0 |
| virtual int32 | DecrementAttributeCount (void)=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 graphic attribute data interface for keep track of attribute indeterminate values.
| pure virtual |
Decrement the attribute's indeterminate count by one.
| pure virtual |
Returns the attribute's indeterminate count.
| pure virtual |
Increment the attribute's indeterminate count by one.
| pure virtual |
Return whether of not the attribute is indeterminate.
| pure virtual |
Set whether of not the attribute is indeterminate.
| isInderminate | is true if attribute is indeterminate. |
| pure virtual |
Set the attribute's indeterminate count.
| inderminateCount | specifies the indeterminate count. |