| Constructor and Description |
|---|
SizedDocument(PageSize pageSize,
boolean compressed) |
| Modifier and Type | Method and Description |
|---|---|
PageSize |
getPageSize() |
boolean |
isCompressed()
Returns whether or not the
Document represents compressed data. |
public SizedDocument(PageSize pageSize, boolean compressed)
public PageSize getPageSize()
public boolean isCompressed()
DocumentDocument represents compressed data.isCompressed in interface Documenttrue if the contents are compressed, false otherwise.