Uses of Class
com.datalogics.PDFL.PageLabel
Packages that use PageLabel
-
Uses of PageLabel in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return types with arguments of type PageLabelModifier and TypeMethodDescriptionDocument.getPageLabels()The list of PageLabel objects used in the document.Methods in com.datalogics.PDFL with parameters of type PageLabelModifier and TypeMethodDescriptionstatic final voidPDFLJNI.PageLabel_DisposeChildren(long jarg1, PageLabel jarg1_) static final intPDFLJNI.PageLabel_getEndPageIndex(long jarg1, PageLabel jarg1_) static final intPDFLJNI.PageLabel_getFirstNumberInRange(long jarg1, PageLabel jarg1_) static final intPDFLJNI.PageLabel_getNumberStyle(long jarg1, PageLabel jarg1_) static final StringPDFLJNI.PageLabel_getPrefix(long jarg1, PageLabel jarg1_) static final intPDFLJNI.PageLabel_getStartPageIndex(long jarg1, PageLabel jarg1_) static final voidPDFLJNI.PageLabel_setFirstNumberInRange(long jarg1, PageLabel jarg1_, int jarg2) static final voidPDFLJNI.PageLabel_setNumberStyle(long jarg1, PageLabel jarg1_, int jarg2) static final voidPDFLJNI.PageLabel_setPrefix(long jarg1, PageLabel jarg1_, String jarg2) static final voidPDFLJNI.PageLabel_setStartPageIndex(long jarg1, PageLabel jarg1_, int jarg2) static final StringPDFLJNI.PageLabel_toString(long jarg1, PageLabel jarg1_) static final voidPDFLJNI.PageLabelVector_add(long jarg1, com.datalogics.PDFL.PageLabelVector jarg1_, long jarg2, PageLabel jarg2_) static final voidPDFLJNI.PageLabelVector_set(long jarg1, com.datalogics.PDFL.PageLabelVector jarg1_, int jarg2, long jarg3, PageLabel jarg3_) Method parameters in com.datalogics.PDFL with type arguments of type PageLabelModifier and TypeMethodDescriptionvoidDocument.setPageLabels(List<PageLabel> arg0) The list of PageLabel objects used in the document.