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