InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITextAttrRubyOverhang Class Referenceabstract

#include <ITextAttrRubyOverhang.h>

Inheritance diagram for ITextAttrRubyOverhang:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITEXTATTRRUBYOVERHANG }
 
typedef IRubyStyle::RubyOverHang ValueType
 

Public Member Functions

virtual void Set (ValueType flag)=0
 
virtual ValueType Get () const =0
 
virtual ConstCString Describe (ValueType) const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

This interface is used to set or retrieve the text attribute for ruby overhang.

Member Function Documentation

virtual ConstCString ITextAttrRubyOverhang::Describe (ValueType ) const
pure virtual
Describe the attribute.

Parameters
theattribute.
Returns
the attribute.
virtual ValueType ITextAttrRubyOverhang::Get () const
pure virtual
Get the attribute.

Returns
the attribute.
virtual void ITextAttrRubyOverhang::Set (ValueType flag)
pure virtual
Set the attribute.

Parameters
theattribute.