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 classCTNonVisualDrawingProps.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" elementCTHyperlinkaddNewHlinkClick()Appends and returns a new empty "hlinkClick" elementCTHyperlinkaddNewHlinkHover()Appends and returns a new empty "hlinkHover" elementjava.lang.StringgetDescr()Gets the "descr" attributeCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementbooleangetHidden()Gets the "hidden" attributeCTHyperlinkgetHlinkClick()Gets the "hlinkClick" elementCTHyperlinkgetHlinkHover()Gets the "hlinkHover" elementlonggetId()Gets the "id" attributejava.lang.StringgetName()Gets the "name" attributebooleanisSetDescr()True if has "descr" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHidden()True if has "hidden" attributebooleanisSetHlinkClick()True if has "hlinkClick" elementbooleanisSetHlinkHover()True if has "hlinkHover" elementvoidsetDescr(java.lang.String descr)Sets the "descr" attributevoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetHlinkClick(CTHyperlink hlinkClick)Sets the "hlinkClick" elementvoidsetHlinkHover(CTHyperlink hlinkHover)Sets the "hlinkHover" elementvoidsetId(long id)Sets the "id" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidunsetDescr()Unsets the "descr" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHidden()Unsets the "hidden" attributevoidunsetHlinkClick()Unsets the "hlinkClick" elementvoidunsetHlinkHover()Unsets the "hlinkHover" elementXmlStringxgetDescr()Gets (as xml) the "descr" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeSTDrawingElementIdxgetId()Gets (as xml) the "id" attributeXmlStringxgetName()Gets (as xml) the "name" attributevoidxsetDescr(XmlString descr)Sets (as xml) the "descr" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetId(STDrawingElementId id)Sets (as xml) the "id" attributevoidxsetName(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
-
-