Interface CTSmartTagPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SmartTagPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSmartTagPr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmbed()Gets the "embed" attributegetShow()Gets the "show" attributebooleanTrue if has "embed" attributebooleanTrue if has "show" attributevoidsetEmbed(boolean embed) Sets the "embed" attributevoidsetShow(STSmartTagShow.Enum show) Sets the "show" attributevoidUnsets the "embed" attributevoidUnsets the "show" attributeGets (as xml) the "embed" attributexgetShow()Gets (as xml) the "show" attributevoidxsetEmbed(XmlBoolean embed) Sets (as xml) the "embed" attributevoidxsetShow(STSmartTagShow show) Sets (as xml) the "show" 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
-
getEmbed
boolean getEmbed()Gets the "embed" attribute -
xgetEmbed
XmlBoolean xgetEmbed()Gets (as xml) the "embed" attribute -
isSetEmbed
boolean isSetEmbed()True if has "embed" attribute -
setEmbed
void setEmbed(boolean embed) Sets the "embed" attribute -
xsetEmbed
Sets (as xml) the "embed" attribute -
unsetEmbed
void unsetEmbed()Unsets the "embed" attribute -
getShow
STSmartTagShow.Enum getShow()Gets the "show" attribute -
xgetShow
STSmartTagShow xgetShow()Gets (as xml) the "show" attribute -
isSetShow
boolean isSetShow()True if has "show" attribute -
setShow
Sets the "show" attribute -
xsetShow
Sets (as xml) the "show" attribute -
unsetShow
void unsetShow()Unsets the "show" attribute
-