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

Public Types | |
| enum | { kDefaultIID = IID_ISTORYOPTIONS } |
Public Member Functions | |
| virtual void | SetVertical (bool16 vertical)=0 |
| virtual bool16 | IsVertical () const =0 |
| virtual void | SetRightToLeft (bool16 rtl)=0 |
| virtual bool16 | IsRightToLeft () const =0 |
| virtual ClassID | GetEdgeAlignMethod () const =0 |
| virtual void | SetEdgeAlignMethod (ClassID algo)=0 |
| virtual PMReal | GetParagraphBodySize () const =0 |
| virtual void | SetParagraphBodySize (PMReal b)=0 |
| virtual bool16 | GetCJKGridActive () const =0 |
| virtual void | SetCJKGridActive (bool16 active)=0 |
| virtual const ICJKGridData * | QueryCJKGridData () 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 |
Used to set various options for InDesign stories.
| pure virtual |
Find out whether this story show the CJK Grid (J-Text)
| pure virtual |
Used to determine whether or not Optical Margin Alignment is used.
| pure virtual |
Gets the story's optical-margin-alignment size
| pure virtual |
Find out whether this story is right-to-left or not (ME - Text)
| pure virtual |
Find out whether this story is vertical or not (J-Text)
| pure virtual |
Same as this->QueryInterface(IID_ICJKGRIDDATA) but done to support multi-threading composition.
| pure virtual |
Set whether this story should show the CJK Grid (J-Text)
| vertical | - Should the grid be shown? |
| pure virtual |
Used to set whether or not Optical Margin Alignment is used.
| algo | - kKFOpticalSideBearingBoss will turn it on, kEdgeAlignOffBoss will turn it off |
| pure virtual |
Sets the story's optical-margin-alignment size
| b | - The new size to use (in points) |
| pure virtual |
Set whether this story is primarily right to left (ME - Text)
| rtl | - Should this story be right-to-left (kTrue) or left-to-right (kFalse) |
| pure virtual |
Set whether this story should be vertical or not (J-Text)
| vertical | - Should this story be vertical (kTrue) or horizontal (kFalse) |