Class PdfTextArray
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfTextArray
-
public class PdfTextArray extends Object
PdfTextArraydefines an array with displacements andPdfString-objects.A
TextArrayis 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.
-
-
Constructor Summary
Constructors Constructor Description PdfTextArray()PdfTextArray(String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(float number)voidadd(PdfNumber number)Adds aPdfNumberto thePdfArray.voidadd(String str)
-
-
-
Constructor Detail
-
PdfTextArray
public PdfTextArray(String str)
-
PdfTextArray
public PdfTextArray()
-
-