Interface CTCamera
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Camera(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "rot" elementintgetFov()Gets the "fov" attributegetPrst()Gets the "prst" attributegetRot()Gets the "rot" elementgetZoom()Gets the "zoom" attributebooleanisSetFov()True if has "fov" attributebooleanisSetRot()True if has "rot" elementbooleanTrue if has "zoom" attributevoidsetFov(int fov) Sets the "fov" attributevoidSets the "prst" attributevoidsetRot(CTSphereCoords rot) Sets the "rot" elementvoidSets the "zoom" attributevoidunsetFov()Unsets the "fov" attributevoidunsetRot()Unsets the "rot" elementvoidUnsets the "zoom" attributexgetFov()Gets (as xml) the "fov" attributexgetPrst()Gets (as xml) the "prst" attributexgetZoom()Gets (as xml) the "zoom" attributevoidxsetFov(STFOVAngle fov) Sets (as xml) the "fov" attributevoidxsetPrst(STPresetCameraType prst) Sets (as xml) the "prst" attributevoidxsetZoom(STPositivePercentage zoom) Sets (as xml) the "zoom" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getRot
CTSphereCoords getRot()Gets the "rot" element -
isSetRot
boolean isSetRot()True if has "rot" element -
setRot
Sets the "rot" element -
addNewRot
CTSphereCoords addNewRot()Appends and returns a new empty "rot" element -
unsetRot
void unsetRot()Unsets the "rot" element -
getPrst
STPresetCameraType.Enum getPrst()Gets the "prst" attribute -
xgetPrst
STPresetCameraType xgetPrst()Gets (as xml) the "prst" attribute -
setPrst
Sets the "prst" attribute -
xsetPrst
Sets (as xml) the "prst" attribute -
getFov
int getFov()Gets the "fov" attribute -
xgetFov
STFOVAngle xgetFov()Gets (as xml) the "fov" attribute -
isSetFov
boolean isSetFov()True if has "fov" attribute -
setFov
void setFov(int fov) Sets the "fov" attribute -
xsetFov
Sets (as xml) the "fov" attribute -
unsetFov
void unsetFov()Unsets the "fov" attribute -
getZoom
Object getZoom()Gets the "zoom" attribute -
xgetZoom
STPositivePercentage xgetZoom()Gets (as xml) the "zoom" attribute -
isSetZoom
boolean isSetZoom()True if has "zoom" attribute -
setZoom
Sets the "zoom" attribute -
xsetZoom
Sets (as xml) the "zoom" attribute -
unsetZoom
void unsetZoom()Unsets the "zoom" attribute
-