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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRCHARHANG } |
| typedef IDrawingStyle::CharacterHang | ValueType |
Public Member Functions | |
| void | Set (ValueType flag) |
| ValueType | Get () const |
| virtual void | SetHang (IDrawingStyle::CharacterHang cm)=0 |
| virtual IDrawingStyle::CharacterHang | GetHang () 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 |
Interface for a text attribute whose value is the character hang (the alignment vertically in a horizontal line).
| inline |
Get() gets the current setting for Character Hang
| pure virtual |
GetHang() -- same as Get()
| inline |
Set() sets the value to type flag
| flag | [IN] the character hang to be set |
| pure virtual |
SetHang() -- same as Set()
| cm | [IN] character hang to be set |