public class PdfTextArray
extends java.lang.Object
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.
Constructor | Description |
---|---|
PdfTextArray() |
|
PdfTextArray(java.lang.String str) |
Modifier and Type | Method | Description |
---|---|---|
void |
add(float number) |
|
void |
add(PdfNumber number) |
Adds a
PdfNumber to the PdfArray . |
void |
add(java.lang.String str) |
public PdfTextArray(java.lang.String str)
public PdfTextArray()
public void add(PdfNumber number)
PdfNumber
to the PdfArray
.number
- displacement of the stringpublic void add(float number)
public void add(java.lang.String str)
Copyright © 1998–2018. All rights reserved.