Interface CTNonVisualPictureProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTNonVisualPictureProperties extends XmlObject
An XML CT_NonVisualPictureProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTNonVisualPictureProperties.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 CTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTPictureLockingaddNewPicLocks()Appends and returns a new empty "picLocks" elementCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementCTPictureLockinggetPicLocks()Gets the "picLocks" elementbooleangetPreferRelativeResize()Gets the "preferRelativeResize" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetPicLocks()True if has "picLocks" elementbooleanisSetPreferRelativeResize()True if has "preferRelativeResize" attributevoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetPicLocks(CTPictureLocking picLocks)Sets the "picLocks" elementvoidsetPreferRelativeResize(boolean preferRelativeResize)Sets the "preferRelativeResize" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetPicLocks()Unsets the "picLocks" elementvoidunsetPreferRelativeResize()Unsets the "preferRelativeResize" attributeXmlBooleanxgetPreferRelativeResize()Gets (as xml) the "preferRelativeResize" attributevoidxsetPreferRelativeResize(XmlBoolean preferRelativeResize)Sets (as xml) the "preferRelativeResize" 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
-
getPicLocks
CTPictureLocking getPicLocks()
Gets the "picLocks" element
-
isSetPicLocks
boolean isSetPicLocks()
True if has "picLocks" element
-
setPicLocks
void setPicLocks(CTPictureLocking picLocks)
Sets the "picLocks" element
-
addNewPicLocks
CTPictureLocking addNewPicLocks()
Appends and returns a new empty "picLocks" element
-
unsetPicLocks
void unsetPicLocks()
Unsets the "picLocks" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getPreferRelativeResize
boolean getPreferRelativeResize()
Gets the "preferRelativeResize" attribute
-
xgetPreferRelativeResize
XmlBoolean xgetPreferRelativeResize()
Gets (as xml) the "preferRelativeResize" attribute
-
isSetPreferRelativeResize
boolean isSetPreferRelativeResize()
True if has "preferRelativeResize" attribute
-
setPreferRelativeResize
void setPreferRelativeResize(boolean preferRelativeResize)
Sets the "preferRelativeResize" attribute
-
xsetPreferRelativeResize
void xsetPreferRelativeResize(XmlBoolean preferRelativeResize)
Sets (as xml) the "preferRelativeResize" attribute
-
unsetPreferRelativeResize
void unsetPreferRelativeResize()
Unsets the "preferRelativeResize" attribute
-
-