Uses of Class
org.pptx4j.pml.STPrintWhat
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STPrintWhat in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STPrintWhat Modifier and Type Field Description protected STPrintWhatCTPrintProperties. prnWhatMethods in org.pptx4j.pml that return STPrintWhat Modifier and Type Method Description static STPrintWhatSTPrintWhat. fromValue(java.lang.String v)STPrintWhatCTPrintProperties. getPrnWhat()Gets the value of the prnWhat property.static STPrintWhatSTPrintWhat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPrintWhat[]STPrintWhat. 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 STPrintWhat Modifier and Type Method Description voidCTPrintProperties. setPrnWhat(STPrintWhat value)Sets the value of the prnWhat property.