Uses of Class
com.stimulsoft.report.export.tools.StiEscapeCodesCollection

Packages that use StiEscapeCodesCollection
com.stimulsoft.report.export.tools   
com.stimulsoft.report.options   
 

Uses of StiEscapeCodesCollection in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiEscapeCodesCollection
static StiEscapeCodesCollection StiEscapeCodesCollection.getEscapeCodesCollection(java.lang.String escapeCodesCollectionName)
          Get escape codes collection
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiEscapeCodesCollection
static java.lang.String StiEscapeCodesCollection.convertEscapeCodes(java.lang.String text, StiEscapeCodesCollection escapeCodesCollection)
          Convert escape codes
 

Uses of StiEscapeCodesCollection in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return types with arguments of type StiEscapeCodesCollection
static java.util.ArrayList<StiEscapeCodesCollection> ExportOptions.Txt.getEscapeCodesCollectionList()
          Gets or sets a list of escape codes on their behalf.
 

Method parameters in com.stimulsoft.report.options with type arguments of type StiEscapeCodesCollection
static void ExportOptions.Txt.setEscapeCodesCollectionList(java.util.ArrayList<StiEscapeCodesCollection> value)