PdfCollectionItem Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.collection
iTextSharp.text.pdf.collection.PdfCollectionItem[[PdfCollectionItem]]
end
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]]
end
iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.collection.PdfCollectionItem
Members
Methods
Public methods
Details
Inheritance
Constructors
PdfCollectionItem
Source code
public PdfCollectionItem(PdfCollectionSchema schema)
Arguments
Methods
AddItem [1/8]
Source code
public virtual void AddItem(string key, string value)
Arguments
Type | Name | Description |
---|
string | key | |
string | value | |
AddItem [2/8]
Source code
public virtual void AddItem(string key, PdfString value)
Arguments
AddItem [3/8]
Source code
public virtual void AddItem(string key, PdfDate d)
Arguments
Type | Name | Description |
---|
string | key | |
PdfDate | d | |
AddItem [4/8]
Source code
public virtual void AddItem(string key, PdfNumber n)
Arguments
AddItem [5/8]
Source code
public virtual void AddItem(string key, DateTime c)
Arguments
Type | Name | Description |
---|
string | key | |
DateTime | c | |
AddItem [6/8]
Source code
public virtual void AddItem(string key, int i)
Arguments
Type | Name | Description |
---|
string | key | |
int | i | |
AddItem [7/8]
Source code
public virtual void AddItem(string key, float f)
Arguments
Type | Name | Description |
---|
string | key | |
float | f | |
AddItem [8/8]
Source code
public virtual void AddItem(string key, double d)
Arguments
Type | Name | Description |
---|
string | key | |
double | d | |
SetPrefix
Source code
public virtual void SetPrefix(string key, string prefix)
Arguments
Type | Name | Description |
---|
string | key | |
string | prefix | |
Generated with ModularDoc