|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiUnit in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report that return StiUnit | |
---|---|
StiUnit |
StiReport.getUnit()
|
Methods in com.stimulsoft.report with parameters of type StiUnit | |
---|---|
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)
|
Uses of StiUnit in com.stimulsoft.report.chart |
---|
Methods in com.stimulsoft.report.chart with parameters of type StiUnit | |
---|---|
void |
StiChart.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another. |
Uses of StiUnit in com.stimulsoft.report.components |
---|
Methods in com.stimulsoft.report.components that return StiUnit | |
---|---|
StiUnit |
StiPage.getReportUnit()
Used for save/load page. |
StiUnit |
StiPage.getUnit()
|
Methods in com.stimulsoft.report.components with parameters of type StiUnit | |
---|---|
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)
|
Uses of StiUnit in com.stimulsoft.report.components.bands |
---|
Methods in com.stimulsoft.report.components.bands with parameters of type StiUnit | |
---|---|
void |
StiDataBand.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another. |
Uses of StiUnit in com.stimulsoft.report.components.complexcomponents |
---|
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiUnit | |
---|---|
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. |
Uses of StiUnit in com.stimulsoft.report.components.interfaces |
---|
Methods in com.stimulsoft.report.components.interfaces with parameters of type StiUnit | |
---|---|
void |
IStiUnitConvert.convert(StiUnit oldUnit,
StiUnit newUnit)
Convertes component from one unit into another. |
Uses of StiUnit in com.stimulsoft.report.components.simplecomponents |
---|
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiUnit | |
---|---|
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)
|
Uses of StiUnit in com.stimulsoft.report.components.table |
---|
Methods in com.stimulsoft.report.components.table with parameters of type StiUnit | |
---|---|
void |
StiTable.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another. |
Uses of StiUnit in com.stimulsoft.report.crossTab |
---|
Methods in com.stimulsoft.report.crossTab with parameters of type StiUnit | |
---|---|
void |
StiCrossTab.convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another. |
Uses of StiUnit in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiUnit | |
---|---|
StiUnit |
StiForm.getUnit()
|
Methods in com.stimulsoft.report.dialogs with parameters of type StiUnit | |
---|---|
void |
StiReportControl.convert(StiUnit oldUnit,
StiUnit newUnit)
|
void |
StiForm.convert(StiUnit oldUnit,
StiUnit newUnit)
|
Uses of StiUnit in com.stimulsoft.report.saveLoad |
---|
Methods in com.stimulsoft.report.saveLoad that return StiUnit | |
---|---|
StiUnit |
StiDocument.getUnit()
|
Methods in com.stimulsoft.report.saveLoad with parameters of type StiUnit | |
---|---|
void |
StiDocument.setUnit(StiUnit value)
|
Uses of StiUnit in com.stimulsoft.report.units |
---|
Subclasses of StiUnit in com.stimulsoft.report.units | |
---|---|
class |
StiCentimetersUnit
Report units - centimeters. |
class |
StiHundredthsOfInchUnit
Report units - hundredths of inch. |
class |
StiInchesUnit
Report units - inches. |
class |
StiMillimetersUnit
Report units - millimeters. |
Methods in com.stimulsoft.report.units that return StiUnit | |
---|---|
static StiUnit |
StiUnit.GetUnitFromReportUnit(StiReportUnitType reportUnit)
|
static StiUnit |
StiUnit.LoadFromJsonObject(JSONObject jObject)
|
Methods in com.stimulsoft.report.units with parameters of type StiUnit | |
---|---|
static JSONObject |
StiUnit.SaveToJsonObject(StiUnit unit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |