Interface CTCamera
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCamera extends XmlObject
An XML CT_Camera(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCamera.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTSphereCoords
addNewRot()
Appends and returns a new empty "rot" elementint
getFov()
Gets the "fov" attributeSTPresetCameraType.Enum
getPrst()
Gets the "prst" attributeCTSphereCoords
getRot()
Gets the "rot" elementint
getZoom()
Gets the "zoom" attributeboolean
isSetFov()
True if has "fov" attributeboolean
isSetRot()
True if has "rot" elementboolean
isSetZoom()
True if has "zoom" attributevoid
setFov(int fov)
Sets the "fov" attributevoid
setPrst(STPresetCameraType.Enum prst)
Sets the "prst" attributevoid
setRot(CTSphereCoords rot)
Sets the "rot" elementvoid
setZoom(int zoom)
Sets the "zoom" attributevoid
unsetFov()
Unsets the "fov" attributevoid
unsetRot()
Unsets the "rot" elementvoid
unsetZoom()
Unsets the "zoom" attributeSTFOVAngle
xgetFov()
Gets (as xml) the "fov" attributeSTPresetCameraType
xgetPrst()
Gets (as xml) the "prst" attributeSTPositivePercentage
xgetZoom()
Gets (as xml) the "zoom" attributevoid
xsetFov(STFOVAngle fov)
Sets (as xml) the "fov" attributevoid
xsetPrst(STPresetCameraType prst)
Sets (as xml) the "prst" attributevoid
xsetZoom(STPositivePercentage zoom)
Sets (as xml) the "zoom" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getRot
CTSphereCoords getRot()
Gets the "rot" element
-
isSetRot
boolean isSetRot()
True if has "rot" element
-
setRot
void setRot(CTSphereCoords rot)
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
void setPrst(STPresetCameraType.Enum prst)
Sets the "prst" attribute
-
xsetPrst
void xsetPrst(STPresetCameraType prst)
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
void xsetFov(STFOVAngle fov)
Sets (as xml) the "fov" attribute
-
unsetFov
void unsetFov()
Unsets the "fov" attribute
-
getZoom
int getZoom()
Gets the "zoom" attribute
-
xgetZoom
STPositivePercentage xgetZoom()
Gets (as xml) the "zoom" attribute
-
isSetZoom
boolean isSetZoom()
True if has "zoom" attribute
-
setZoom
void setZoom(int zoom)
Sets the "zoom" attribute
-
xsetZoom
void xsetZoom(STPositivePercentage zoom)
Sets (as xml) the "zoom" attribute
-
unsetZoom
void unsetZoom()
Unsets the "zoom" attribute
-
-