Uses of Enum Class
org.apache.poi.sl.usermodel.PlaceholderDetails.PlaceholderSize
Packages that use PlaceholderDetails.PlaceholderSize
Package
Description
-
Uses of PlaceholderDetails.PlaceholderSize in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return PlaceholderDetails.PlaceholderSizeModifier and TypeMethodDescriptionHSLFPlaceholderDetails.getSize()HSLFShapePlaceholderDetails.getSize()Methods in org.apache.poi.hslf.usermodel with parameters of type PlaceholderDetails.PlaceholderSizeModifier and TypeMethodDescriptionvoidHSLFPlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) voidHSLFShapePlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) -
Uses of PlaceholderDetails.PlaceholderSize in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PlaceholderDetails.PlaceholderSizeModifier and TypeMethodDescriptionPlaceholderDetails.getSize()Returns the enum constant of this class with the specified name.static PlaceholderDetails.PlaceholderSize[]PlaceholderDetails.PlaceholderSize.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 PlaceholderDetails.PlaceholderSizeModifier and TypeMethodDescriptionvoidPlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) -
Uses of PlaceholderDetails.PlaceholderSize in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return PlaceholderDetails.PlaceholderSizeMethods in org.apache.poi.xslf.usermodel with parameters of type PlaceholderDetails.PlaceholderSizeModifier and TypeMethodDescriptionvoidXSLFPlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size)