PdfTextArray Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfTextArray[[PdfTextArray]] end
Members
Properties
Internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
PdfTextArray [1/2]
Source code
public PdfTextArray(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
PdfTextArray [2/2]
Source code
public PdfTextArray()
Methods
Add [1/3]
Source code
public virtual void Add(PdfNumber number)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
number |
Add [2/3]
Source code
public virtual void Add(float number)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
number |
Add [3/3]
Source code
public virtual void Add(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
Properties
ArrayList
internal List<object> ArrayList { get; }
Generated with ModularDoc