Click or drag to resize

StiFormatService Class

Describes a base service for formatting of the text.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.Components.TextFormatsStiFormatService
      More...

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiFormatService : StiService, 
	IStiDefault, IStiJsonReportObject

The StiFormatService type exposes the following members.

Constructors
  NameDescription
Protected methodStiFormatService
Initializes a new instance of the StiFormatService class
Top
Properties
  NameDescription
Public propertyIdent
Public propertyIsDefault
Public propertyIsFormatStringFromVariable
Internal use only.
Public propertyNativeFormatString
Returns native format string.
Public propertyPosition
Public propertyProperties (Inherited from StiService.)
Public propertySample
Gets value to show a sample of formatting.
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyStringFormat
Gets or sets string of formatting.
Top
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Public methodCreateNew
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat(Object)
Formats the specified object in order of format and returns a string.
Public methodFormat(String, Object)
Formats the specified object in order of format and returns a string.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Top
See Also
Inheritance Hierarchy