Package com.aowagie.text.pdf
Class PdfTextArray
- java.lang.Object
-
- com.aowagie.text.pdf.PdfTextArray
-
class PdfTextArray extends java.lang.ObjectPdfTextArraydefines 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. 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) voidadd(float number)(package private) voidadd(java.lang.String str)(package private) java.util.ArrayListgetArrayList()private voidreplaceLast(java.lang.Object obj)
-