Class TextBlockStyleInfo
-
- All Implemented Interfaces:
public final class TextBlockStyleInfo
Contains style properties that affect the whole text block
-
-
Constructor Summary
Constructors Constructor Description TextBlockStyleInfo(Alignment alignment, Float lineSpacingFactor, Float rotation, Boolean flipY)
-
Method Summary
Modifier and Type Method Description final Alignment
getAlignment()
final Float
getLineSpacingFactor()
final Float
getRotation()
final Boolean
getFlipY()
-
-
Method Detail
-
getAlignment
final Alignment getAlignment()
-
getLineSpacingFactor
final Float getLineSpacingFactor()
-
getRotation
final Float getRotation()
-
-
-
-