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 class
CTWebPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTTables
addNewTables()
Appends and returns a new empty "tables" elementboolean
getConsecutive()
Gets the "consecutive" attributejava.lang.String
getEditPage()
Gets the "editPage" attributeboolean
getFirstRow()
Gets the "firstRow" attributeSTHtmlFmt.Enum
getHtmlFormat()
Gets the "htmlFormat" attributeboolean
getHtmlTables()
Gets the "htmlTables" attributeboolean
getParsePre()
Gets the "parsePre" attributejava.lang.String
getPost()
Gets the "post" attributeboolean
getSourceData()
Gets the "sourceData" attributeCTTables
getTables()
Gets the "tables" elementboolean
getTextDates()
Gets the "textDates" attributejava.lang.String
getUrl()
Gets the "url" attributeboolean
getXl2000()
Gets the "xl2000" attributeboolean
getXl97()
Gets the "xl97" attributeboolean
getXml()
Gets the "xml" attributeboolean
isSetConsecutive()
True if has "consecutive" attributeboolean
isSetEditPage()
True if has "editPage" attributeboolean
isSetFirstRow()
True if has "firstRow" attributeboolean
isSetHtmlFormat()
True if has "htmlFormat" attributeboolean
isSetHtmlTables()
True if has "htmlTables" attributeboolean
isSetParsePre()
True if has "parsePre" attributeboolean
isSetPost()
True if has "post" attributeboolean
isSetSourceData()
True if has "sourceData" attributeboolean
isSetTables()
True if has "tables" elementboolean
isSetTextDates()
True if has "textDates" attributeboolean
isSetUrl()
True if has "url" attributeboolean
isSetXl2000()
True if has "xl2000" attributeboolean
isSetXl97()
True if has "xl97" attributeboolean
isSetXml()
True if has "xml" attributevoid
setConsecutive(boolean consecutive)
Sets the "consecutive" attributevoid
setEditPage(java.lang.String editPage)
Sets the "editPage" attributevoid
setFirstRow(boolean firstRow)
Sets the "firstRow" attributevoid
setHtmlFormat(STHtmlFmt.Enum htmlFormat)
Sets the "htmlFormat" attributevoid
setHtmlTables(boolean htmlTables)
Sets the "htmlTables" attributevoid
setParsePre(boolean parsePre)
Sets the "parsePre" attributevoid
setPost(java.lang.String post)
Sets the "post" attributevoid
setSourceData(boolean sourceData)
Sets the "sourceData" attributevoid
setTables(CTTables tables)
Sets the "tables" elementvoid
setTextDates(boolean textDates)
Sets the "textDates" attributevoid
setUrl(java.lang.String url)
Sets the "url" attributevoid
setXl2000(boolean xl2000)
Sets the "xl2000" attributevoid
setXl97(boolean xl97)
Sets the "xl97" attributevoid
setXml(boolean xml)
Sets the "xml" attributevoid
unsetConsecutive()
Unsets the "consecutive" attributevoid
unsetEditPage()
Unsets the "editPage" attributevoid
unsetFirstRow()
Unsets the "firstRow" attributevoid
unsetHtmlFormat()
Unsets the "htmlFormat" attributevoid
unsetHtmlTables()
Unsets the "htmlTables" attributevoid
unsetParsePre()
Unsets the "parsePre" attributevoid
unsetPost()
Unsets the "post" attributevoid
unsetSourceData()
Unsets the "sourceData" attributevoid
unsetTables()
Unsets the "tables" elementvoid
unsetTextDates()
Unsets the "textDates" attributevoid
unsetUrl()
Unsets the "url" attributevoid
unsetXl2000()
Unsets the "xl2000" attributevoid
unsetXl97()
Unsets the "xl97" attributevoid
unsetXml()
Unsets the "xml" attributeXmlBoolean
xgetConsecutive()
Gets (as xml) the "consecutive" attributeSTXstring
xgetEditPage()
Gets (as xml) the "editPage" attributeXmlBoolean
xgetFirstRow()
Gets (as xml) the "firstRow" attributeSTHtmlFmt
xgetHtmlFormat()
Gets (as xml) the "htmlFormat" attributeXmlBoolean
xgetHtmlTables()
Gets (as xml) the "htmlTables" attributeXmlBoolean
xgetParsePre()
Gets (as xml) the "parsePre" attributeSTXstring
xgetPost()
Gets (as xml) the "post" attributeXmlBoolean
xgetSourceData()
Gets (as xml) the "sourceData" attributeXmlBoolean
xgetTextDates()
Gets (as xml) the "textDates" attributeSTXstring
xgetUrl()
Gets (as xml) the "url" attributeXmlBoolean
xgetXl2000()
Gets (as xml) the "xl2000" attributeXmlBoolean
xgetXl97()
Gets (as xml) the "xl97" attributeXmlBoolean
xgetXml()
Gets (as xml) the "xml" attributevoid
xsetConsecutive(XmlBoolean consecutive)
Sets (as xml) the "consecutive" attributevoid
xsetEditPage(STXstring editPage)
Sets (as xml) the "editPage" attributevoid
xsetFirstRow(XmlBoolean firstRow)
Sets (as xml) the "firstRow" attributevoid
xsetHtmlFormat(STHtmlFmt htmlFormat)
Sets (as xml) the "htmlFormat" attributevoid
xsetHtmlTables(XmlBoolean htmlTables)
Sets (as xml) the "htmlTables" attributevoid
xsetParsePre(XmlBoolean parsePre)
Sets (as xml) the "parsePre" attributevoid
xsetPost(STXstring post)
Sets (as xml) the "post" attributevoid
xsetSourceData(XmlBoolean sourceData)
Sets (as xml) the "sourceData" attributevoid
xsetTextDates(XmlBoolean textDates)
Sets (as xml) the "textDates" attributevoid
xsetUrl(STXstring url)
Sets (as xml) the "url" attributevoid
xsetXl2000(XmlBoolean xl2000)
Sets (as xml) the "xl2000" attributevoid
xsetXl97(XmlBoolean xl97)
Sets (as xml) the "xl97" attributevoid
xsetXml(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
-
-