|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableCalculationSettings
public class TableCalculationSettings
Field Summary | |
---|---|
protected String |
tableAutomaticFindLabels
|
protected String |
tableCaseSensitive
|
protected TableIteration |
tableIteration
|
protected TableNullDate |
tableNullDate
|
protected String |
tableNullYear
|
protected String |
tablePrecisionAsShown
|
protected String |
tableSearchCriteriaMustApplyToWholeCell
|
protected String |
tableUseRegularExpressions
|
Constructor Summary | |
---|---|
TableCalculationSettings()
|
Method Summary | |
---|---|
String |
getTableAutomaticFindLabels()
Gets the value of the tableAutomaticFindLabels property. |
String |
getTableCaseSensitive()
Gets the value of the tableCaseSensitive property. |
TableIteration |
getTableIteration()
Gets the value of the tableIteration property. |
TableNullDate |
getTableNullDate()
Gets the value of the tableNullDate property. |
String |
getTableNullYear()
Gets the value of the tableNullYear property. |
String |
getTablePrecisionAsShown()
Gets the value of the tablePrecisionAsShown property. |
String |
getTableSearchCriteriaMustApplyToWholeCell()
Gets the value of the tableSearchCriteriaMustApplyToWholeCell property. |
String |
getTableUseRegularExpressions()
Gets the value of the tableUseRegularExpressions property. |
void |
setTableAutomaticFindLabels(String value)
Sets the value of the tableAutomaticFindLabels property. |
void |
setTableCaseSensitive(String value)
Sets the value of the tableCaseSensitive property. |
void |
setTableIteration(TableIteration value)
Sets the value of the tableIteration property. |
void |
setTableNullDate(TableNullDate value)
Sets the value of the tableNullDate property. |
void |
setTableNullYear(String value)
Sets the value of the tableNullYear property. |
void |
setTablePrecisionAsShown(String value)
Sets the value of the tablePrecisionAsShown property. |
void |
setTableSearchCriteriaMustApplyToWholeCell(String value)
Sets the value of the tableSearchCriteriaMustApplyToWholeCell property. |
void |
setTableUseRegularExpressions(String value)
Sets the value of the tableUseRegularExpressions property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableAutomaticFindLabels
protected String tableCaseSensitive
protected TableIteration tableIteration
protected TableNullDate tableNullDate
protected String tableNullYear
protected String tablePrecisionAsShown
protected String tableSearchCriteriaMustApplyToWholeCell
protected String tableUseRegularExpressions
Constructor Detail |
---|
public TableCalculationSettings()
Method Detail |
---|
public String getTableAutomaticFindLabels()
String
public String getTableCaseSensitive()
String
public TableIteration getTableIteration()
TableIteration
public TableNullDate getTableNullDate()
TableNullDate
public String getTableNullYear()
String
public String getTablePrecisionAsShown()
String
public String getTableSearchCriteriaMustApplyToWholeCell()
String
public String getTableUseRegularExpressions()
String
public void setTableAutomaticFindLabels(String value)
value
- allowed object is String
public void setTableCaseSensitive(String value)
value
- allowed object is String
public void setTableIteration(TableIteration value)
value
- allowed object is TableIteration
public void setTableNullDate(TableNullDate value)
value
- allowed object is TableNullDate
public void setTableNullYear(String value)
value
- allowed object is String
public void setTablePrecisionAsShown(String value)
value
- allowed object is String
public void setTableSearchCriteriaMustApplyToWholeCell(String value)
value
- allowed object is String
public void setTableUseRegularExpressions(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |