org.pdfclown.objects.IPdfNumber Interface Reference

PDF number interface. More...

Inheritance diagram for org.pdfclown.objects.IPdfNumber:
org.pdfclown.objects.IPdfSimpleObject< double > org.pdfclown.objects.PdfInteger org.pdfclown.objects.PdfReal

List of all members.

Properties

double DoubleValue [get]
 Gets the double-precision floating-point representation of the value.
float FloatValue [get]
 Gets the floating-point representation of the value.
int IntValue [get]
 Gets the integer representation of the value.
object Value [get]

PDF number interface.


Property Documentation

double org.pdfclown.objects.IPdfNumber.DoubleValue [get]

Gets the double-precision floating-point representation of the value.

Implemented in org.pdfclown.objects.PdfInteger, and org.pdfclown.objects.PdfReal.

float org.pdfclown.objects.IPdfNumber.FloatValue [get]

Gets the floating-point representation of the value.

Implemented in org.pdfclown.objects.PdfInteger, and org.pdfclown.objects.PdfReal.

int org.pdfclown.objects.IPdfNumber.IntValue [get]

Gets the integer representation of the value.

Implemented in org.pdfclown.objects.PdfInteger, and org.pdfclown.objects.PdfReal.

Referenced by org.pdfclown.documents.contents.fonts.SimpleFont.OnLoad().

object org.pdfclown.objects.IPdfSimpleObject.Value [get, inherited]

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:39 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3