Uses of Class
com.stimulsoft.report.export.tools.html.StiHtmlExportBookmarksMode

Packages that use StiHtmlExportBookmarksMode
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools.html   
 

Uses of StiHtmlExportBookmarksMode in com.stimulsoft.report.export.settings
 

Methods in com.stimulsoft.report.export.settings that return StiHtmlExportBookmarksMode
 StiHtmlExportBookmarksMode StiHtmlExportSettings.getExportBookmarksMode()
          Gets export mode of bookmarks tree.
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiHtmlExportBookmarksMode
 void StiHtmlExportSettings.setExportBookmarksMode(StiHtmlExportBookmarksMode exportBookmarksMode)
          Sets export mode of bookmarks tree.
 

Uses of StiHtmlExportBookmarksMode in com.stimulsoft.report.export.tools.html
 

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