Alignments

段落对齐方式常量

See also

Properties

Link copied to clipboard
const val LEFT: Int = 0

左对齐

Link copied to clipboard
const val MIDDLE: Int = 1

居中

Link copied to clipboard
const val RIGHT: Int = 2

右对齐