public interface FileAppender
Appends the attachment file to an PDF.
| Modifier and Type | Method and Description |
|---|---|
void |
append(AppendParameter appendable)
Append to PDF
|
int |
getPriority()
Returns specified priority of given implementation class.
|
void append(AppendParameter appendable)
Append to PDF
appendable - the appendable objectint getPriority()
Returns specified priority of given implementation class.
Priority value is being used when there are multiple FileAppender implementation found in the classpath. An implementation with the highest priority is used in that case.
Copyright © 2014-2016 Konik.io. All Rights Reserved.