Interface CTHyperlink
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Hyperlink(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTHyperlink> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "display" attributegetId()Gets the "id" attributeGets the "location" attributegetRef()Gets the "ref" attributeGets the "tooltip" attributebooleanTrue if has "display" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "location" attributebooleanTrue if has "tooltip" attributevoidsetDisplay(String display) Sets the "display" attributevoidSets the "id" attributevoidsetLocation(String location) Sets the "location" attributevoidSets the "ref" attributevoidsetTooltip(String tooltip) Sets the "tooltip" attributevoidUnsets the "display" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "location" attributevoidUnsets the "tooltip" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "display" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "location" attributexgetRef()Gets (as xml) the "ref" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "tooltip" attributevoidxsetDisplay(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring display) Sets (as xml) the "display" attributevoidSets (as xml) the "id" attributevoidxsetLocation(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring location) Sets (as xml) the "location" attributevoidSets (as xml) the "ref" attributevoidxsetTooltip(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring tooltip) Sets (as xml) the "tooltip" 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
-
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
STRelationshipId xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getLocation
String getLocation()Gets the "location" attribute -
xgetLocation
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetLocation()Gets (as xml) the "location" attribute -
isSetLocation
boolean isSetLocation()True if has "location" attribute -
setLocation
Sets the "location" attribute -
unsetLocation
void unsetLocation()Unsets the "location" attribute -
getTooltip
String getTooltip()Gets the "tooltip" attribute -
xgetTooltip
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTooltip()Gets (as xml) the "tooltip" attribute -
isSetTooltip
boolean isSetTooltip()True if has "tooltip" attribute -
setTooltip
Sets the "tooltip" attribute -
unsetTooltip
void unsetTooltip()Unsets the "tooltip" attribute -
getDisplay
String getDisplay()Gets the "display" attribute -
xgetDisplay
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDisplay()Gets (as xml) the "display" attribute -
isSetDisplay
boolean isSetDisplay()True if has "display" attribute -
setDisplay
Sets the "display" attribute -
unsetDisplay
void unsetDisplay()Unsets the "display" attribute
-