public abstract class AbstractOffDocumentItem extends java.lang.Object implements OffDocumentItem
Modifier and Type | Field and Description |
---|---|
static int |
AFTER_PAGE
Process this extension after the next page is rendered
or prepared when being handled by the area tree.
|
static int |
END_OF_DOC
Process this extension at the end of the document once
all pages have been fully rendered.
|
static int |
IMMEDIATELY
Process this extension immediately when
being handled by the area tree.
|
static int |
START_OF_DOC
Process this extension at the start of the document right
before the first page-sequence is processed.
|
protected int |
whenToProcess
Indicates in what phase the item should be processed.
|
Constructor and Description |
---|
AbstractOffDocumentItem() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Return a human-readable name for this ODI (for error messages, etc.)
|
int |
getWhenToProcess()
Get an indicator of when this item should be processed
|
public static final int IMMEDIATELY
public static final int AFTER_PAGE
public static final int END_OF_DOC
public static final int START_OF_DOC
protected int whenToProcess
public int getWhenToProcess()
getWhenToProcess
in interface OffDocumentItem
public abstract java.lang.String getName()
getName
in interface OffDocumentItem
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.