| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
COSFalse
Represents the boolean value "false".
|
class |
COSTrue
Represents the boolean value "true"
|
| Modifier and Type | Field and Description |
|---|---|
static COSBoolean |
COSBoolean.FALSE |
static COSBoolean |
COSBoolean.TRUE |
| Modifier and Type | Method and Description |
|---|---|
COSBoolean |
COSObject.asBoolean() |
COSBoolean |
COSBoolean.asBoolean() |
static COSBoolean |
COSBoolean.create(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ICOSObjectVisitor.visitFromBoolean(COSBoolean bool)
Notification of visit to
COSBoolean object. |
Object |
COSObjectWalkerShallow.visitFromBoolean(COSBoolean bool) |
| Modifier and Type | Method and Description |
|---|---|
Object |
COSWriter.visitFromBoolean(COSBoolean obj)
visitFromBoolean.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.