Interface CTWebPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWebPr extends XmlObject
An XML CT_WebPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWebPr.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 CTTablesaddNewTables()Appends and returns a new empty "tables" elementbooleangetConsecutive()Gets the "consecutive" attributejava.lang.StringgetEditPage()Gets the "editPage" attributebooleangetFirstRow()Gets the "firstRow" attributeSTHtmlFmt.EnumgetHtmlFormat()Gets the "htmlFormat" attributebooleangetHtmlTables()Gets the "htmlTables" attributebooleangetParsePre()Gets the "parsePre" attributejava.lang.StringgetPost()Gets the "post" attributebooleangetSourceData()Gets the "sourceData" attributeCTTablesgetTables()Gets the "tables" elementbooleangetTextDates()Gets the "textDates" attributejava.lang.StringgetUrl()Gets the "url" attributebooleangetXl2000()Gets the "xl2000" attributebooleangetXl97()Gets the "xl97" attributebooleangetXml()Gets the "xml" attributebooleanisSetConsecutive()True if has "consecutive" attributebooleanisSetEditPage()True if has "editPage" attributebooleanisSetFirstRow()True if has "firstRow" attributebooleanisSetHtmlFormat()True if has "htmlFormat" attributebooleanisSetHtmlTables()True if has "htmlTables" attributebooleanisSetParsePre()True if has "parsePre" attributebooleanisSetPost()True if has "post" attributebooleanisSetSourceData()True if has "sourceData" attributebooleanisSetTables()True if has "tables" elementbooleanisSetTextDates()True if has "textDates" attributebooleanisSetUrl()True if has "url" attributebooleanisSetXl2000()True if has "xl2000" attributebooleanisSetXl97()True if has "xl97" attributebooleanisSetXml()True if has "xml" attributevoidsetConsecutive(boolean consecutive)Sets the "consecutive" attributevoidsetEditPage(java.lang.String editPage)Sets the "editPage" attributevoidsetFirstRow(boolean firstRow)Sets the "firstRow" attributevoidsetHtmlFormat(STHtmlFmt.Enum htmlFormat)Sets the "htmlFormat" attributevoidsetHtmlTables(boolean htmlTables)Sets the "htmlTables" attributevoidsetParsePre(boolean parsePre)Sets the "parsePre" attributevoidsetPost(java.lang.String post)Sets the "post" attributevoidsetSourceData(boolean sourceData)Sets the "sourceData" attributevoidsetTables(CTTables tables)Sets the "tables" elementvoidsetTextDates(boolean textDates)Sets the "textDates" attributevoidsetUrl(java.lang.String url)Sets the "url" attributevoidsetXl2000(boolean xl2000)Sets the "xl2000" attributevoidsetXl97(boolean xl97)Sets the "xl97" attributevoidsetXml(boolean xml)Sets the "xml" attributevoidunsetConsecutive()Unsets the "consecutive" attributevoidunsetEditPage()Unsets the "editPage" attributevoidunsetFirstRow()Unsets the "firstRow" attributevoidunsetHtmlFormat()Unsets the "htmlFormat" attributevoidunsetHtmlTables()Unsets the "htmlTables" attributevoidunsetParsePre()Unsets the "parsePre" attributevoidunsetPost()Unsets the "post" attributevoidunsetSourceData()Unsets the "sourceData" attributevoidunsetTables()Unsets the "tables" elementvoidunsetTextDates()Unsets the "textDates" attributevoidunsetUrl()Unsets the "url" attributevoidunsetXl2000()Unsets the "xl2000" attributevoidunsetXl97()Unsets the "xl97" attributevoidunsetXml()Unsets the "xml" attributeXmlBooleanxgetConsecutive()Gets (as xml) the "consecutive" attributeSTXstringxgetEditPage()Gets (as xml) the "editPage" attributeXmlBooleanxgetFirstRow()Gets (as xml) the "firstRow" attributeSTHtmlFmtxgetHtmlFormat()Gets (as xml) the "htmlFormat" attributeXmlBooleanxgetHtmlTables()Gets (as xml) the "htmlTables" attributeXmlBooleanxgetParsePre()Gets (as xml) the "parsePre" attributeSTXstringxgetPost()Gets (as xml) the "post" attributeXmlBooleanxgetSourceData()Gets (as xml) the "sourceData" attributeXmlBooleanxgetTextDates()Gets (as xml) the "textDates" attributeSTXstringxgetUrl()Gets (as xml) the "url" attributeXmlBooleanxgetXl2000()Gets (as xml) the "xl2000" attributeXmlBooleanxgetXl97()Gets (as xml) the "xl97" attributeXmlBooleanxgetXml()Gets (as xml) the "xml" attributevoidxsetConsecutive(XmlBoolean consecutive)Sets (as xml) the "consecutive" attributevoidxsetEditPage(STXstring editPage)Sets (as xml) the "editPage" attributevoidxsetFirstRow(XmlBoolean firstRow)Sets (as xml) the "firstRow" attributevoidxsetHtmlFormat(STHtmlFmt htmlFormat)Sets (as xml) the "htmlFormat" attributevoidxsetHtmlTables(XmlBoolean htmlTables)Sets (as xml) the "htmlTables" attributevoidxsetParsePre(XmlBoolean parsePre)Sets (as xml) the "parsePre" attributevoidxsetPost(STXstring post)Sets (as xml) the "post" attributevoidxsetSourceData(XmlBoolean sourceData)Sets (as xml) the "sourceData" attributevoidxsetTextDates(XmlBoolean textDates)Sets (as xml) the "textDates" attributevoidxsetUrl(STXstring url)Sets (as xml) the "url" attributevoidxsetXl2000(XmlBoolean xl2000)Sets (as xml) the "xl2000" attributevoidxsetXl97(XmlBoolean xl97)Sets (as xml) the "xl97" attributevoidxsetXml(XmlBoolean xml)Sets (as xml) the "xml" 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
-
getTables
CTTables getTables()
Gets the "tables" element
-
isSetTables
boolean isSetTables()
True if has "tables" element
-
setTables
void setTables(CTTables tables)
Sets the "tables" element
-
addNewTables
CTTables addNewTables()
Appends and returns a new empty "tables" element
-
unsetTables
void unsetTables()
Unsets the "tables" element
-
getXml
boolean getXml()
Gets the "xml" attribute
-
xgetXml
XmlBoolean xgetXml()
Gets (as xml) the "xml" attribute
-
isSetXml
boolean isSetXml()
True if has "xml" attribute
-
setXml
void setXml(boolean xml)
Sets the "xml" attribute
-
xsetXml
void xsetXml(XmlBoolean xml)
Sets (as xml) the "xml" attribute
-
unsetXml
void unsetXml()
Unsets the "xml" attribute
-
getSourceData
boolean getSourceData()
Gets the "sourceData" attribute
-
xgetSourceData
XmlBoolean xgetSourceData()
Gets (as xml) the "sourceData" attribute
-
isSetSourceData
boolean isSetSourceData()
True if has "sourceData" attribute
-
setSourceData
void setSourceData(boolean sourceData)
Sets the "sourceData" attribute
-
xsetSourceData
void xsetSourceData(XmlBoolean sourceData)
Sets (as xml) the "sourceData" attribute
-
unsetSourceData
void unsetSourceData()
Unsets the "sourceData" attribute
-
getParsePre
boolean getParsePre()
Gets the "parsePre" attribute
-
xgetParsePre
XmlBoolean xgetParsePre()
Gets (as xml) the "parsePre" attribute
-
isSetParsePre
boolean isSetParsePre()
True if has "parsePre" attribute
-
setParsePre
void setParsePre(boolean parsePre)
Sets the "parsePre" attribute
-
xsetParsePre
void xsetParsePre(XmlBoolean parsePre)
Sets (as xml) the "parsePre" attribute
-
unsetParsePre
void unsetParsePre()
Unsets the "parsePre" attribute
-
getConsecutive
boolean getConsecutive()
Gets the "consecutive" attribute
-
xgetConsecutive
XmlBoolean xgetConsecutive()
Gets (as xml) the "consecutive" attribute
-
isSetConsecutive
boolean isSetConsecutive()
True if has "consecutive" attribute
-
setConsecutive
void setConsecutive(boolean consecutive)
Sets the "consecutive" attribute
-
xsetConsecutive
void xsetConsecutive(XmlBoolean consecutive)
Sets (as xml) the "consecutive" attribute
-
unsetConsecutive
void unsetConsecutive()
Unsets the "consecutive" attribute
-
getFirstRow
boolean getFirstRow()
Gets the "firstRow" attribute
-
xgetFirstRow
XmlBoolean xgetFirstRow()
Gets (as xml) the "firstRow" attribute
-
isSetFirstRow
boolean isSetFirstRow()
True if has "firstRow" attribute
-
setFirstRow
void setFirstRow(boolean firstRow)
Sets the "firstRow" attribute
-
xsetFirstRow
void xsetFirstRow(XmlBoolean firstRow)
Sets (as xml) the "firstRow" attribute
-
unsetFirstRow
void unsetFirstRow()
Unsets the "firstRow" attribute
-
getXl97
boolean getXl97()
Gets the "xl97" attribute
-
xgetXl97
XmlBoolean xgetXl97()
Gets (as xml) the "xl97" attribute
-
isSetXl97
boolean isSetXl97()
True if has "xl97" attribute
-
setXl97
void setXl97(boolean xl97)
Sets the "xl97" attribute
-
xsetXl97
void xsetXl97(XmlBoolean xl97)
Sets (as xml) the "xl97" attribute
-
unsetXl97
void unsetXl97()
Unsets the "xl97" attribute
-
getTextDates
boolean getTextDates()
Gets the "textDates" attribute
-
xgetTextDates
XmlBoolean xgetTextDates()
Gets (as xml) the "textDates" attribute
-
isSetTextDates
boolean isSetTextDates()
True if has "textDates" attribute
-
setTextDates
void setTextDates(boolean textDates)
Sets the "textDates" attribute
-
xsetTextDates
void xsetTextDates(XmlBoolean textDates)
Sets (as xml) the "textDates" attribute
-
unsetTextDates
void unsetTextDates()
Unsets the "textDates" attribute
-
getXl2000
boolean getXl2000()
Gets the "xl2000" attribute
-
xgetXl2000
XmlBoolean xgetXl2000()
Gets (as xml) the "xl2000" attribute
-
isSetXl2000
boolean isSetXl2000()
True if has "xl2000" attribute
-
setXl2000
void setXl2000(boolean xl2000)
Sets the "xl2000" attribute
-
xsetXl2000
void xsetXl2000(XmlBoolean xl2000)
Sets (as xml) the "xl2000" attribute
-
unsetXl2000
void unsetXl2000()
Unsets the "xl2000" attribute
-
getUrl
java.lang.String getUrl()
Gets the "url" attribute
-
xgetUrl
STXstring xgetUrl()
Gets (as xml) the "url" attribute
-
isSetUrl
boolean isSetUrl()
True if has "url" attribute
-
setUrl
void setUrl(java.lang.String url)
Sets the "url" attribute
-
xsetUrl
void xsetUrl(STXstring url)
Sets (as xml) the "url" attribute
-
unsetUrl
void unsetUrl()
Unsets the "url" attribute
-
getPost
java.lang.String getPost()
Gets the "post" attribute
-
xgetPost
STXstring xgetPost()
Gets (as xml) the "post" attribute
-
isSetPost
boolean isSetPost()
True if has "post" attribute
-
setPost
void setPost(java.lang.String post)
Sets the "post" attribute
-
xsetPost
void xsetPost(STXstring post)
Sets (as xml) the "post" attribute
-
unsetPost
void unsetPost()
Unsets the "post" attribute
-
getHtmlTables
boolean getHtmlTables()
Gets the "htmlTables" attribute
-
xgetHtmlTables
XmlBoolean xgetHtmlTables()
Gets (as xml) the "htmlTables" attribute
-
isSetHtmlTables
boolean isSetHtmlTables()
True if has "htmlTables" attribute
-
setHtmlTables
void setHtmlTables(boolean htmlTables)
Sets the "htmlTables" attribute
-
xsetHtmlTables
void xsetHtmlTables(XmlBoolean htmlTables)
Sets (as xml) the "htmlTables" attribute
-
unsetHtmlTables
void unsetHtmlTables()
Unsets the "htmlTables" attribute
-
getHtmlFormat
STHtmlFmt.Enum getHtmlFormat()
Gets the "htmlFormat" attribute
-
xgetHtmlFormat
STHtmlFmt xgetHtmlFormat()
Gets (as xml) the "htmlFormat" attribute
-
isSetHtmlFormat
boolean isSetHtmlFormat()
True if has "htmlFormat" attribute
-
setHtmlFormat
void setHtmlFormat(STHtmlFmt.Enum htmlFormat)
Sets the "htmlFormat" attribute
-
xsetHtmlFormat
void xsetHtmlFormat(STHtmlFmt htmlFormat)
Sets (as xml) the "htmlFormat" attribute
-
unsetHtmlFormat
void unsetHtmlFormat()
Unsets the "htmlFormat" attribute
-
getEditPage
java.lang.String getEditPage()
Gets the "editPage" attribute
-
xgetEditPage
STXstring xgetEditPage()
Gets (as xml) the "editPage" attribute
-
isSetEditPage
boolean isSetEditPage()
True if has "editPage" attribute
-
setEditPage
void setEditPage(java.lang.String editPage)
Sets the "editPage" attribute
-
xsetEditPage
void xsetEditPage(STXstring editPage)
Sets (as xml) the "editPage" attribute
-
unsetEditPage
void unsetEditPage()
Unsets the "editPage" attribute
-
-