|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PDFEventProducer
Event producer interface for events generated by the PDF renderer.
| Nested Class Summary | |
|---|---|
static class |
PDFEventProducer.Provider
Provider class for the event producer. |
| Method Summary | |
|---|---|
void |
incorrectEncryptionLength(java.lang.Object source,
int originalValue,
int correctedValue)
The encryption length must be a multiple of 8 between 40 and 128. |
void |
nonFullyResolvedLinkTargets(java.lang.Object source,
int count)
Some link targets haven't been fully resolved. |
void |
nonStandardStructureType(java.lang.Object source,
java.lang.String type,
java.lang.String fallback)
Custom structure type is not standard as per the PDF reference. |
void |
unknownLanguage(java.lang.Object source,
java.lang.String location)
The language of a piece of text is unknown. |
| Method Detail |
|---|
void nonFullyResolvedLinkTargets(java.lang.Object source,
int count)
source - the event sourcecount - the number of unresolved links
void nonStandardStructureType(java.lang.Object source,
java.lang.String type,
java.lang.String fallback)
source - the event sourcetype - custom structure typefallback - default structure type used as a fallback
void incorrectEncryptionLength(java.lang.Object source,
int originalValue,
int correctedValue)
source - the event sourceoriginalValue - requested encryption lengthcorrectedValue - corrected encryption length
void unknownLanguage(java.lang.Object source,
java.lang.String location)
source - the event sourcelocation - location in the source FO file, if any
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||