Class PdfTextArray
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
PdfTextArray defines an array with displacements and PdfString -objects. A TextArray is used with the operator TJ in PdfText . The first object in this array has to be a PdfString ; 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.
public class PdfTextArray
- Inheritance
-
PdfTextArray
- Inherited Members
Constructors
PdfTextArray()
public PdfTextArray()
PdfTextArray(string)
constructors
public PdfTextArray(string str)
Parameters
str
string
Methods
Add(float)
public void Add(float number)
Parameters
number
float
Add(string)
public void Add(string str)
Parameters
str
string
Add(PdfNumber)
Adds a PdfNumber to the PdfArray .
public void Add(PdfNumber number)
Parameters
number
PdfNumberdisplacement of the string