Class PDF16PlainTextFormatter

java.lang.Object
com.adobe.fontengine.inlineformatting.PDF16PlainTextFormatter

public final class PDF16PlainTextFormatter extends Object
Inline formatter for PDF 1.6 plain text form fields.

The client must first pass a run corresponding to a whole paragraph to the preFormat(com.adobe.fontengine.inlineformatting.AttributedRun, int, int) method. It can then pass fragments of the run to the format(AttributedRun, int, int, boolean) or format(AttributedRun, int, int, boolean, boolean) method.