Class ShowTextWithPositioning
- java.lang.Object
-
- org.apache.pdfbox.examples.pdmodel.ShowTextWithPositioning
-
public class ShowTextWithPositioning extends java.lang.ObjectThis example shows how to justify a string using the showTextWithPositioning method. First only spaces are adjusted, and then every letter.
-
-
Field Summary
Fields Modifier and Type Field Description private static floatFONT_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description privateShowTextWithPositioning()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddoIt(java.lang.String message, java.lang.String outfile)static voidmain(java.lang.String[] args)
-
-
-
Field Detail
-
FONT_SIZE
private static final float FONT_SIZE
- See Also:
- Constant Field Values
-
-