Uses of Enum Class
com.stimulsoft.report.export.StiPdfZUGFeRDComplianceMode
Packages that use StiPdfZUGFeRDComplianceMode
-
Uses of StiPdfZUGFeRDComplianceMode in com.stimulsoft.report.export
Methods in com.stimulsoft.report.export that return StiPdfZUGFeRDComplianceModeModifier and TypeMethodDescriptionstatic StiPdfZUGFeRDComplianceModeReturns the enum constant of this class with the specified name.static StiPdfZUGFeRDComplianceMode[]StiPdfZUGFeRDComplianceMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiPdfZUGFeRDComplianceMode in com.stimulsoft.report.export.settings
Methods in com.stimulsoft.report.export.settings that return StiPdfZUGFeRDComplianceModeModifier and TypeMethodDescriptionStiPdfExportSettings.getZUGFeRDComplianceMode()Indicates the ZUGFeRD compliance mode.Methods in com.stimulsoft.report.export.settings with parameters of type StiPdfZUGFeRDComplianceModeModifier and TypeMethodDescriptionvoidStiPdfExportSettings.setZUGFeRDComplianceMode(StiPdfZUGFeRDComplianceMode zUGFeRDComplianceMode) Indicates the ZUGFeRD compliance mode.