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

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

Introduction

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

The text is from its open source code.

Method

Objectaccept(ICOSVisitor visitor)
visitor pattern double dispatch method.
booleanisDirect()
If the state is set true, the dictionary will be written direct into the called object.
voidsetDirect(boolean direct)
Set the state true, if the dictionary should be written as a direct object and not indirect.