Class JustificationValues
Represents the justification options for text within a table cell. Justification affects the horizontal spacing of the text within the cell.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class JustificationValues : Enum
Fields
Both
Justifies the text on both sides of the cell, expanding the spacing between words as needed.
Declaration
public const JustificationValues Both
Field Value
| Type | Description |
|---|---|
| JustificationValues |
Center
Aligns the text to the center of the cell.
Declaration
public const JustificationValues Center
Field Value
| Type | Description |
|---|---|
| JustificationValues |
Distribute
Distributes the text evenly across the cell, with equal spacing between all characters.
Declaration
public const JustificationValues Distribute
Field Value
| Type | Description |
|---|---|
| JustificationValues |
End
Aligns the text to the end of the cell (Right for Left-to-Right, Left for Right-to-Left).
Declaration
public const JustificationValues End
Field Value
| Type | Description |
|---|---|
| JustificationValues |
HighKashida
Justifies the text with high Kashida spacing, another form of letter spacing used in Arabic and other languages with similar writing systems.
Declaration
public const JustificationValues HighKashida
Field Value
| Type | Description |
|---|---|
| JustificationValues |
Left
Aligns the text to the left of the cell.
Declaration
public const JustificationValues Left
Field Value
| Type | Description |
|---|---|
| JustificationValues |
LowKashida
Justifies the text with low Kashida spacing, another form of letter spacing used in Arabic and other languages with similar writing systems.
Declaration
public const JustificationValues LowKashida
Field Value
| Type | Description |
|---|---|
| JustificationValues |
MediumKashida
Justifies the text with medium Kashida spacing, a specific form of letter spacing used in Arabic and other languages with similar writing systems.
Declaration
public const JustificationValues MediumKashida
Field Value
| Type | Description |
|---|---|
| JustificationValues |
NumTab
Justifies the text with a specific number of tabs inserted between words, as defined by the NumTab property.
Declaration
public const JustificationValues NumTab
Field Value
| Type | Description |
|---|---|
| JustificationValues |
Right
Aligns the text to the right of the cell.
Declaration
public const JustificationValues Right
Field Value
| Type | Description |
|---|---|
| JustificationValues |
Start
Aligns the text to the start of the cell (Left for Left-to-Right, Right for Right-to-Left).
Declaration
public const JustificationValues Start
Field Value
| Type | Description |
|---|---|
| JustificationValues |
ThaiDistribute
Justifies the text with Thai Distribute spacing, a specific form of letter spacing used in the Thai language.
Declaration
public const JustificationValues ThaiDistribute
Field Value
| Type | Description |
|---|---|
| JustificationValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |