![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpModLayoutGridParameters (void) | |
| ~SnpModLayoutGridParameters (void) | |
Public Attributes | |
| ICJKLayoutGridData::GridStartingPoint | fStartingPoint |
| bool16 | fModifyMasterPage |
| bool16 | fVertical |
| int32 | fNumCharsPerLine |
| int32 | fNumLines |
| int32 | fNumColumns |
| PMReal | fColumnGapWidth |
| PMReal | fMarginLeft |
| PMReal | fMarginTop |
| PMReal | fMarginRight |
| PMReal | fMarginBottom |
| UID | fFontUID |
| PMString | fFontStyle |
| PMReal | fTextSize |
| PMReal | fCharAki |
| PMReal | fLineAki |
| PMReal | fCharOkuri |
| PMReal | fLineOkuri |
| PMReal | fHScale |
| PMReal | fVScale |
| ICompositionStyle::TextAlignment | fAlignment |
| Text::GridAlignmentMetric | fGridAlignment |
| IDrawingStyle::CharacterHang | fCharacterHang |
Keeps layout grid setup related parameters.
| inline |
Constructor. Sets defaults so we can tell if something was mutated.
| inline |
Destructor. Does nothing.
| ICompositionStyle::TextAlignment SnpModLayoutGridParameters::fAlignment |
Specifies how characters are aligned with each other in a text run.
| IDrawingStyle::CharacterHang SnpModLayoutGridParameters::fCharacterHang |
Specifies how the character hangs in a grid box.
| PMReal SnpModLayoutGridParameters::fCharAki |
Size of the character aki (spacing).
| PMReal SnpModLayoutGridParameters::fCharOkuri |
The distance between the top of two adjacent characters in a line.
| PMReal SnpModLayoutGridParameters::fColumnGapWidth |
The distance in between columns.
| PMString SnpModLayoutGridParameters::fFontStyle |
Name of default font style to use in the layout grid.
| UID SnpModLayoutGridParameters::fFontUID |
UID of default font family to use in the layout grid. Defaults to kInvalidUID.
| Text::GridAlignmentMetric SnpModLayoutGridParameters::fGridAlignment |
Specifies what part of the tile and grid should be aligned to each other.
| PMReal SnpModLayoutGridParameters::fHScale |
Horizontal character scale.
| PMReal SnpModLayoutGridParameters::fLineAki |
Size of the line aki (spacing) (This is the distance from the bottom of one line to the top of the next line, and is NOT equivalent to leading.)
| PMReal SnpModLayoutGridParameters::fLineOkuri |
Leading value (for Japanese text composition)
| PMReal SnpModLayoutGridParameters::fMarginBottom |
Bottom margin.
| PMReal SnpModLayoutGridParameters::fMarginLeft |
"Left" margin. Inside if left page, outside if right page.
| PMReal SnpModLayoutGridParameters::fMarginRight |
"Right" margin. Outside if left page, inside if right page.
| PMReal SnpModLayoutGridParameters::fMarginTop |
Top margin.
| bool16 SnpModLayoutGridParameters::fModifyMasterPage |
Flag that indicates if you want to modify the master page.
| int32 SnpModLayoutGridParameters::fNumCharsPerLine |
Number of characters per line per column in the layout grid. This affects the column height if vertical, and column width if horizontal.
| int32 SnpModLayoutGridParameters::fNumColumns |
Number of columns the layout grid.
| int32 SnpModLayoutGridParameters::fNumLines |
Number of lines in a column in the layout grid. This affects the column width if vertical, and column height if horizontal
| ICJKLayoutGridData::GridStartingPoint SnpModLayoutGridParameters::fStartingPoint |
Starting point of grid.
| PMReal SnpModLayoutGridParameters::fTextSize |
Text size to use in the layout grid.
| bool16 SnpModLayoutGridParameters::fVertical |
Layout grid orientation flag - kTrue if vertical.
| PMReal SnpModLayoutGridParameters::fVScale |
Vertical character scale.