Uses of Class
com.stimulsoft.report.export.tools.html.StiHtmlTextWriter.WriterMode

Packages that use StiHtmlTextWriter.WriterMode
com.stimulsoft.report.export.tools.html   
 

Uses of StiHtmlTextWriter.WriterMode in com.stimulsoft.report.export.tools.html
 

Methods in com.stimulsoft.report.export.tools.html that return StiHtmlTextWriter.WriterMode
 StiHtmlTextWriter.WriterMode StiHtmlTextWriter.getMode()
           
static StiHtmlTextWriter.WriterMode StiHtmlTextWriter.WriterMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiHtmlTextWriter.WriterMode[] StiHtmlTextWriter.WriterMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlTextWriter.WriterMode
 void StiHtmlTextWriter.setMode(StiHtmlTextWriter.WriterMode mode)