Java com.itextpdf.text.pdf PdfDate fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PdfDate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PdfDate.

The text is from its open source code.

Constructor

PdfDate(Calendar d)
Constructs a PdfDate-object.
PdfDate()
Constructs a PdfDate-object, representing the current day and time.

Method

Calendardecode(String s)
Converts a PDF string representing a date into a Calendar.
StringtoUnicodeString()
Returns the Unicode String value of this PdfString-object.