Java org.apache.pdfbox.cos COSString fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.cos COSString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.cos COSString.

The text is from its open source code.

Constructor

COSString(byte[] bytes)
Creates a new PDF string from a byte array.
COSString(String text)
Creates a new text string from a Java String.

Method

Objectaccept(ICOSVisitor visitor)
Visitor pattern double dispatch method.
byte[]getBytes()
Returns the raw bytes of the string.
StringgetString()
Returns the content of this string as a PDF text string.
voidsetValue(byte[] value)
Sets the raw value of this string.