Uses of Enum
org.ofdrw.layout.element.TextAlign
Packages that use TextAlign
-
Uses of TextAlign in org.ofdrw.layout.element
Subclasses with type arguments of type TextAlign in org.ofdrw.layout.elementMethods in org.ofdrw.layout.element that return TextAlignModifier and TypeMethodDescriptionParagraph.getTextAlign()获取段落内字体浮动TxtLineBlock.getTextAlign()获取文字在行内的浮动方式static TextAlignReturns the enum constant of this type with the specified name.static TextAlign[]TextAlign.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ofdrw.layout.element with parameters of type TextAlignConstructors in org.ofdrw.layout.element with parameters of type TextAlignModifierConstructorDescriptionTxtLineBlock(double lineMaxAvailableWidth, Double lineSpace, TextAlign textAlign) 创建行块 -
Uses of TextAlign in org.ofdrw.layout.element.canvas
Methods in org.ofdrw.layout.element.canvas that return TextAlignMethods in org.ofdrw.layout.element.canvas with parameters of type TextAlign