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 class
CTNonVisualPictureProperties.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 CTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTPictureLocking
addNewPicLocks()
Appends and returns a new empty "picLocks" elementCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTPictureLocking
getPicLocks()
Gets the "picLocks" elementboolean
getPreferRelativeResize()
Gets the "preferRelativeResize" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetPicLocks()
True if has "picLocks" elementboolean
isSetPreferRelativeResize()
True if has "preferRelativeResize" attributevoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setPicLocks(CTPictureLocking picLocks)
Sets the "picLocks" elementvoid
setPreferRelativeResize(boolean preferRelativeResize)
Sets the "preferRelativeResize" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetPicLocks()
Unsets the "picLocks" elementvoid
unsetPreferRelativeResize()
Unsets the "preferRelativeResize" attributeXmlBoolean
xgetPreferRelativeResize()
Gets (as xml) the "preferRelativeResize" attributevoid
xsetPreferRelativeResize(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
-
-