public interface Processor
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument(CommandSequence commands,
PageSize pageSize)
Constructs a
Document from the specified commands. |
Document getDocument(CommandSequence commands, PageSize pageSize)
Document from the specified commands.commands - Commands used to create the Document.pageSize - Size of the resulting Document.Document representation of the commands.