| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
EnumWriteMode |
COSDocument.getWriteModeHint()
The write mode to be used when the document is written the next time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COSDocument.setWriteModeHint(EnumWriteMode writeMode)
The write mode to be used when the document is written the next time.
|
| Modifier and Type | Method and Description |
|---|---|
EnumWriteMode |
PDDocument.getWriteModeHint()
The write mode to be used when the document is written the next time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocument.setWriteModeHint(EnumWriteMode writeMode)
The write mode to be used when the document is written the next time.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumWriteMode |
EnumWriteMode.FULL
Force full writing
|
static EnumWriteMode |
EnumWriteMode.INCREMENTAL
Force incremental writing
|
static EnumWriteMode |
EnumWriteMode.UNDEFINED
Defer decision until writing
|
| Modifier and Type | Method and Description |
|---|---|
EnumWriteMode |
STDocument.getWriteModeHint()
The write mode to be used when the document is written the next time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STDocument.setWriteModeHint(EnumWriteMode writeMode)
The write mode to be used when the document is written the next time.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.