VDocs.NET
Back to DOM

DOM.Enums.JustificationValues

Namespace: DOM.Enums

Represents the justification options for text within a table cell. Justification affects the horizontal spacing of the text within the cell.

12 members

Fields

Both

Justifies the text on both sides of the cell, expanding the spacing between words as needed.

Center

Aligns the text to the center of the cell.

Distribute

Distributes the text evenly across the cell, with equal spacing between all characters.

End

Aligns the text to the end of the cell (Right for Left-to-Right, Left for Right-to-Left).

HighKashida

Justifies the text with high Kashida spacing, another form of letter spacing used in Arabic and other languages with similar writing systems.

Left

Aligns the text to the left of the cell.

LowKashida

Justifies the text with low Kashida spacing, another form of letter spacing used in Arabic and other languages with similar writing systems.

MediumKashida

Justifies the text with medium Kashida spacing, a specific form of letter spacing used in Arabic and other languages with similar writing systems.

NumTab

Justifies the text with a specific number of tabs inserted between words, as defined by the NumTab property.

Right

Aligns the text to the right of the cell.

Start

Aligns the text to the start of the cell (Left for Left-to-Right, Right for Right-to-Left).

ThaiDistribute

Justifies the text with Thai Distribute spacing, a specific form of letter spacing used in the Thai language.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.