Uses of Enum
org.ofdrw.layout.element.canvas.VerticalAlign
Packages that use VerticalAlign
-
Uses of VerticalAlign in org.ofdrw.layout.element.canvas
Subclasses with type arguments of type VerticalAlign in org.ofdrw.layout.element.canvasMethods in org.ofdrw.layout.element.canvas that return VerticalAlignModifier and TypeMethodDescriptionCell.getVerticalAlign()获取 文字垂直方向浮动方式CellContentDrawer.getVerticalAlign()获取 文字垂直方向浮动方式static VerticalAlignReturns the enum constant of this type with the specified name.static VerticalAlign[]VerticalAlign.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 VerticalAlignModifier and TypeMethodDescriptionCell.setVerticalAlign(VerticalAlign verticalAlign) 设置 文字垂直方向浮动方式CellContentDrawer.setVerticalAlign(VerticalAlign verticalAlign) 设置 文字垂直方向浮动方式