Uses of Enum Class
org.apache.poi.hwmf.record.HwmfText.HwmfTextVerticalAlignment
Packages that use HwmfText.HwmfTextVerticalAlignment
-
Uses of HwmfText.HwmfTextVerticalAlignment in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfText.HwmfTextVerticalAlignmentModifier and TypeMethodDescriptionHwmfDrawProperties.getTextVAlignAsian()
HwmfDrawProperties.getTextVAlignLatin()
Methods in org.apache.poi.hwmf.draw with parameters of type HwmfText.HwmfTextVerticalAlignmentModifier and TypeMethodDescriptionvoid
HwmfDrawProperties.setTextVAlignAsian
(HwmfText.HwmfTextVerticalAlignment textVAlignAsian) void
HwmfDrawProperties.setTextVAlignLatin
(HwmfText.HwmfTextVerticalAlignment textVAlignLatin) -
Uses of HwmfText.HwmfTextVerticalAlignment in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfText.HwmfTextVerticalAlignmentModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HwmfText.HwmfTextVerticalAlignment[]
HwmfText.HwmfTextVerticalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.