SwiftDocCRenderBlockContentRenderBlockContent.ColumnAlignmentEnumerationRenderBlockContent.ColumnAlignmentThe methods by which a table column can have its text aligned.enum ColumnAlignmentTopicsEnumeration Casescase centerForce text alignment to be centered.case leftForce text alignment to be left-justified.case rightForce text alignment to be right-justified.case unsetLeave text alignment to the default.Initializersinit?(rawValue: String)