TextJustify public enum TextJustify : String, Codable Text justification options. auto The text is aligned towards the anchor position. Declaration Swift case auto left The text is aligned to the left. Declaration Swift case left center The text is centered. Declaration Swift case center right The text is aligned to the right. Declaration Swift case right