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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRPOSITIONMODE } |
| typedef IDrawingStyle::PositionMode | ValueType |
Public Member Functions | |
| void | Set (ValueType flag) |
| ValueType | Get () const |
| virtual void | SetMode (IDrawingStyle::PositionMode pm)=0 |
| virtual IDrawingStyle::PositionMode | GetMode () 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 |
ITextAttrPositionMode is a simple data interface that is used to hold the desired position mode: normal, superscript, subscript, and the opentype features superior, inferior, numerator, denominator. The underlying character values are unchanged, but a different baseline & size may be used, or different glyphs used in the opentype cases.
| inline |
Get the value.
| pure virtual |
Get the value.
| inline |
Set the value.
| flag | specifies the position mode. |
| pure virtual |
Set the value.
| pm | specifies the position mode. |