Uses of Class
org.pptx4j.pml.STPlaceholderSize
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STPlaceholderSize in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STPlaceholderSize Modifier and Type Field Description protected STPlaceholderSizeCTPlaceholder. szMethods in org.pptx4j.pml that return STPlaceholderSize Modifier and Type Method Description static STPlaceholderSizeSTPlaceholderSize. fromValue(java.lang.String v)STPlaceholderSizeCTPlaceholder. getSz()Gets the value of the sz property.static STPlaceholderSizeSTPlaceholderSize. valueOf(java.lang.String name)Returns 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 STPlaceholderSize Modifier and Type Method Description voidCTPlaceholder. setSz(STPlaceholderSize value)Sets the value of the sz property.