Uses of Class
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main.STZoomObjectImageType
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main |
-
Uses of STZoomObjectImageType in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main declared as STZoomObjectImageType Modifier and Type Field Description protected STZoomObjectImageTypeCTZoomObjectProperties. imageTypeMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main that return STZoomObjectImageType Modifier and Type Method Description static STZoomObjectImageTypeSTZoomObjectImageType. fromValue(java.lang.String v)STZoomObjectImageTypeCTZoomObjectProperties. getImageType()Gets the value of the imageType property.static STZoomObjectImageTypeSTZoomObjectImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STZoomObjectImageType[]STZoomObjectImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main with parameters of type STZoomObjectImageType Modifier and Type Method Description voidCTZoomObjectProperties. setImageType(STZoomObjectImageType value)Sets the value of the imageType property.