|
fop 1.0 | |||||||||
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 |
nonFullyResolvedLinkTargets(java.lang.Object source,
int count)
Some link targets haven't been fully resolved. |
void |
nonStandardStructureType(java.lang.Object source,
java.lang.String fo,
java.lang.String type,
java.lang.String fallback)
Custom structure type is not standard as per the PDF reference. |
Method Detail |
---|
void nonFullyResolvedLinkTargets(java.lang.Object source, int count)
source
- the event sourcecount
- the number of unresolved linksvoid nonStandardStructureType(java.lang.Object source, java.lang.String fo, java.lang.String type, java.lang.String fallback)
source
- the event sourcefo
- the local name of the formatting object having the custom typetype
- custom structure typefallback
- default structure type used as a fallback
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |