C# Class iTextSharp.text.pdf.spatial.MeasureRectilinear

Inheritance: Measure
Afficher le fichier Open project: boecko/iTextSharp

Méthodes publiques

Méthode Description
SetA ( NumberFormatArray a ) : void
SetCYX ( PdfNumber cyx ) : void
SetD ( NumberFormatArray d ) : void
SetO ( XYArray o ) : void
SetS ( NumberFormatArray s ) : void
SetScaleRatio ( PdfString scaleratio ) : void
SetT ( NumberFormatArray t ) : void
SetX ( NumberFormatArray x ) : void
SetY ( NumberFormatArray y ) : void

Private Methods

Méthode Description
GetSubType ( ) : PdfName

Method Details

SetA() public méthode

public SetA ( NumberFormatArray a ) : void
a iTextSharp.text.pdf.spatial.objects.NumberFormatArray
Résultat void

SetCYX() public méthode

public SetCYX ( PdfNumber cyx ) : void
cyx iTextSharp.text.pdf.PdfNumber
Résultat void

SetD() public méthode

public SetD ( NumberFormatArray d ) : void
d iTextSharp.text.pdf.spatial.objects.NumberFormatArray
Résultat void

SetO() public méthode

public SetO ( XYArray o ) : void
o iTextSharp.text.pdf.spatial.objects.XYArray
Résultat void

SetS() public méthode

public SetS ( NumberFormatArray s ) : void
s iTextSharp.text.pdf.spatial.objects.NumberFormatArray
Résultat void

SetScaleRatio() public méthode

public SetScaleRatio ( PdfString scaleratio ) : void
scaleratio iTextSharp.text.pdf.PdfString
Résultat void

SetT() public méthode

public SetT ( NumberFormatArray t ) : void
t iTextSharp.text.pdf.spatial.objects.NumberFormatArray
Résultat void

SetX() public méthode

public SetX ( NumberFormatArray x ) : void
x iTextSharp.text.pdf.spatial.objects.NumberFormatArray
Résultat void

SetY() public méthode

public SetY ( NumberFormatArray y ) : void
y iTextSharp.text.pdf.spatial.objects.NumberFormatArray
Résultat void