![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IGRIDRELATEDSTYLE } |
Public Member Functions | |
| virtual void | SetNumOfJidori (int16 num)=0 |
| virtual int16 | GetNumOfJidori () const =0 |
| virtual void | SetNumOfGyoudori (int16 num)=0 |
| virtual int16 | GetNumOfGyoudori () const =0 |
| virtual void | SetIsParaGyoudori (bool16 val)=0 |
| virtual bool16 | GetIsParaGyoudori () const =0 |
| virtual void | SetGridAlignmentMetric (Text::GridAlignmentMetric where)=0 |
| virtual Text::GridAlignmentMetric | GetGridAlignmentMetric () const =0 |
| virtual void | SetAlignOnlyFirstLine (bool16 val)=0 |
| virtual bool16 | GetAlignOnlyFirstLine () const =0 |
| virtual void | SetScaleAffectsLineHeight (bool16 val)=0 |
| virtual bool16 | GetScaleAffectsLineHeight () const =0 |
| virtual void | SetCJKGridTracking (bool16 val)=0 |
| virtual bool16 | GetCJKGridTracking () 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 |
| pure virtual |
Grid alignment SetAlignOnlyFirstLine, controls whether or not only the first line in the paragraph should align to the grid.
| pure virtual |
Returns whether or not tracking set in CJK grid should affect non-Roman char spacing and aki.
| pure virtual |
Grid alignment metric, controls which pt in the line should align to that pt in the grid line.
| pure virtual |
Paragraph Gyoudori (CJKGrid-based hard paragraph height), controls if the gyoudori setting is for single lines (kFalse) or whole paragraphs (kTrue).
| pure virtual |
Gyoudori (CJKGrid-based hard line height), controls how many grid lines the text should occupy.
| pure virtual |
Jidori (CJKGrid-based range tracking), controls how many grid squares the text should occupy.
| pure virtual |
Returns whether or not scale effects line height (which is how the grid scales).
| pure virtual |
Grid alignment SetAlignOnlyFirstLine, controls whether or not only the first line in the paragraph should align to the grid.
| val | IN new value for this attribute |
| pure virtual |
Controls whether or not tracking set in CJK grid should affect non-Roman char spacing and aki.
| val | IN new value for this attribute, kTrue means CJK tracking is ON. |
| pure virtual |
Grid alignment metric, controls which pt in the line should align to that pt in the grid line.
| where | IN new value for this attribute |
| pure virtual |
Gyoudori (CJKGrid-based hard paragraph height), controls if the gyoudori setting is for single lines (kFalse) or whole paragraphs (kTrue).
| val | IN new value for this attribute |
| pure virtual |
Gyoudori (CJKGrid-based hard line height), controls how many grid lines the text line should occupy.
| num | IN new value for this attribute |
| pure virtual |
Jidori (CJKGrid-based range tracking), controls how many grid squares the text should occupy.
| num | IN new value for this attribute |
| pure virtual |
Controls whether or not scale effects line height (which is how the grid scales).
| val | IN new value for this attribute, kTrue means scale does effect line height. |