Uses of Interface
org.verapdf.wcag.algorithms.entities.IPage
-
Packages that use IPage Package Description org.verapdf.gf.model.impl.sa org.verapdf.wcag.algorithms.entities -
-
Uses of IPage in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement IPage Modifier and Type Class Description classGFSAPageMethods in org.verapdf.gf.model.impl.sa that return IPage Modifier and Type Method Description IPageGFSAPDFDocument. getPage(Integer pageNumber)Methods in org.verapdf.gf.model.impl.sa that return types with arguments of type IPage Modifier and Type Method Description List<IPage>GFSAPDFDocument. getPages() -
Uses of IPage in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement IPage Modifier and Type Class Description classPageMethods in org.verapdf.wcag.algorithms.entities that return IPage Modifier and Type Method Description IPageDocument. getPage(Integer pageNumber)IPageIDocument. getPage(Integer pageNumber)Methods in org.verapdf.wcag.algorithms.entities that return types with arguments of type IPage Modifier and Type Method Description List<IPage>Document. getPages()List<IPage>IDocument. getPages()
-