Uses of Enum Class
com.stimulsoft.report.export.tools.StiRtfExportMode
Packages that use StiRtfExportMode
-
Uses of StiRtfExportMode in com.stimulsoft.report.export.settings
Methods in com.stimulsoft.report.export.settings that return StiRtfExportModeModifier and TypeMethodDescriptionStiRtfExportSettings.getExportMode()Gets mode of RTF file creation.Methods in com.stimulsoft.report.export.settings with parameters of type StiRtfExportModeModifier and TypeMethodDescriptionvoidStiRtfExportSettings.setExportMode(StiRtfExportMode exportMode) Sets mode of RTF file creation. -
Uses of StiRtfExportMode in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools that return StiRtfExportModeModifier and TypeMethodDescriptionstatic StiRtfExportModeReturns the enum constant of this class with the specified name.static StiRtfExportMode[]StiRtfExportMode.values()Returns an array containing the constants of this enum class, in the order they are declared.