DOM.Enums.JustificationValues
Represents the justification options for text within a table cell. Justification affects the horizontal spacing of the text within the cell.
12 members
Fields
Justifies the text on both sides of the cell, expanding the spacing between words as needed.
Aligns the text to the center of the cell.
Distributes the text evenly across the cell, with equal spacing between all characters.
Aligns the text to the end of the cell (Right for Left-to-Right, Left for Right-to-Left).
Justifies the text with high Kashida spacing, another form of letter spacing used in Arabic and other languages with similar writing systems.
Aligns the text to the left of the cell.
Justifies the text with low Kashida spacing, another form of letter spacing used in Arabic and other languages with similar writing systems.
Justifies the text with medium Kashida spacing, a specific form of letter spacing used in Arabic and other languages with similar writing systems.
Justifies the text with a specific number of tabs inserted between words, as defined by the NumTab property.
Aligns the text to the right of the cell.
Aligns the text to the start of the cell (Left for Left-to-Right, Right for Right-to-Left).
Justifies the text with Thai Distribute spacing, a specific form of letter spacing used in the Thai language.