Uses of Enum
com.itextpdf.kernel.pdf.PageLabelNumberingStyle
Packages that use PageLabelNumberingStyle
-
Uses of PageLabelNumberingStyle in com.itextpdf.kernel.pdf
Subclasses with type arguments of type PageLabelNumberingStyle in com.itextpdf.kernel.pdfModifier and TypeClassDescriptionenumPage label numbering style constants forPdfPage.setPageLabel(PageLabelNumberingStyle, String).Methods in com.itextpdf.kernel.pdf that return PageLabelNumberingStyleModifier and TypeMethodDescriptionstatic PageLabelNumberingStyleReturns the enum constant of this type with the specified name.static PageLabelNumberingStyle[]PageLabelNumberingStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf with parameters of type PageLabelNumberingStyleModifier and TypeMethodDescriptionPdfPage.setPageLabel(PageLabelNumberingStyle numberingStyle, String labelPrefix) This method adds or replaces a page label.PdfPage.setPageLabel(PageLabelNumberingStyle numberingStyle, String labelPrefix, int firstPage) This method adds or replaces a page label.