Java org.apache.pdfbox.pdmodel.interactive.annotation PDAppearanceDictionary fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.annotation PDAppearanceDictionary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.annotation PDAppearanceDictionary.

The text is from its open source code.

Constructor

PDAppearanceDictionary()
Constructor for embedding.

Method

COSDictionarygetCOSObject()
PDAppearanceEntrygetNormalAppearance()
This will return a list of appearances.
voidsetNormalAppearance(PDAppearanceEntry entry)
This will set a list of appearances.
voidsetNormalAppearance(PDAppearanceStream ap)
This will set the normal appearance when there is only one appearance to be shown.