Class Page
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.Page
-
-
Constructor Summary
Constructors Constructor Description Page(int pageNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IChunk>getArtifacts()intgetPageNumber()
-
-
-
Method Detail
-
getArtifacts
public List<IChunk> getArtifacts()
- Specified by:
getArtifactsin interfaceIPage
-
getPageNumber
public int getPageNumber()
- Specified by:
getPageNumberin interfaceIPage
-
-