Uses of Class
org.docx4j.dml.STPresetCameraType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STPresetCameraType in org.docx4j.dml
Fields in org.docx4j.dml declared as STPresetCameraType Modifier and Type Field Description protected STPresetCameraTypeCTCamera. prstMethods in org.docx4j.dml that return STPresetCameraType Modifier and Type Method Description static STPresetCameraTypeSTPresetCameraType. fromValue(java.lang.String v)STPresetCameraTypeCTCamera. getPrst()Gets the value of the prst property.static STPresetCameraTypeSTPresetCameraType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPresetCameraType[]STPresetCameraType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STPresetCameraType Modifier and Type Method Description voidCTCamera. setPrst(STPresetCameraType value)Sets the value of the prst property.