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

Public Member Functions | |
| virtual void | SetFrameDirection (IObjectStylesStoryOptions::ObjectStyleDirection direction)=0 |
| virtual IObjectStylesStoryOptions::ObjectStyleDirection | GetFrameDirection () const =0 |
| virtual void | SetWritingDirection (IObjectStylesStoryOptions::ObjectStyleWritingDirection direction)=0 |
| virtual IObjectStylesStoryOptions::ObjectStyleWritingDirection | GetWritingDirection () 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 IObjectStylesStoryOptions::ObjectStyleFrameType | GetFrameType () const =0 |
| virtual void | SetFrameType (IObjectStylesStoryOptions::ObjectStyleFrameType frameType)=0 |
| virtual void | CopyData (IObjectStylesStoryOptions *pCopyTo) 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 |
Copy these values TO the passed in interface.
| pCopyTo | is filled out with the current interface's values. |
| pure virtual |
Used to determine whether or not Optical Margin Alignment is used.
| pure virtual |
Find out whether this story is vertical or not (J-Text)
| pure virtual |
Find out whether this story show the CJK Grid (J-Text)
| 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 |
Used to set whether or not Optical Margin Alignment is used.
| algo | - kKFOpticalSideBearingBoss will turn it on, kEdgeAlignOffBoss will turn it off |
| pure virtual |
Set whether this story should be vertical or not (J-Text)
| direction | - Should this story be vertical (kVertical) or horizontal (kHorizontal) or unknown. |
| pure virtual |
Set whether this story should show the CJK Grid (J-Text)
| frameType | - Set as kTextFrame or kFrameGrid? |
| pure virtual |
Sets the story's optical-margin-alignment size
| b | - The new size to use (in points) |
| pure virtual |
Set whether this story should be right-to-left or not (ME-Text)
| direction | - Should this story be vertical (kVertical) or horizontal (kHorizontal) or unknown. |