![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IGRIDATTRIBUTESPREFERENCES } |
| enum | TextDirection { kHorizontal = 0, kVertical } |
| enum | FrameType { kFrameTypeCJKGrid = 0, kFrameTypePlain } |
Public Member Functions | |
| virtual void | SetCharPerLine (const int32 cpl)=0 |
| virtual int32 | GetCharPerLine () const =0 |
| virtual void | SetGridVScale (const PMReal vScale)=0 |
| virtual PMReal | GetGridVScale () const =0 |
| virtual void | SetGridHScale (const PMReal hScale)=0 |
| virtual PMReal | GetGridHScale () const =0 |
| virtual void | SetGridCharAki (const PMReal charAki)=0 |
| virtual PMReal | GetGridCharAki () const =0 |
| virtual void | SetGridLineAki (const PMReal lineAki)=0 |
| virtual PMReal | GetGridLineAki () const =0 |
| virtual void | SetDirection (const IGridAttributesPrefs::TextDirection direction)=0 |
| virtual IGridAttributesPrefs::TextDirection | GetDirection () const =0 |
| virtual IGridAttributesPrefs::FrameType | GetFrameGridType () const =0 |
| virtual void | SetFrameGridType (const IGridAttributesPrefs::FrameType type)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| anonymous enum |
Define the default IID for IGridAttributesPrefs.
| pure virtual |
Get the Text Area Grid Character per Line
| pure virtual |
Set the Grid Direction
| pure virtual |
Get the Frame Grid Type
| pure virtual |
Set the Grid Character Spacing
| pure virtual |
Set the Grid Horizontal Scale
| pure virtual |
Set the Grid Line Spacing
| pure virtual |
Set the Grid Vertical Scale
| pure virtual |
Set the Text Area Grid Character per Line
| charPerLine | the character per Line |
| pure virtual |
Set the Grid Driection
| direction | the Grid Direction |
| pure virtual |
Set the Frame Grid Type
| direction | the Frame Grid Type |
| pure virtual |
Set the Grid Character Spacing
| charAki | the Grid Character Spacing |
| pure virtual |
Set the Grid Horizontal Scale
| hScale | the grid horizontal scale |
| pure virtual |
Set the Grid Line Spacing
| charAki | the Grid Line Spacing |
| pure virtual |
Set the Grid Vertical Scale
| vScale | the grid vertical Scale |