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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRRUBYALIGN } |
| typedef IRubyStyle::RubyAlign | ValueType |
Public Member Functions | |
| ValueType | Get () const |
| void | Set (ValueType val) |
| virtual void | SetRubyAlignment (IRubyStyle::RubyAlign dq)=0 |
| virtual IRubyStyle::RubyAlign | GetRubyAlignment () 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 alignment.
| inline |
Get the attribute.
| pure virtual |
Get how to align the ruby.
| inline |
Set the attribute.
| the | attribute. |
| pure virtual |
Set how to align the ruby.
| the | attribute. |