public class SubtotalRow extends Object
| Constructor and Description |
|---|
SubtotalRow()
Instantiates a new subtotal row.
|
SubtotalRow(int emptyRow)
Instantiates a new subtotal row.
|
SubtotalRow(int emptyRow,
String label)
Instantiates a new subtotal row.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEmptyRow()
Gets the empty row.
|
String |
getLabel()
Gets the label.
|
void |
setEmptyRow(int emptyRow)
Sets the empty row.
|
void |
setLabel(String label)
Sets the label.
|
public SubtotalRow()
public SubtotalRow(int emptyRow)
emptyRow - the empty rowpublic SubtotalRow(int emptyRow,
String label)
emptyRow - the empty rowlabel - the labelpublic int getEmptyRow()
public String getLabel()
public void setEmptyRow(int emptyRow)
emptyRow - the new empty rowpublic void setLabel(String label)
label - the new labelCopyright © 2022. All rights reserved.