![]() | InDesign SDK 20.5 |

Public Member Functions | |
| virtual bool16 | ShouldEnableOpticalMarginAlignment () const =0 |
| virtual GenericBooleanState | GetOpticalMarginAlignment () const =0 |
| virtual ErrorCode | SetOpticalMarginAlignment (GenericBooleanState bAlign)=0 |
| virtual bool16 | ShouldEnableOpticalMarginAlignmentSize () const =0 |
| virtual K2Vector< PMReal > * | GetOpticalMarginAlignmentSize () const =0 |
| virtual ErrorCode | SetOpticalMarginAlignmentSize (PMReal alignmentSize)=0 |
| virtual bool16 | ShouldEnableTextDirection () const =0 |
| virtual TextDirection | GetTextDirection () const =0 |
| virtual ErrorCode | SetTextDirection (TextDirection dir)=0 |
| virtual bool16 | ShouldEnableStoryDirection () const =0 |
| virtual StoryDir | GetStoryDirection () const =0 |
| virtual ErrorCode | SetStoryDirection (StoryDir dir)=0 |
| virtual bool16 | ShouldEnableFrameType () const =0 |
| virtual FrameType | GetFrameType () const =0 |
| virtual ErrorCode | SetFrameType (FrameType frameType)=0 |
| virtual bool16 | CanSetStoryAttributeLock () const =0 |
| virtual bool16 | CanSetStoryInsertLock () const =0 |
| virtual GenericBooleanState | GetStoryAttributeLock () const =0 |
| virtual GenericBooleanState | GetStoryInsertLock () const =0 |
| virtual ErrorCode | SetStoryAttributeLock (GenericBooleanState locked)=0 |
| virtual ErrorCode | SetStoryInsertLock (GenericBooleanState locked)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Whether the story attribute lock can be set
| pure virtual |
Whether the story insert lock can be set
| pure virtual |
Gets the frame type of the story (Japanese featureset)
| pure virtual |
Gets the optical margin alignment story attribute on or off
Gets the optical margin alignment size story attribute
| pure virtual |
Gets the story attribute lock
| pure virtual |
Gets the story insert lock
| pure virtual |
Gets the text direction of the story (Japanese featureset)
| pure virtual |
Sets the frame type of the story (Japanese featureset)
| dir | [IN] frame type to be set |
| pure virtual |
Sets the optical margin alignment story attribute on or off
| bAlign | the state of the alignment of selected stories |
| pure virtual |
Sets the optical margin alignment size story attribute
| alignmentSize | [IN] size, in points, of the average body text in the story |
| pure virtual |
Sets the story attribute lock
| locked | kStateOn if on |
| pure virtual |
Sets the story insert lock
| locked | kStateOn if on |
| pure virtual |
Sets the text direction of the story (Japanese featureset)
| dir | [IN] text direction to be set |
| pure virtual |
Whether the frame type widget should be enabled in the Story panel (Japanese featureset)
| pure virtual |
Whether the optical margin alignment widget should be enabled in the Story panel
| pure virtual |
Whether the optical margin alignment size widget should be enabled in the Story panel
| pure virtual |
Whether the text direction widget should be enabled in the Story panel (Japanese featureset)