Interface IDocument
-
- All Known Implementing Classes:
Document,GFSAPDFDocument
public interface IDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IChunk>getArtifacts()List<IChunk>getArtifacts(Integer pageNumber)IPagegetPage(Integer pageNumber)List<IPage>getPages()ITreegetTree()
-