|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiFormatService in com.stimulsoft.report.components.complexcomponents |
---|
Methods in com.stimulsoft.report.components.complexcomponents that return StiFormatService | |
---|---|
StiFormatService |
StiContainer.GetTextFormat()
Returns a format of an object of the type IStiText being met first. |
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiFormatService | |
---|---|
void |
StiContainer.SetTextFormat(StiFormatService format)
Sets StiFormatService from all selected objects in the container. |
Uses of StiFormatService in com.stimulsoft.report.components.interfaces |
---|
Methods in com.stimulsoft.report.components.interfaces that return StiFormatService | |
---|---|
StiFormatService |
IStiTextFormat.getTextFormat()
Gets or sets the format of the text. |
Methods in com.stimulsoft.report.components.interfaces with parameters of type StiFormatService | |
---|---|
void |
IStiTextFormat.setTextFormat(StiFormatService value)
|
Uses of StiFormatService in com.stimulsoft.report.components.simplecomponents |
---|
Methods in com.stimulsoft.report.components.simplecomponents that return StiFormatService | |
---|---|
StiFormatService |
StiText.getTextFormat()
Gets or sets the format of the text. |
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiFormatService | |
---|---|
void |
StiText.setTextFormat(StiFormatService value)
|
Uses of StiFormatService in com.stimulsoft.report.components.textFormats |
---|
Subclasses of StiFormatService in com.stimulsoft.report.components.textFormats | |
---|---|
class |
StiBooleanFormatService
Describes a service for formatting of the text, like boolean values. |
class |
StiCurrencyFormatService
Describes a service for the text formatting as currency values. |
class |
StiCustomFormatService
Describes a service for the text formatting done as customized. |
class |
StiDateFormatService
Describes a service for the text formatting as a date value. |
class |
StiGeneralFormatService
Describes a service for the text formatting by default. |
class |
StiNumberFormatService
Describes a service for the text formatting as number values. |
class |
StiPercentageFormatService
Describes a service for the text formatting as percentage values. |
class |
StiTimeFormatService
Describes a service for the text formatting as a time value. |
Methods in com.stimulsoft.report.components.textFormats that return StiFormatService | |
---|---|
static StiFormatService |
StiFormatService.LoadFromJsonObjectInternal(JSONObject jObject)
|
Uses of StiFormatService in com.stimulsoft.report.crossTab |
---|
Methods in com.stimulsoft.report.crossTab that return StiFormatService | |
---|---|
StiFormatService |
StiCrossTotal.getTextFormat()
|
StiFormatService |
StiCrossTitle.getTextFormat()
|
StiFormatService |
StiCrossField.getTextFormat()
Gets or sets the format of the text. |
Methods in com.stimulsoft.report.crossTab with parameters of type StiFormatService | |
---|---|
void |
StiCrossTotal.setTextFormat(StiFormatService value)
|
void |
StiCrossTitle.setTextFormat(StiFormatService value)
|
void |
StiCrossField.setTextFormat(StiFormatService value)
|
Uses of StiFormatService in com.stimulsoft.report.options |
---|
Fields in com.stimulsoft.report.options declared as StiFormatService | |
---|---|
static StiFormatService[] |
ServicesOptions.FORMATS
|
Methods in com.stimulsoft.report.options that return StiFormatService | |
---|---|
static StiFormatService[] |
ServicesOptions.getFormats()
|
Uses of StiFormatService in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper that return StiFormatService | |
---|---|
static StiFormatService |
StiTextFormatHelper.getFormatService(java.util.HashMap<java.lang.String,java.lang.Object> properties)
|
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiFormatService | |
---|---|
static java.util.HashMap<java.lang.String,java.lang.Object> |
StiTextFormatHelper.commonTextFormatItem(StiFormatService service)
|
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> |
StiTextFormatHelper.getDateAndTimeFormats(java.lang.String category,
StiFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
StiTextFormatHelper.getTextFormatItem(StiFormatService service)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |