Package icyllis.modernui.text.style
Interface AlignmentSpan
- All Superinterfaces:
ParagraphStyle
- All Known Implementing Classes:
AlignmentSpan.Standard
Span that allows defining the alignment of text at the paragraph level.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the alignment of the text.
-
Method Details
-
getAlignment
Layout.Alignment getAlignment()Returns the alignment of the text.- Returns:
- the text alignment
-