Class CTWebPr

java.lang.Object
org.xlsx4j.sml.CTWebPr
All Implemented Interfaces:
Child

public class CTWebPr extends 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>
 
  • Field Details

    • tables

      protected CTTables tables
    • xml

      protected Boolean xml
    • sourceData

      protected Boolean sourceData
    • parsePre

      protected Boolean parsePre
    • consecutive

      protected Boolean consecutive
    • firstRow

      protected Boolean firstRow
    • xl97

      protected Boolean xl97
    • textDates

      protected Boolean textDates
    • xl2000

      protected Boolean xl2000
    • url

      protected String url
    • post

      protected String post
    • htmlTables

      protected Boolean htmlTables
    • htmlFormat

      protected STHtmlFmt htmlFormat
    • editPage

      protected String editPage
  • Constructor Details

    • CTWebPr

      public CTWebPr()
  • Method Details

    • getTables

      public CTTables getTables()
      Gets the value of the tables property.
      Returns:
      possible object is CTTables
    • setTables

      public void setTables(CTTables value)
      Sets the value of the tables property.
      Parameters:
      value - allowed object is CTTables
    • isXml

      public boolean isXml()
      Gets the value of the xml property.
      Returns:
      possible object is Boolean
    • setXml

      public void setXml(Boolean value)
      Sets the value of the xml property.
      Parameters:
      value - allowed object is Boolean
    • isSourceData

      public boolean isSourceData()
      Gets the value of the sourceData property.
      Returns:
      possible object is Boolean
    • setSourceData

      public void setSourceData(Boolean value)
      Sets the value of the sourceData property.
      Parameters:
      value - allowed object is Boolean
    • isParsePre

      public boolean isParsePre()
      Gets the value of the parsePre property.
      Returns:
      possible object is Boolean
    • setParsePre

      public void setParsePre(Boolean value)
      Sets the value of the parsePre property.
      Parameters:
      value - allowed object is Boolean
    • isConsecutive

      public boolean isConsecutive()
      Gets the value of the consecutive property.
      Returns:
      possible object is Boolean
    • setConsecutive

      public void setConsecutive(Boolean value)
      Sets the value of the consecutive property.
      Parameters:
      value - allowed object is Boolean
    • isFirstRow

      public boolean isFirstRow()
      Gets the value of the firstRow property.
      Returns:
      possible object is Boolean
    • setFirstRow

      public void setFirstRow(Boolean value)
      Sets the value of the firstRow property.
      Parameters:
      value - allowed object is Boolean
    • isXl97

      public boolean isXl97()
      Gets the value of the xl97 property.
      Returns:
      possible object is Boolean
    • setXl97

      public void setXl97(Boolean value)
      Sets the value of the xl97 property.
      Parameters:
      value - allowed object is Boolean
    • isTextDates

      public boolean isTextDates()
      Gets the value of the textDates property.
      Returns:
      possible object is Boolean
    • setTextDates

      public void setTextDates(Boolean value)
      Sets the value of the textDates property.
      Parameters:
      value - allowed object is Boolean
    • isXl2000

      public boolean isXl2000()
      Gets the value of the xl2000 property.
      Returns:
      possible object is Boolean
    • setXl2000

      public void setXl2000(Boolean value)
      Sets the value of the xl2000 property.
      Parameters:
      value - allowed object is Boolean
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getPost

      public String getPost()
      Gets the value of the post property.
      Returns:
      possible object is String
    • setPost

      public void setPost(String value)
      Sets the value of the post property.
      Parameters:
      value - allowed object is String
    • isHtmlTables

      public boolean isHtmlTables()
      Gets the value of the htmlTables property.
      Returns:
      possible object is Boolean
    • setHtmlTables

      public void setHtmlTables(Boolean value)
      Sets the value of the htmlTables property.
      Parameters:
      value - allowed object is Boolean
    • getHtmlFormat

      public STHtmlFmt getHtmlFormat()
      Gets the value of the htmlFormat property.
      Returns:
      possible object is STHtmlFmt
    • setHtmlFormat

      public void setHtmlFormat(STHtmlFmt value)
      Sets the value of the htmlFormat property.
      Parameters:
      value - allowed object is STHtmlFmt
    • getEditPage

      public String getEditPage()
      Gets the value of the editPage property.
      Returns:
      possible object is String
    • setEditPage

      public void setEditPage(String value)
      Sets the value of the editPage property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.