Package org.xlsx4j.sml
Class CTWebPr
java.lang.Object
org.xlsx4j.sml.CTWebPr
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the editPage property.Gets the value of the htmlFormat property.Gets the parent object in the object tree representing the unmarshalled xml document.getPost()Gets the value of the post property.Gets the value of the tables property.getUrl()Gets the value of the url property.booleanGets the value of the consecutive property.booleanGets the value of the firstRow property.booleanGets the value of the htmlTables property.booleanGets the value of the parsePre property.booleanGets the value of the sourceData property.booleanGets the value of the textDates property.booleanisXl2000()Gets the value of the xl2000 property.booleanisXl97()Gets the value of the xl97 property.booleanisXml()Gets the value of the xml property.voidsetConsecutive(Boolean value) Sets the value of the consecutive property.voidsetEditPage(String value) Sets the value of the editPage property.voidsetFirstRow(Boolean value) Sets the value of the firstRow property.voidsetHtmlFormat(STHtmlFmt value) Sets the value of the htmlFormat property.voidsetHtmlTables(Boolean value) Sets the value of the htmlTables property.voidvoidsetParsePre(Boolean value) Sets the value of the parsePre property.voidSets the value of the post property.voidsetSourceData(Boolean value) Sets the value of the sourceData property.voidSets the value of the tables property.voidsetTextDates(Boolean value) Sets the value of the textDates property.voidSets the value of the url property.voidSets the value of the xl2000 property.voidSets the value of the xl97 property.voidSets the value of the xml property.
-
Field Details
-
tables
-
xml
-
sourceData
-
parsePre
-
consecutive
-
firstRow
-
xl97
-
textDates
-
xl2000
-
url
-
post
-
htmlTables
-
htmlFormat
-
editPage
-
-
Constructor Details
-
CTWebPr
public CTWebPr()
-
-
Method Details
-
getTables
Gets the value of the tables property.- Returns:
- possible object is
CTTables
-
setTables
Sets the value of the tables property.- Parameters:
value- allowed object isCTTables
-
isXml
public boolean isXml()Gets the value of the xml property.- Returns:
- possible object is
Boolean
-
setXml
Sets the value of the xml property.- Parameters:
value- allowed object isBoolean
-
isSourceData
public boolean isSourceData()Gets the value of the sourceData property.- Returns:
- possible object is
Boolean
-
setSourceData
Sets the value of the sourceData property.- Parameters:
value- allowed object isBoolean
-
isParsePre
public boolean isParsePre()Gets the value of the parsePre property.- Returns:
- possible object is
Boolean
-
setParsePre
Sets the value of the parsePre property.- Parameters:
value- allowed object isBoolean
-
isConsecutive
public boolean isConsecutive()Gets the value of the consecutive property.- Returns:
- possible object is
Boolean
-
setConsecutive
Sets the value of the consecutive property.- Parameters:
value- allowed object isBoolean
-
isFirstRow
public boolean isFirstRow()Gets the value of the firstRow property.- Returns:
- possible object is
Boolean
-
setFirstRow
Sets the value of the firstRow property.- Parameters:
value- allowed object isBoolean
-
isXl97
public boolean isXl97()Gets the value of the xl97 property.- Returns:
- possible object is
Boolean
-
setXl97
Sets the value of the xl97 property.- Parameters:
value- allowed object isBoolean
-
isTextDates
public boolean isTextDates()Gets the value of the textDates property.- Returns:
- possible object is
Boolean
-
setTextDates
Sets the value of the textDates property.- Parameters:
value- allowed object isBoolean
-
isXl2000
public boolean isXl2000()Gets the value of the xl2000 property.- Returns:
- possible object is
Boolean
-
setXl2000
Sets the value of the xl2000 property.- Parameters:
value- allowed object isBoolean
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getPost
Gets the value of the post property.- Returns:
- possible object is
String
-
setPost
Sets the value of the post property.- Parameters:
value- allowed object isString
-
isHtmlTables
public boolean isHtmlTables()Gets the value of the htmlTables property.- Returns:
- possible object is
Boolean
-
setHtmlTables
Sets the value of the htmlTables property.- Parameters:
value- allowed object isBoolean
-
getHtmlFormat
Gets the value of the htmlFormat property.- Returns:
- possible object is
STHtmlFmt
-
setHtmlFormat
Sets the value of the htmlFormat property.- Parameters:
value- allowed object isSTHtmlFmt
-
getEditPage
Gets the value of the editPage property.- Returns:
- possible object is
String
-
setEditPage
Sets the value of the editPage property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-