| Package | Description |
|---|---|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.content.common |
Some common implementations on PDF content stream.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Field and Description |
|---|---|
PDExtGState |
GraphicsState.extState |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSDevice.setExtendedState(COSName resourceName,
PDExtGState gstate)
Set the dictionary as the new graphic state, creating a new
PDResources entry if needed. |
void |
CSImageFilter.setExtendedState(COSName resourceName,
PDExtGState gstate) |
void |
CSDeviceFilter.setExtendedState(COSName resourceName,
PDExtGState gstate) |
void |
CSDeviceAdapter.setExtendedState(COSName name,
PDExtGState gstate) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.setExtendedState(COSName name,
PDExtGState gstate) |
| Modifier and Type | Method and Description |
|---|---|
PDExtGState |
PDResources.getExtGStateResource(COSName name)
Return a named ExtGState resource from the resource dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDResources.addExtGStateResource(COSName name,
PDExtGState extGState) |
COSName |
PDResources.createExtGStateResource(PDExtGState gstate)
Return the name of a ExtGState resource within the resource dictionary.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.