| Modifier and Type | Method and Description |
|---|---|
StiUnit |
StiReport.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiReport.convert(StiUnit oldUnit,
StiUnit newUnit) |
double |
StiReport.convertToHInches(StiUnit unit,
double value) |
StiRectangle |
StiReport.convertToHInches(StiUnit unit,
StiRectangle value) |
void |
StiReport.setUnit(StiUnit value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StiChart.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
| Modifier and Type | Method and Description |
|---|---|
StiUnit |
StiPage.getReportUnit()
Used for save/load page.
|
StiUnit |
StiPage.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiPage.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another * *
|
void |
StiComponent.convert(StiUnit oldUnit,
StiUnit newUnit) |
void |
StiComponent.convert(StiUnit oldUnit,
StiUnit newUnit,
boolean isReportSnapshot,
boolean convertComponents) |
double |
StiPage.ConvertFromHInches(StiUnit unit,
double value) |
double |
StiPage.ConvertToHInches(StiUnit unit,
double value) |
StiRectangle |
StiPage.convertToHInches(StiUnit unit,
StiRectangle rect) |
void |
StiPage.setReportUnit(StiUnit value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBand.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiSubReport.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
void |
StiContainer.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
void |
StiContainer.Convert(StiUnit oldUnit,
StiUnit newUnit,
boolean convertComponents)
Converts a component out of one unit into another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStiUnitConvert.convert(StiUnit oldUnit,
StiUnit newUnit)
Convertes component from one unit into another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiVerticalLinePrimitive.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
void |
StiTextInCells.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
void |
StiRectanglePrimitive.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
void |
StiCheckBox.convert(StiUnit oldUnit,
StiUnit newUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
StiTable.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiCrossTab.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another.
|
| Modifier and Type | Method and Description |
|---|---|
StiUnit |
StiForm.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiReportControl.convert(StiUnit oldUnit,
StiUnit newUnit) |
void |
StiForm.convert(StiUnit oldUnit,
StiUnit newUnit) |
| Modifier and Type | Method and Description |
|---|---|
StiUnit |
StiDocument.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiDocument.setUnit(StiUnit value) |
| Modifier and Type | Class and Description |
|---|---|
class |
StiCentimetersUnit
Report units - centimeters.
|
class |
StiHundredthsOfInchUnit
Report units - hundredths of inch.
|
class |
StiInchesUnit
Report units - inches.
|
class |
StiMillimetersUnit
Report units - millimeters.
|
| Modifier and Type | Method and Description |
|---|---|
static StiUnit |
StiUnit.GetUnitFromReportUnit(StiReportUnitType reportUnit) |
static StiUnit |
StiUnit.LoadFromJsonObject(JSONObject jObject) |
| Modifier and Type | Method and Description |
|---|---|
static JSONObject |
StiUnit.SaveToJsonObject(StiUnit unit) |
Copyright © 2019 Stimulsoft. All Rights Reserved.