com.stimulsoft.report.components.textFormats
Class StiCustomFormatService
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.components.textFormats.StiFormatService
com.stimulsoft.report.components.textFormats.StiCustomFormatService
- All Implemented Interfaces:
- IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableRef, java.lang.Cloneable
public class StiCustomFormatService
- extends StiFormatService
Describes a service for the text formatting done as customized.
Methods inherited from class com.stimulsoft.report.components.textFormats.StiFormatService |
Format, format, getIsFormatStringFromVariable, getNativeFormatString, getServiceCategory, getServiceType, getState, isDefault, LoadFromJsonObject, LoadFromJsonObjectInternal, SaveToJsonObject, setState, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
StiCustomFormatService
public StiCustomFormatService()
- Creates a new format of the type StiCustomFormatService.
StiCustomFormatService
public StiCustomFormatService(java.lang.String stringFormat)
- Creates a new format of the type StiCustomFormatService.
- Parameters:
stringFormat
- String of formatting
getServiceName
public java.lang.String getServiceName()
- Gets a service name.
- Overrides:
getServiceName
in class StiService
getPosition
public int getPosition()
- Specified by:
getPosition
in class StiFormatService
getSample
public java.lang.Object getSample()
- Gets value to show a sample of formatting.
- Specified by:
getSample
in class StiFormatService
getStringFormat
public java.lang.String getStringFormat()
- Gets or sets string of formatting.
- Overrides:
getStringFormat
in class StiFormatService
setStringFormat
public void setStringFormat(java.lang.String value)
- Overrides:
setStringFormat
in class StiFormatService
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class StiFormatService
hashCode
public int hashCode()
- Overrides:
hashCode
in class StiFormatService