Interface CTNonVisualDrawingProps
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTNonVisualDrawingProps extends XmlObject
An XML CT_NonVisualDrawingProps(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTNonVisualDrawingProps.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" elementCTHyperlink
addNewHlinkClick()
Appends and returns a new empty "hlinkClick" elementCTHyperlink
addNewHlinkHover()
Appends and returns a new empty "hlinkHover" elementjava.lang.String
getDescr()
Gets the "descr" attributeCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementboolean
getHidden()
Gets the "hidden" attributeCTHyperlink
getHlinkClick()
Gets the "hlinkClick" elementCTHyperlink
getHlinkHover()
Gets the "hlinkHover" elementlong
getId()
Gets the "id" attributejava.lang.String
getName()
Gets the "name" attributeboolean
isSetDescr()
True if has "descr" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetHlinkClick()
True if has "hlinkClick" elementboolean
isSetHlinkHover()
True if has "hlinkHover" elementvoid
setDescr(java.lang.String descr)
Sets the "descr" attributevoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setHlinkClick(CTHyperlink hlinkClick)
Sets the "hlinkClick" elementvoid
setHlinkHover(CTHyperlink hlinkHover)
Sets the "hlinkHover" elementvoid
setId(long id)
Sets the "id" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
unsetDescr()
Unsets the "descr" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetHlinkClick()
Unsets the "hlinkClick" elementvoid
unsetHlinkHover()
Unsets the "hlinkHover" elementXmlString
xgetDescr()
Gets (as xml) the "descr" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeSTDrawingElementId
xgetId()
Gets (as xml) the "id" attributeXmlString
xgetName()
Gets (as xml) the "name" attributevoid
xsetDescr(XmlString descr)
Sets (as xml) the "descr" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetId(STDrawingElementId id)
Sets (as xml) the "id" attributevoid
xsetName(XmlString name)
Sets (as xml) the "name" 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
-
getHlinkClick
CTHyperlink getHlinkClick()
Gets the "hlinkClick" element
-
isSetHlinkClick
boolean isSetHlinkClick()
True if has "hlinkClick" element
-
setHlinkClick
void setHlinkClick(CTHyperlink hlinkClick)
Sets the "hlinkClick" element
-
addNewHlinkClick
CTHyperlink addNewHlinkClick()
Appends and returns a new empty "hlinkClick" element
-
unsetHlinkClick
void unsetHlinkClick()
Unsets the "hlinkClick" element
-
getHlinkHover
CTHyperlink getHlinkHover()
Gets the "hlinkHover" element
-
isSetHlinkHover
boolean isSetHlinkHover()
True if has "hlinkHover" element
-
setHlinkHover
void setHlinkHover(CTHyperlink hlinkHover)
Sets the "hlinkHover" element
-
addNewHlinkHover
CTHyperlink addNewHlinkHover()
Appends and returns a new empty "hlinkHover" element
-
unsetHlinkHover
void unsetHlinkHover()
Unsets the "hlinkHover" 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
-
getId
long getId()
Gets the "id" attribute
-
xgetId
STDrawingElementId xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(long id)
Sets the "id" attribute
-
xsetId
void xsetId(STDrawingElementId id)
Sets (as xml) the "id" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
getDescr
java.lang.String getDescr()
Gets the "descr" attribute
-
xgetDescr
XmlString xgetDescr()
Gets (as xml) the "descr" attribute
-
isSetDescr
boolean isSetDescr()
True if has "descr" attribute
-
setDescr
void setDescr(java.lang.String descr)
Sets the "descr" attribute
-
xsetDescr
void xsetDescr(XmlString descr)
Sets (as xml) the "descr" attribute
-
unsetDescr
void unsetDescr()
Unsets the "descr" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
-