Uses of Class
org.pdfsam.console.business.dto.PageLabel

Packages that use PageLabel
org.pdfsam.console.business.dto.commands   
org.pdfsam.console.utils   
 

Uses of PageLabel in org.pdfsam.console.business.dto.commands
 

Methods in org.pdfsam.console.business.dto.commands that return PageLabel
 PageLabel[] PageLabelsParsedCommand.getLabels()
           
 

Methods in org.pdfsam.console.business.dto.commands with parameters of type PageLabel
 void PageLabelsParsedCommand.setLabels(PageLabel[] labels)
           
 

Constructors in org.pdfsam.console.business.dto.commands with parameters of type PageLabel
PageLabelsParsedCommand(PdfFile inputFile, java.io.File outputFile, PageLabel[] labels)
           
PageLabelsParsedCommand(PdfFile inputFile, java.io.File outputFile, PageLabel[] labels, boolean overwrite, boolean compress, char outputPdfVersion)
           
 

Uses of PageLabel in org.pdfsam.console.utils
 

Methods in org.pdfsam.console.utils that return PageLabel
static PageLabel ValidationUtility.getPageLabel(java.lang.String inputString)