Class WebQueryProperties
java.lang.Object
com.independentsoft.office.spreadsheet.connections.WebQueryProperties
The Class WebQueryProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the edits the page.intGets the first row.Gets the html formatting handling.getPost()Gets the post.getUrl()Gets the url.booleanChecks if is consecutive.booleanChecks if is created in excel97.booleanChecks if is dates as text.booleanChecks if is html tables only.booleanChecks if is import xml source data.booleanChecks if is parses the pre.booleanChecks if is refreshed in excel2000.booleanChecks if is xml source.voidsetConsecutive(boolean consecutive)Sets the consecutive.voidsetCreatedInExcel97(boolean createdInExcel97)Sets the created in excel97.voidsetDatesAsText(boolean datesAsText)Sets the dates as text.voidsetEditPage(String editPage)Sets the edits the page.voidsetFirstRow(int firstRow)Sets the first row.voidsetHtmlFormattingHandling(HtmlFormattingHandling htmlFormattingHandling)Sets the html formatting handling.voidsetHtmlTablesOnly(boolean htmlTablesOnly)Sets the html tables only.voidsetImportXmlSourceData(boolean importXmlSourceData)Sets the import xml source data.voidsetParsePre(boolean parsePre)Sets the parses the pre.voidSets the post.voidsetRefreshedInExcel2000(boolean refreshedInExcel2000)Sets the refreshed in excel2000.voidSets the url.voidsetXmlSource(boolean isXmlSource)Sets the xml source.toString()
-
Constructor Details
-
WebQueryProperties
public WebQueryProperties()Instantiates a new web query properties.
-
-
Method Details
-
clone
-
toString
-
isConsecutive
public boolean isConsecutive()Checks if is consecutive.- Returns:
- true, if is consecutive
-
setConsecutive
public void setConsecutive(boolean consecutive)Sets the consecutive.- Parameters:
consecutive- the new consecutive
-
getEditPage
Gets the edits the page.- Returns:
- the edits the page
-
setEditPage
Sets the edits the page.- Parameters:
editPage- the new edits the page
-
getFirstRow
public int getFirstRow()Gets the first row.- Returns:
- the first row
-
setFirstRow
public void setFirstRow(int firstRow)Sets the first row.- Parameters:
firstRow- the new first row
-
getHtmlFormattingHandling
Gets the html formatting handling.- Returns:
- the html formatting handling
-
setHtmlFormattingHandling
Sets the html formatting handling.- Parameters:
htmlFormattingHandling- the new html formatting handling
-
isHtmlTablesOnly
public boolean isHtmlTablesOnly()Checks if is html tables only.- Returns:
- true, if is html tables only
-
setHtmlTablesOnly
public void setHtmlTablesOnly(boolean htmlTablesOnly)Sets the html tables only.- Parameters:
htmlTablesOnly- the new html tables only
-
isParsePre
public boolean isParsePre()Checks if is parses the pre.- Returns:
- true, if is parses the pre
-
setParsePre
public void setParsePre(boolean parsePre)Sets the parses the pre.- Parameters:
parsePre- the new parses the pre
-
getPost
Gets the post.- Returns:
- the post
-
setPost
Sets the post.- Parameters:
post- the new post
-
isImportXmlSourceData
public boolean isImportXmlSourceData()Checks if is import xml source data.- Returns:
- true, if is import xml source data
-
setImportXmlSourceData
public void setImportXmlSourceData(boolean importXmlSourceData)Sets the import xml source data.- Parameters:
importXmlSourceData- the new import xml source data
-
isDatesAsText
public boolean isDatesAsText()Checks if is dates as text.- Returns:
- true, if is dates as text
-
setDatesAsText
public void setDatesAsText(boolean datesAsText)Sets the dates as text.- Parameters:
datesAsText- the new dates as text
-
getUrl
Gets the url.- Returns:
- the url
-
setUrl
Sets the url.- Parameters:
url- the new url
-
isRefreshedInExcel2000
public boolean isRefreshedInExcel2000()Checks if is refreshed in excel2000.- Returns:
- true, if is refreshed in excel2000
-
setRefreshedInExcel2000
public void setRefreshedInExcel2000(boolean refreshedInExcel2000)Sets the refreshed in excel2000.- Parameters:
refreshedInExcel2000- the new refreshed in excel2000
-
isCreatedInExcel97
public boolean isCreatedInExcel97()Checks if is created in excel97.- Returns:
- true, if is created in excel97
-
setCreatedInExcel97
public void setCreatedInExcel97(boolean createdInExcel97)Sets the created in excel97.- Parameters:
createdInExcel97- the new created in excel97
-
isXmlSource
public boolean isXmlSource()Checks if is xml source.- Returns:
- true, if is xml source
-
setXmlSource
public void setXmlSource(boolean isXmlSource)Sets the xml source.- Parameters:
isXmlSource- the new xml source
-