Package com.itextpdf.text.pdf
Class PdfTextArray
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfTextArray
-
public class PdfTextArray extends 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(String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(float number)
void
add(PdfNumber number)
Adds aPdfNumber
to thePdfArray
.void
add(String str)
-
-
-
Constructor Detail
-
PdfTextArray
public PdfTextArray(String str)
-
PdfTextArray
public PdfTextArray()
-
-