| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
StiPage.getPrintOn() |
StiPrintOnType |
StiComponent.getPrintOn()
gets or sets a value which indicates on what pages component will be printed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiPage.setPrintOn(StiPrintOnType value) |
void |
StiComponent.setPrintOn(StiPrintOnType value) |
| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
StiReportTitleBand.getPrintOn() |
StiPrintOnType |
StiReportSummaryBand.getPrintOn() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiReportTitleBand.setPrintOn(StiPrintOnType value) |
void |
StiReportSummaryBand.setPrintOn(StiPrintOnType value) |
| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
StiCrossHeaderBand.getPrintOn() |
StiPrintOnType |
StiCrossFooterBand.getPrintOn() |
StiPrintOnType |
StiCrossDataBand.getPrintOn() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiCrossHeaderBand.setPrintOn(StiPrintOnType value) |
void |
StiCrossFooterBand.setPrintOn(StiPrintOnType value) |
void |
StiCrossDataBand.setPrintOn(StiPrintOnType value) |
| Modifier and Type | Method and Description |
|---|---|
static StiPrintOnType |
StiPrintOnType.forValue(int value) |
static StiPrintOnType |
StiPrintOnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPrintOnType[] |
StiPrintOnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
IStiPrintOn.getPrintOn()
Gets or sets value which indicates on which pages component will be printed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStiPrintOn.setPrintOn(StiPrintOnType value) |
| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
StiTable.getFooterPrintOn()
Gets or sets a value which indicates how footer of table will be print on pages.
|
StiPrintOnType |
StiTable.getHeaderPrintOn()
Gets or sets a value which indicates how header of table will be print on pages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiTable.setFooterPrintOn(StiPrintOnType value) |
void |
StiTable.setHeaderPrintOn(StiPrintOnType value) |
| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
StiCrossField.getPrintOn() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiCrossField.setPrintOn(StiPrintOnType value) |
| Modifier and Type | Method and Description |
|---|---|
StiPrintOnType |
StiReportControl.getPrintOn() |
StiPrintOnType |
StiForm.getPrintOn() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiReportControl.setPrintOn(StiPrintOnType value) |
void |
StiForm.setPrintOn(StiPrintOnType value) |
Copyright © 2019 Stimulsoft. All Rights Reserved.