C# Class iTextSharp.text.pdf.spatial.objects.NumberFormatDictionary

Inheritance: iTextSharp.text.pdf.PdfDictionary
Exibir arquivo Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
NumberFormatDictionary ( ) : System
SetCipherGroupingCharacter ( PdfString rt ) : void
SetConversionFactor ( PdfNumber n ) : void
SetDecimalChartacter ( PdfString dc ) : void
SetFixedDenominator ( PdfBoolean isFixedDenominator ) : void
SetFractionalValue ( Fraction f ) : void
SetLabel ( PdfString label ) : void
SetLabelLeftString ( PdfString ps ) : void
SetLabelPosition ( PdfName pos ) : void
SetLabelRightString ( PdfString ss ) : void
SetPrecision ( PdfNumber precision ) : void

Method Details

NumberFormatDictionary() public method

public NumberFormatDictionary ( ) : System
return System

SetCipherGroupingCharacter() public method

public SetCipherGroupingCharacter ( PdfString rt ) : void
rt iTextSharp.text.pdf.PdfString
return void

SetConversionFactor() public method

public SetConversionFactor ( PdfNumber n ) : void
n iTextSharp.text.pdf.PdfNumber
return void

SetDecimalChartacter() public method

public SetDecimalChartacter ( PdfString dc ) : void
dc iTextSharp.text.pdf.PdfString
return void

SetFixedDenominator() public method

public SetFixedDenominator ( PdfBoolean isFixedDenominator ) : void
isFixedDenominator iTextSharp.text.pdf.PdfBoolean
return void

SetFractionalValue() public method

public SetFractionalValue ( Fraction f ) : void
f Fraction
return void

SetLabel() public method

public SetLabel ( PdfString label ) : void
label iTextSharp.text.pdf.PdfString
return void

SetLabelLeftString() public method

public SetLabelLeftString ( PdfString ps ) : void
ps iTextSharp.text.pdf.PdfString
return void

SetLabelPosition() public method

public SetLabelPosition ( PdfName pos ) : void
pos iTextSharp.text.pdf.PdfName
return void

SetLabelRightString() public method

public SetLabelRightString ( PdfString ss ) : void
ss iTextSharp.text.pdf.PdfString
return void

SetPrecision() public method

public SetPrecision ( PdfNumber precision ) : void
precision PdfNumber
return void