Uses of Enum
org.ofdrw.layout.element.canvas.TextAlign
Packages that use TextAlign
-
Uses of TextAlign in org.ofdrw.layout.element.canvas
Subclasses with type arguments of type TextAlign in org.ofdrw.layout.element.canvasMethods in org.ofdrw.layout.element.canvas that return TextAlignModifier and TypeMethodDescriptionArtWord.getTextAlign()Cell.getTextAlign()获取 文字对齐方式CellContentDrawer.getTextAlign()获取 文字对齐方式DrawContext.getTextAlign()获取文本对齐方式FontSetting.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.canvas with parameters of type TextAlignModifier and TypeMethodDescriptionvoidArtWord.setTextAlign(TextAlign textAlign) Cell.setTextAlign(TextAlign textAlign) 设置 文字对齐方式CellContentDrawer.setTextAlign(TextAlign textAlign) 设置 文字对齐方式DrawContext.setTextAlign(TextAlign textAlign) 设置文本对齐方式FontSetting.setTextAlign(TextAlign textAlign) 设置文本对齐方式