TextJustification Enumeration

Contains all possible types of text alignment in PSD text layers.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum TextJustification

Members

Member name Description
All

Text is justified.

Center

Text is centered.

LastCenter

Text is justified, except the last line of each paragraph. The last line is centered.

LastLeft

Text is justified, except the last line of each paragraph. The last line is aligned to the left.

LastRight

Text is justified, except the last line of each paragraph. The last line is aligned to the right.

Left

Text is aligned to the left.

Right

Text is aligned to the right.

See Also

Reference