Contains all possible types of justifications of text in the PSD text layer.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Public Enumeration PsdTextJustification
public enum PsdTextJustification
Member name | Description | |
---|---|---|
All |
Double-sided justification. If the last string in the paragraph is incomplete, it is also aligned to both left and right sides. |
|
LastRight |
Double-sided justification. If the last string in the paragraph is incomplete, it is aligned to the right side. |
|
LastCenter |
Double-sided justification. If the last string in the paragraph is incomplete, it is centered. |
|
LastLeft |
Double-sided justification. If the last string in the paragraph is incomplete, it is aligned to the left side. |
|
Center |
Center justification. |
|
Right |
Right justification. |
|
Left |
Left justification. |