Package com.aowagie.text.pdf
Class PdfTextArray
- java.lang.Object
-
- com.aowagie.text.pdf.PdfTextArray
-
class PdfTextArray extends java.lang.Object
PdfTextArray
defines an array with displacements andPdfString
-objects.A
TextArray
is used with the operator TJ inPdfText
. The first object in this array has to be aPdfString
; see reference manual version 1.3 section 8.7.5, pages 346-347. OR see reference manual version 1.6 section 5.3.2, pages 378-379.
-
-
Constructor Summary
Constructors Constructor Description PdfTextArray()
PdfTextArray(java.lang.String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(float number)
(package private) void
add(java.lang.String str)
(package private) java.util.ArrayList
getArrayList()
private void
replaceLast(java.lang.Object obj)
-