|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a run-time event that can be used to
track/modify custom placeholders in text rendered on a document.
User classes can implements this interface to provide values for
custom placeholders used in strings rendered on the document with
methods such as PdfDocument.writeText(String)
.
Method Summary | |
String |
onCustomPlaceHolder(String variable,
PdfDocument d,
int pagenumber)
Called by a method such as PdfDocument.writeText(String) that tries to
render a string containing a custom placeholder on a page. |
Method Detail |
public String onCustomPlaceHolder(String variable, PdfDocument d, int pagenumber)
PdfDocument.writeText(String)
that tries to
render a string containing a custom placeholder on a page. User
classes implementing this interface can handle this event to
provide values for the specified custom placeholders at run
time.
variable
- custom placeholder in the stringd
- document where the string will be renderedpagenumber
- number of the page where the string will be rendered
example
.
|
Pro. Ed. v5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |