aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java')
-rw-r--r--src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java b/src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java
index e3634e9ef..f1d6e2057 100644
--- a/src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java
+++ b/src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java
@@ -113,6 +113,12 @@ public interface IFDocumentHandler {
IFDocumentHandlerConfigurator getConfigurator();
/**
+ * Returns a document navigation handler if this feature is supported.
+ * @return the document navigation handler or null if not supported
+ */
+ IFDocumentNavigationHandler getDocumentNavigationHandler();
+
+ /**
* Indicates whether the painter supports to handle the pages in mixed order rather than
* ascending order.
* @return true if out-of-order handling is supported