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 classCTCamera.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTSphereCoordsaddNewRot()Appends and returns a new empty "rot" elementintgetFov()Gets the "fov" attributeSTPresetCameraType.EnumgetPrst()Gets the "prst" attributeCTSphereCoordsgetRot()Gets the "rot" elementintgetZoom()Gets the "zoom" attributebooleanisSetFov()True if has "fov" attributebooleanisSetRot()True if has "rot" elementbooleanisSetZoom()True if has "zoom" attributevoidsetFov(int fov)Sets the "fov" attributevoidsetPrst(STPresetCameraType.Enum prst)Sets the "prst" attributevoidsetRot(CTSphereCoords rot)Sets the "rot" elementvoidsetZoom(int zoom)Sets the "zoom" attributevoidunsetFov()Unsets the "fov" attributevoidunsetRot()Unsets the "rot" elementvoidunsetZoom()Unsets the "zoom" attributeSTFOVAnglexgetFov()Gets (as xml) the "fov" attributeSTPresetCameraTypexgetPrst()Gets (as xml) the "prst" attributeSTPositivePercentagexgetZoom()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" 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
-
-