Class Document
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.Document
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IChunk>getArtifacts()List<IChunk>getArtifacts(Integer pageNumber)IPagegetPage(Integer pageNumber)List<IPage>getPages()ITreegetTree()
-
-
-
Constructor Detail
-
Document
public Document(ITree tree)
-
-
Method Detail
-
getArtifacts
public List<IChunk> getArtifacts(Integer pageNumber)
- Specified by:
getArtifactsin interfaceIDocument
-
getArtifacts
public List<IChunk> getArtifacts()
- Specified by:
getArtifactsin interfaceIDocument
-
-