Interface CTApplicationNonVisualDrawingProps
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTApplicationNonVisualDrawingProps extends XmlObject
An XML CT_ApplicationNonVisualDrawingProps(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTApplicationNonVisualDrawingProps.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 CTAudioCDaddNewAudioCd()Appends and returns a new empty "audioCd" elementCTAudioFileaddNewAudioFile()Appends and returns a new empty "audioFile" elementCTCustomerDataListaddNewCustDataLst()Appends and returns a new empty "custDataLst" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTPlaceholderaddNewPh()Appends and returns a new empty "ph" elementCTQuickTimeFileaddNewQuickTimeFile()Appends and returns a new empty "quickTimeFile" elementCTVideoFileaddNewVideoFile()Appends and returns a new empty "videoFile" elementCTEmbeddedWAVAudioFileaddNewWavAudioFile()Appends and returns a new empty "wavAudioFile" elementCTAudioCDgetAudioCd()Gets the "audioCd" elementCTAudioFilegetAudioFile()Gets the "audioFile" elementCTCustomerDataListgetCustDataLst()Gets the "custDataLst" elementCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetIsPhoto()Gets the "isPhoto" attributeCTPlaceholdergetPh()Gets the "ph" elementCTQuickTimeFilegetQuickTimeFile()Gets the "quickTimeFile" elementbooleangetUserDrawn()Gets the "userDrawn" attributeCTVideoFilegetVideoFile()Gets the "videoFile" elementCTEmbeddedWAVAudioFilegetWavAudioFile()Gets the "wavAudioFile" elementbooleanisSetAudioCd()True if has "audioCd" elementbooleanisSetAudioFile()True if has "audioFile" elementbooleanisSetCustDataLst()True if has "custDataLst" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetIsPhoto()True if has "isPhoto" attributebooleanisSetPh()True if has "ph" elementbooleanisSetQuickTimeFile()True if has "quickTimeFile" elementbooleanisSetUserDrawn()True if has "userDrawn" attributebooleanisSetVideoFile()True if has "videoFile" elementbooleanisSetWavAudioFile()True if has "wavAudioFile" elementvoidsetAudioCd(CTAudioCD audioCd)Sets the "audioCd" elementvoidsetAudioFile(CTAudioFile audioFile)Sets the "audioFile" elementvoidsetCustDataLst(CTCustomerDataList custDataLst)Sets the "custDataLst" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetIsPhoto(boolean isPhoto)Sets the "isPhoto" attributevoidsetPh(CTPlaceholder ph)Sets the "ph" elementvoidsetQuickTimeFile(CTQuickTimeFile quickTimeFile)Sets the "quickTimeFile" elementvoidsetUserDrawn(boolean userDrawn)Sets the "userDrawn" attributevoidsetVideoFile(CTVideoFile videoFile)Sets the "videoFile" elementvoidsetWavAudioFile(CTEmbeddedWAVAudioFile wavAudioFile)Sets the "wavAudioFile" elementvoidunsetAudioCd()Unsets the "audioCd" elementvoidunsetAudioFile()Unsets the "audioFile" elementvoidunsetCustDataLst()Unsets the "custDataLst" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetIsPhoto()Unsets the "isPhoto" attributevoidunsetPh()Unsets the "ph" elementvoidunsetQuickTimeFile()Unsets the "quickTimeFile" elementvoidunsetUserDrawn()Unsets the "userDrawn" attributevoidunsetVideoFile()Unsets the "videoFile" elementvoidunsetWavAudioFile()Unsets the "wavAudioFile" elementXmlBooleanxgetIsPhoto()Gets (as xml) the "isPhoto" attributeXmlBooleanxgetUserDrawn()Gets (as xml) the "userDrawn" attributevoidxsetIsPhoto(XmlBoolean isPhoto)Sets (as xml) the "isPhoto" attributevoidxsetUserDrawn(XmlBoolean userDrawn)Sets (as xml) the "userDrawn" 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
-
getPh
CTPlaceholder getPh()
Gets the "ph" element
-
isSetPh
boolean isSetPh()
True if has "ph" element
-
setPh
void setPh(CTPlaceholder ph)
Sets the "ph" element
-
addNewPh
CTPlaceholder addNewPh()
Appends and returns a new empty "ph" element
-
unsetPh
void unsetPh()
Unsets the "ph" element
-
getAudioCd
CTAudioCD getAudioCd()
Gets the "audioCd" element
-
isSetAudioCd
boolean isSetAudioCd()
True if has "audioCd" element
-
setAudioCd
void setAudioCd(CTAudioCD audioCd)
Sets the "audioCd" element
-
addNewAudioCd
CTAudioCD addNewAudioCd()
Appends and returns a new empty "audioCd" element
-
unsetAudioCd
void unsetAudioCd()
Unsets the "audioCd" element
-
getWavAudioFile
CTEmbeddedWAVAudioFile getWavAudioFile()
Gets the "wavAudioFile" element
-
isSetWavAudioFile
boolean isSetWavAudioFile()
True if has "wavAudioFile" element
-
setWavAudioFile
void setWavAudioFile(CTEmbeddedWAVAudioFile wavAudioFile)
Sets the "wavAudioFile" element
-
addNewWavAudioFile
CTEmbeddedWAVAudioFile addNewWavAudioFile()
Appends and returns a new empty "wavAudioFile" element
-
unsetWavAudioFile
void unsetWavAudioFile()
Unsets the "wavAudioFile" element
-
getAudioFile
CTAudioFile getAudioFile()
Gets the "audioFile" element
-
isSetAudioFile
boolean isSetAudioFile()
True if has "audioFile" element
-
setAudioFile
void setAudioFile(CTAudioFile audioFile)
Sets the "audioFile" element
-
addNewAudioFile
CTAudioFile addNewAudioFile()
Appends and returns a new empty "audioFile" element
-
unsetAudioFile
void unsetAudioFile()
Unsets the "audioFile" element
-
getVideoFile
CTVideoFile getVideoFile()
Gets the "videoFile" element
-
isSetVideoFile
boolean isSetVideoFile()
True if has "videoFile" element
-
setVideoFile
void setVideoFile(CTVideoFile videoFile)
Sets the "videoFile" element
-
addNewVideoFile
CTVideoFile addNewVideoFile()
Appends and returns a new empty "videoFile" element
-
unsetVideoFile
void unsetVideoFile()
Unsets the "videoFile" element
-
getQuickTimeFile
CTQuickTimeFile getQuickTimeFile()
Gets the "quickTimeFile" element
-
isSetQuickTimeFile
boolean isSetQuickTimeFile()
True if has "quickTimeFile" element
-
setQuickTimeFile
void setQuickTimeFile(CTQuickTimeFile quickTimeFile)
Sets the "quickTimeFile" element
-
addNewQuickTimeFile
CTQuickTimeFile addNewQuickTimeFile()
Appends and returns a new empty "quickTimeFile" element
-
unsetQuickTimeFile
void unsetQuickTimeFile()
Unsets the "quickTimeFile" element
-
getCustDataLst
CTCustomerDataList getCustDataLst()
Gets the "custDataLst" element
-
isSetCustDataLst
boolean isSetCustDataLst()
True if has "custDataLst" element
-
setCustDataLst
void setCustDataLst(CTCustomerDataList custDataLst)
Sets the "custDataLst" element
-
addNewCustDataLst
CTCustomerDataList addNewCustDataLst()
Appends and returns a new empty "custDataLst" element
-
unsetCustDataLst
void unsetCustDataLst()
Unsets the "custDataLst" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getIsPhoto
boolean getIsPhoto()
Gets the "isPhoto" attribute
-
xgetIsPhoto
XmlBoolean xgetIsPhoto()
Gets (as xml) the "isPhoto" attribute
-
isSetIsPhoto
boolean isSetIsPhoto()
True if has "isPhoto" attribute
-
setIsPhoto
void setIsPhoto(boolean isPhoto)
Sets the "isPhoto" attribute
-
xsetIsPhoto
void xsetIsPhoto(XmlBoolean isPhoto)
Sets (as xml) the "isPhoto" attribute
-
unsetIsPhoto
void unsetIsPhoto()
Unsets the "isPhoto" attribute
-
getUserDrawn
boolean getUserDrawn()
Gets the "userDrawn" attribute
-
xgetUserDrawn
XmlBoolean xgetUserDrawn()
Gets (as xml) the "userDrawn" attribute
-
isSetUserDrawn
boolean isSetUserDrawn()
True if has "userDrawn" attribute
-
setUserDrawn
void setUserDrawn(boolean userDrawn)
Sets the "userDrawn" attribute
-
xsetUserDrawn
void xsetUserDrawn(XmlBoolean userDrawn)
Sets (as xml) the "userDrawn" attribute
-
unsetUserDrawn
void unsetUserDrawn()
Unsets the "userDrawn" attribute
-
-