enum Alignment: String, Codable, Hashable { case topLeading case top case topTrailing case leading case center case trailing case bottomLeading case bottom case bottomTrailing }