public class CTWebPr extends java.lang.Object implements Child
Java class for CT_WebPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tables" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Tables" minOccurs="0"/>
</sequence>
<attribute name="xml" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="sourceData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="parsePre" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="consecutive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="firstRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xl97" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="textDates" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xl2000" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="url" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="post" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="htmlTables" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="htmlFormat" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_HtmlFmt" default="none" />
<attribute name="editPage" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
consecutive |
protected java.lang.String |
editPage |
protected java.lang.Boolean |
firstRow |
protected STHtmlFmt |
htmlFormat |
protected java.lang.Boolean |
htmlTables |
protected java.lang.Boolean |
parsePre |
protected java.lang.String |
post |
protected java.lang.Boolean |
sourceData |
protected CTTables |
tables |
protected java.lang.Boolean |
textDates |
protected java.lang.String |
url |
protected java.lang.Boolean |
xl2000 |
protected java.lang.Boolean |
xl97 |
protected java.lang.Boolean |
xml |
| Constructor and Description |
|---|
CTWebPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getEditPage()
Gets the value of the editPage property.
|
STHtmlFmt |
getHtmlFormat()
Gets the value of the htmlFormat property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPost()
Gets the value of the post property.
|
CTTables |
getTables()
Gets the value of the tables property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
boolean |
isConsecutive()
Gets the value of the consecutive property.
|
boolean |
isFirstRow()
Gets the value of the firstRow property.
|
boolean |
isHtmlTables()
Gets the value of the htmlTables property.
|
boolean |
isParsePre()
Gets the value of the parsePre property.
|
boolean |
isSourceData()
Gets the value of the sourceData property.
|
boolean |
isTextDates()
Gets the value of the textDates property.
|
boolean |
isXl2000()
Gets the value of the xl2000 property.
|
boolean |
isXl97()
Gets the value of the xl97 property.
|
boolean |
isXml()
Gets the value of the xml property.
|
void |
setConsecutive(java.lang.Boolean value)
Sets the value of the consecutive property.
|
void |
setEditPage(java.lang.String value)
Sets the value of the editPage property.
|
void |
setFirstRow(java.lang.Boolean value)
Sets the value of the firstRow property.
|
void |
setHtmlFormat(STHtmlFmt value)
Sets the value of the htmlFormat property.
|
void |
setHtmlTables(java.lang.Boolean value)
Sets the value of the htmlTables property.
|
void |
setParent(java.lang.Object parent) |
void |
setParsePre(java.lang.Boolean value)
Sets the value of the parsePre property.
|
void |
setPost(java.lang.String value)
Sets the value of the post property.
|
void |
setSourceData(java.lang.Boolean value)
Sets the value of the sourceData property.
|
void |
setTables(CTTables value)
Sets the value of the tables property.
|
void |
setTextDates(java.lang.Boolean value)
Sets the value of the textDates property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
void |
setXl2000(java.lang.Boolean value)
Sets the value of the xl2000 property.
|
void |
setXl97(java.lang.Boolean value)
Sets the value of the xl97 property.
|
void |
setXml(java.lang.Boolean value)
Sets the value of the xml property.
|
protected CTTables tables
protected java.lang.Boolean xml
protected java.lang.Boolean sourceData
protected java.lang.Boolean parsePre
protected java.lang.Boolean consecutive
protected java.lang.Boolean firstRow
protected java.lang.Boolean xl97
protected java.lang.Boolean textDates
protected java.lang.Boolean xl2000
protected java.lang.String url
protected java.lang.String post
protected java.lang.Boolean htmlTables
protected STHtmlFmt htmlFormat
protected java.lang.String editPage
public CTTables getTables()
CTTablespublic void setTables(CTTables value)
value - allowed object is
CTTablespublic boolean isXml()
Booleanpublic void setXml(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSourceData()
Booleanpublic void setSourceData(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isParsePre()
Booleanpublic void setParsePre(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isConsecutive()
Booleanpublic void setConsecutive(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFirstRow()
Booleanpublic void setFirstRow(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isXl97()
Booleanpublic void setXl97(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isTextDates()
Booleanpublic void setTextDates(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isXl2000()
Booleanpublic void setXl2000(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPost()
Stringpublic void setPost(java.lang.String value)
value - allowed object is
Stringpublic boolean isHtmlTables()
Booleanpublic void setHtmlTables(java.lang.Boolean value)
value - allowed object is
Booleanpublic STHtmlFmt getHtmlFormat()
STHtmlFmtpublic void setHtmlFormat(STHtmlFmt value)
value - allowed object is
STHtmlFmtpublic java.lang.String getEditPage()
Stringpublic void setEditPage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.