PdfNumber Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfNumber[[PdfNumber]] iTextSharp.text.pdf.PdfObject[[PdfObject]] class iTextSharp.text.pdf.PdfObject abstractStyle; end iTextSharp.text.pdf.PdfObject --> iTextSharp.text.pdf.PdfNumber
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Inheritance
Constructors
PdfNumber [1/5]
Source code
public PdfNumber(string content)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
PdfNumber [2/5]
Source code
public PdfNumber(int value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
PdfNumber [3/5]
Source code
public PdfNumber(long value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
PdfNumber [4/5]
Source code
public PdfNumber(double value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
PdfNumber [5/5]
Source code
public PdfNumber(float value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
Methods
Increment
Source code
public virtual void Increment()
Properties
IntValue
public virtual int IntValue { get; }
LongValue
public virtual long LongValue { get; }
DoubleValue
public virtual double DoubleValue { get; }
FloatValue
public virtual float FloatValue { get; }
Generated with ModularDoc