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
Methods
Public methods
Details
Constructors
PdfTextArray [1/2]
Source code
public PdfTextArray(string str)
Arguments
Type | Name | Description |
---|
string | str | |
PdfTextArray [2/2]
Source code
public PdfTextArray()
Methods
Add [1/3]
Source code
public virtual void Add(PdfNumber number)
Arguments
Add [2/3]
Source code
public virtual void Add(float number)
Arguments
Type | Name | Description |
---|
float | number | |
Add [3/3]
Source code
public virtual void Add(string str)
Arguments
Type | Name | Description |
---|
string | str | |
Properties
ArrayList
internal List<object> ArrayList { get; }
Generated with ModularDoc