Class Break
java.lang.Object
com.independentsoft.office.spreadsheet.Break
The Class Break.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetID()Gets the id.intgetMax()Gets the max.intgetMin()Gets the min.booleanisManual()Checks if is manual.booleanChecks if is pivot table.voidsetID(int id)Sets the id.voidsetManual(boolean isManual)Sets the manual.voidsetMax(int max)Sets the max.voidsetMin(int min)Sets the min.voidsetPivotTable(boolean isPivotTable)Sets the pivot table.toString()
-
Constructor Details
-
Break
public Break()Instantiates a new break.
-
-
Method Details
-
clone
-
toString
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getMin
public int getMin()Gets the min.- Returns:
- the min
-
setMin
public void setMin(int min)Sets the min.- Parameters:
min- the new min
-
getMax
public int getMax()Gets the max.- Returns:
- the max
-
setMax
public void setMax(int max)Sets the max.- Parameters:
max- the new max
-
isManual
public boolean isManual()Checks if is manual.- Returns:
- true, if is manual
-
setManual
public void setManual(boolean isManual)Sets the manual.- Parameters:
isManual- the new manual
-
isPivotTable
public boolean isPivotTable()Checks if is pivot table.- Returns:
- true, if is pivot table
-
setPivotTable
public void setPivotTable(boolean isPivotTable)Sets the pivot table.- Parameters:
isPivotTable- the new pivot table
-