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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRRUBYADJUSTPARENT } |
| typedef IRubyStyle::RubyAdjustParent | ValueType |
Public Member Functions | |
| void | Set (ValueType flag) |
| ValueType | Get () const |
| virtual void | SetRubyAdjustParent (IRubyStyle::RubyAdjustParent data)=0 |
| virtual IRubyStyle::RubyAdjustParent | GetRubyAdjustParent () const =0 |
| virtual ConstCString | Describe (IRubyStyle::RubyAdjustParent) 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 |
This interface is used to set or retrieve the text attribute for ruby adjusting parent text.
| pure virtual |
Describe the attribute.
| the | attribute. |
| inline |
Get the attribute.
| pure virtual |
Get how to adjust the parent text.
| inline |
Set the attribute.
| the | attribute. |
| pure virtual |
Set how to adjust the parent text.
| the | attribute. |