Interface CTSmartTagPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSmartTagPr extends XmlObject
An XML CT_SmartTagPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSmartTagPr>Factorystatic 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 booleangetEmbed()Gets the "embed" attributeSTSmartTagShow.EnumgetShow()Gets the "show" attributebooleanisSetEmbed()True if has "embed" attributebooleanisSetShow()True if has "show" attributevoidsetEmbed(boolean embed)Sets the "embed" attributevoidsetShow(STSmartTagShow.Enum show)Sets the "show" attributevoidunsetEmbed()Unsets the "embed" attributevoidunsetShow()Unsets the "show" attributeXmlBooleanxgetEmbed()Gets (as xml) the "embed" attributeSTSmartTagShowxgetShow()Gets (as xml) the "show" attributevoidxsetEmbed(XmlBoolean embed)Sets (as xml) the "embed" attributevoidxsetShow(STSmartTagShow show)Sets (as xml) the "show" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTSmartTagPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
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
void xsetEmbed(XmlBoolean embed)
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
void setShow(STSmartTagShow.Enum show)
Sets the "show" attribute
-
xsetShow
void xsetShow(STSmartTagShow show)
Sets (as xml) the "show" attribute
-
unsetShow
void unsetShow()
Unsets the "show" attribute
-
-