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
|
Type |
Name |
Description |
|---|---|---|
|
|
schema |
Methods
AddItem [1/8]
Source code
public virtual void AddItem(string key, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
value |
AddItem [2/8]
Source code
public virtual void AddItem(string key, PdfString value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
value |
AddItem [3/8]
Source code
public virtual void AddItem(string key, PdfDate d)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
d |
AddItem [4/8]
Source code
public virtual void AddItem(string key, PdfNumber n)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
n |
AddItem [5/8]
Source code
public virtual void AddItem(string key, DateTime c)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
c |
AddItem [6/8]
Source code
public virtual void AddItem(string key, int i)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
i |
AddItem [7/8]
Source code
public virtual void AddItem(string key, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
f |
AddItem [8/8]
Source code
public virtual void AddItem(string key, double d)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
d |
SetPrefix
Source code
public virtual void SetPrefix(string key, string prefix)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
prefix |
Generated with ModularDoc