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

Packages that use StiPdfAllowEditable
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools   
 

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

Methods in com.stimulsoft.report.export.settings that return StiPdfAllowEditable
 StiPdfAllowEditable StiPdfExportSettings.getAllowEditable()
           
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiPdfAllowEditable
 void StiPdfExportSettings.setAllowEditable(StiPdfAllowEditable allowEditable)
           
 

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

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