Class Map
java.lang.Object
com.independentsoft.office.spreadsheet.Map
The Class Map.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data binding.intgetID()Gets the id.getName()Gets the name.Gets the root element name.Gets the schema id.booleanisAppend()Checks if is append.booleanChecks if is auto fit.booleanChecks if is preserve auto filter state.booleanChecks if is preserve format.booleanChecks if is show validation errors.voidsetAppend(boolean append)Sets the append.voidsetAutoFit(boolean autoFit)Sets the auto fit.voidsetDataBinding(DataBinding dataBinding)Sets the data binding.voidsetID(int id)Sets the id.voidSets the name.voidsetPreserveAutoFilterState(boolean preserveAutoFilterState)Sets the preserve auto filter state.voidsetPreserveFormat(boolean preserveFormat)Sets the preserve format.voidsetRootElementName(String rootElementName)Sets the root element name.voidsetSchemaID(String schemaID)Sets the schema id.voidsetShowValidationErrors(boolean showValidationErrors)Sets the show validation errors.toString()
-
Constructor Details
-
Map
public Map()Instantiates a new map.
-
-
Method Details
-
clone
-
toString
-
getDataBinding
Gets the data binding.- Returns:
- the data binding
-
setDataBinding
Sets the data binding.- Parameters:
dataBinding- the new data binding
-
isAppend
public boolean isAppend()Checks if is append.- Returns:
- true, if is append
-
setAppend
public void setAppend(boolean append)Sets the append.- Parameters:
append- the new append
-
isAutoFit
public boolean isAutoFit()Checks if is auto fit.- Returns:
- true, if is auto fit
-
setAutoFit
public void setAutoFit(boolean autoFit)Sets the auto fit.- Parameters:
autoFit- the new auto fit
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isPreserveFormat
public boolean isPreserveFormat()Checks if is preserve format.- Returns:
- true, if is preserve format
-
setPreserveFormat
public void setPreserveFormat(boolean preserveFormat)Sets the preserve format.- Parameters:
preserveFormat- the new preserve format
-
isPreserveAutoFilterState
public boolean isPreserveAutoFilterState()Checks if is preserve auto filter state.- Returns:
- true, if is preserve auto filter state
-
setPreserveAutoFilterState
public void setPreserveAutoFilterState(boolean preserveAutoFilterState)Sets the preserve auto filter state.- Parameters:
preserveAutoFilterState- the new preserve auto filter state
-
getRootElementName
Gets the root element name.- Returns:
- the root element name
-
setRootElementName
Sets the root element name.- Parameters:
rootElementName- the new root element name
-
getSchemaID
Gets the schema id.- Returns:
- the schema id
-
setSchemaID
Sets the schema id.- Parameters:
schemaID- the new schema id
-
isShowValidationErrors
public boolean isShowValidationErrors()Checks if is show validation errors.- Returns:
- true, if is show validation errors
-
setShowValidationErrors
public void setShowValidationErrors(boolean showValidationErrors)Sets the show validation errors.- Parameters:
showValidationErrors- the new show validation errors
-