Uses of Enum Class
com.stimulsoft.base.enums.StiPaperSourceKind
Packages that use StiPaperSourceKind
Package
Description
-
Uses of StiPaperSourceKind in com.stimulsoft.base.enums
Methods in com.stimulsoft.base.enums that return StiPaperSourceKindModifier and TypeMethodDescriptionstatic StiPaperSourceKindReturns the enum constant of this class with the specified name.static StiPaperSourceKind[]StiPaperSourceKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiPaperSourceKind in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiPaperSourceKindModifier and TypeMethodDescriptionStiPage.getPaperSourceFirstPage()Gets or sets the paper source for first page.StiPage.getPaperSourceOtherPages()Gets or sets the paper source for other pages.Methods in com.stimulsoft.report.components with parameters of type StiPaperSourceKindModifier and TypeMethodDescriptionvoidStiPage.setPaperSourceFirstPage(StiPaperSourceKind value) voidStiPage.setPaperSourceOtherPages(StiPaperSourceKind value) -
Uses of StiPaperSourceKind in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return StiPaperSourceKindModifier and TypeMethodDescriptionStiForm.getPaperSourceFirstPage()StiForm.getPaperSourceOtherPages()Methods in com.stimulsoft.report.dialogs with parameters of type StiPaperSourceKindModifier and TypeMethodDescriptionvoidStiForm.setPaperSourceFirstPage(StiPaperSourceKind value) voidStiForm.setPaperSourceOtherPages(StiPaperSourceKind value)