Java com.lowagie.text.pdf PdfString fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfString fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

PdfString(String value)
Constructs a PdfString-object containing a string in the standard encoding TEXT_PDFDOCENCODING.
PdfString(byte[] bytes)
Constructs a PdfString-object.
PdfString(String value, String encoding)
Constructs a PdfString-object containing a string in the specified encoding.

Method

byte[]getOriginalBytes()
StringtoString()
Returns the String value of this PdfString-object.
StringtoUnicodeString()
Returns the Unicode String value of this PdfString-object.