Uses of Enum Class
org.apache.poi.sl.usermodel.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
-
Uses of VerticalAlignment in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return VerticalAlignmentMethods in org.apache.poi.hslf.usermodel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidHSLFTextShape.setVerticalAlignment(VerticalAlignment vAlign) -
Uses of VerticalAlignment in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return VerticalAlignmentModifier and TypeMethodDescriptionTextShape.getVerticalAlignment()Returns the type of vertical alignment for the text.static VerticalAlignmentReturns the enum constant of this class with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidTextShape.setVerticalAlignment(VerticalAlignment vAlign) Sets the type of vertical alignment for the text. -
Uses of VerticalAlignment in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return VerticalAlignmentModifier and TypeMethodDescriptionXSLFTableCell.getVerticalAlignment()XSLFTextShape.getVerticalAlignment()Methods in org.apache.poi.xslf.usermodel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidXSLFTableCell.setVerticalAlignment(VerticalAlignment anchor) voidXSLFTextShape.setVerticalAlignment(VerticalAlignment anchor)