public class OffDocumentExtensionAttachment extends java.lang.Object implements OffDocumentItem
AFTER_PAGE, END_OF_DOC, IMMEDIATELY
Constructor and Description |
---|
OffDocumentExtensionAttachment(ExtensionAttachment attachment)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
getAttachment() |
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 OffDocumentExtensionAttachment(ExtensionAttachment attachment)
attachment
- the extension attachment to wrap.public ExtensionAttachment getAttachment()
public int getWhenToProcess()
getWhenToProcess
in interface OffDocumentItem
public java.lang.String getName()
getName
in interface OffDocumentItem
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.