Uses of Class
org.pptx4j.pml.STPrintColorMode
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STPrintColorMode in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STPrintColorMode Modifier and Type Field Description protected STPrintColorModeCTPrintProperties. clrModeMethods in org.pptx4j.pml that return STPrintColorMode Modifier and Type Method Description static STPrintColorModeSTPrintColorMode. fromValue(java.lang.String v)STPrintColorModeCTPrintProperties. getClrMode()Gets the value of the clrMode property.static STPrintColorModeSTPrintColorMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPrintColorMode[]STPrintColorMode. 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 STPrintColorMode Modifier and Type Method Description voidCTPrintProperties. setClrMode(STPrintColorMode value)Sets the value of the clrMode property.