Interface CTNonVisualDrawingProps
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_NonVisualDrawingProps(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTNonVisualDrawingProps> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementAppends and returns a new empty "hlinkClick" elementAppends and returns a new empty "hlinkHover" elementgetDescr()Gets the "descr" attributeGets the "extLst" elementbooleanGets the "hidden" attributeGets the "hlinkClick" elementGets the "hlinkHover" elementlonggetId()Gets the "id" attributegetName()Gets the "name" attributegetTitle()Gets the "title" attributebooleanTrue if has "descr" attributebooleanTrue if has "extLst" elementbooleanTrue if has "hidden" attributebooleanTrue if has "hlinkClick" elementbooleanTrue if has "hlinkHover" elementbooleanTrue if has "title" attributevoidSets 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" attributevoidSets the "name" attributevoidSets the "title" attributevoidUnsets the "descr" attributevoidUnsets the "extLst" elementvoidUnsets the "hidden" attributevoidUnsets the "hlinkClick" elementvoidUnsets the "hlinkHover" elementvoidUnsets the "title" attributeGets (as xml) the "descr" attributeGets (as xml) the "hidden" attributexgetId()Gets (as xml) the "id" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "title" attributevoidSets (as xml) the "descr" attributevoidxsetHidden(XmlBoolean hidden) Sets (as xml) the "hidden" attributevoidSets (as xml) the "id" attributevoidSets (as xml) the "name" attributevoidSets (as xml) the "title" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getHlinkClick
CTHyperlink getHlinkClick()Gets the "hlinkClick" element -
isSetHlinkClick
boolean isSetHlinkClick()True if has "hlinkClick" element -
setHlinkClick
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
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
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
Sets (as xml) the "id" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute -
getDescr
String getDescr()Gets the "descr" attribute -
xgetDescr
XmlString xgetDescr()Gets (as xml) the "descr" attribute -
isSetDescr
boolean isSetDescr()True if has "descr" attribute -
setDescr
Sets the "descr" attribute -
xsetDescr
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
Sets (as xml) the "hidden" attribute -
unsetHidden
void unsetHidden()Unsets the "hidden" attribute -
getTitle
String getTitle()Gets the "title" attribute -
xgetTitle
XmlString xgetTitle()Gets (as xml) the "title" attribute -
isSetTitle
boolean isSetTitle()True if has "title" attribute -
setTitle
Sets the "title" attribute -
xsetTitle
Sets (as xml) the "title" attribute -
unsetTitle
void unsetTitle()Unsets the "title" attribute
-