Interface CTPicture
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Picture(@http://schemas.openxmlformats.org/wordprocessingml/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 "control" elementAppends and returns a new empty "movie" elementGets the "control" elementgetMovie()
Gets the "movie" elementboolean
True if has "control" elementboolean
True if has "movie" elementvoid
setControl
(CTControl control) Sets the "control" elementvoid
Sets the "movie" elementvoid
Unsets the "control" elementvoid
Unsets the "movie" elementMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getMovie
CTRel getMovie()Gets the "movie" element -
isSetMovie
boolean isSetMovie()True if has "movie" element -
setMovie
Sets the "movie" element -
addNewMovie
CTRel addNewMovie()Appends and returns a new empty "movie" element -
unsetMovie
void unsetMovie()Unsets the "movie" element -
getControl
CTControl getControl()Gets the "control" element -
isSetControl
boolean isSetControl()True if has "control" element -
setControl
Sets the "control" element -
addNewControl
CTControl addNewControl()Appends and returns a new empty "control" element -
unsetControl
void unsetControl()Unsets the "control" element
-