Uses of Enum
org.pptx4j.pml.STPlaceholderSize
Packages that use STPlaceholderSize
-
Uses of STPlaceholderSize in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STPlaceholderSizeMethods in org.pptx4j.pml that return STPlaceholderSizeModifier and TypeMethodDescriptionstatic STPlaceholderSizeCTPlaceholder.getSz()Gets the value of the sz property.static STPlaceholderSizeReturns the enum constant of this type with the specified name.static STPlaceholderSize[]STPlaceholderSize.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STPlaceholderSizeModifier and TypeMethodDescriptionvoidCTPlaceholder.setSz(STPlaceholderSize value) Sets the value of the sz property.