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

#include <IJustifMethodAttr.h>

Inheritance diagram for IJustifMethodAttr:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IJUSTIFMETHODATTR }
 
typedef
IJustificationStyle::JustificationMethod 
value_type
 

Public Member Functions

virtual void Set (value_type val)=0
 
virtual value_type Get () 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

IJustifMethodAttr is a simple data interface that is used to hold the desired justification style used by the world ready composer: kJustifMethodDefault, kJustifMethodArabic, kJustifMethodNaskh

See Also
IJustificationStyle

Member Function Documentation

virtual value_type IJustifMethodAttr::Get () const
pure virtual
Get the justification method used by the world ready composer.

Returns
the justification method.
virtual void IJustifMethodAttr::Set (value_type val)
pure virtual
Set the justification method used by the world ready composer.

Parameters
valis the justification method.