public class CrossTabOptions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getCellMarginsX()
Returns the left and right cell margins of all cells
|
int |
getCellMarginsY()
Returns the top and bottom cell margins of all cells
|
boolean |
getRepeatColumnLabels()
Returns whether column labels should be repeated (
true ) or not (false ). |
boolean |
getRepeatRowLabels()
Returns whether row labels should be repeated (
true ) or not (false ). |
boolean |
getShowGrid()
Returns if the crosstab gridlines are enabled or disabled.
If the value is false then the crosstab will be displayed without gridlines. |
boolean |
getSummaryHorizontal()
Get the summary horizontal flag.
|
boolean |
getWrapEnabled()
Returns the behavior of small crosstabs if they do not fit the page.
|
void |
setCellMarginsX(int cellMargins)
Sets left and right cell margins of all cells.
|
void |
setCellMarginsY(int cellMargins)
Sets top and bottom cell margins of all cells.
|
void |
setRepeatColumnLabels(boolean repeatColumnLabels)
Sets whether column Labels should be repeated (
true ) or not (false ). |
void |
setRepeatRowLabels(boolean repeatRowLabels)
Sets whether row Labels should be repeated (
true ) or not (false ). |
void |
setShowGrid(boolean showGrid)
Switch the crosstab gridlines on or off with this method.
If it is true then the crosstab gridlines will be displayed with the designed line style, color and width. |
void |
setSummaryHorizontal(boolean summaryHorizontal)
Set the summary horizontal flag.
|
void |
setWrapEnabled(boolean value)
Use this method to set the behavior of small crosstabs if they do not fit the page.
|
public void setShowGrid(boolean showGrid)
showGrid
- true if the crosstab gridlines should be displayed, else false.getShowGrid()
public boolean getShowGrid()
setShowGrid(boolean)
public void setRepeatRowLabels(boolean repeatRowLabels)
true
) or not (false
).repeatRowLabels
- The value of the property 'repeat row labels'public boolean getRepeatRowLabels()
true
) or not (false
).public void setRepeatColumnLabels(boolean repeatColumnLabels)
true
) or not (false
).repeatColumnLabels
- The value of the property 'repeat column labels'public boolean getRepeatColumnLabels()
true
) or not (false
).public int getCellMarginsX()
public int getCellMarginsY()
public void setCellMarginsX(int cellMargins)
cellMargins
- The cellMargins to setpublic void setCellMarginsY(int cellMargins)
cellMargins
- The cellMargins to setpublic void setWrapEnabled(boolean value)
value
- If true the crosstab will be wrapped and the second part will be put below the first.public boolean getWrapEnabled()
public void setSummaryHorizontal(boolean summaryHorizontal)
summaryHorizontal
- true
, if the summaries arranged in horizontal mannerpublic boolean getSummaryHorizontal()
Copyright © 1999-2024 by i-net software GmbH