public class RichMediaConfiguration extends PdfDictionary
RichMediaAnnotation
, RichMediaInstance
, Serialized Form
Modifier and Type | Field and Description |
---|---|
protected PdfArray |
instances
An array of indirect object references to RichMediaInstance dictionaries.
|
Constructor and Description |
---|
RichMediaConfiguration(PdfName subtype)
Creates a RichMediaConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
void |
addInstance(RichMediaInstance instance)
Adds a RichMediaInstance to the instances array of this configuration.
|
void |
setName(PdfString name)
Sets the name of the configuration (must be unique).
|
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
protected PdfArray instances
public RichMediaConfiguration(PdfName subtype)
subtype
- Possible values are: PdfName._3D, PdfName.FLASH, PdfName.SOUND, and PdfName.VIDEO.
public void setName(PdfString name)
name
- the name
public void addInstance(RichMediaInstance instance)
instance
- a RichMediaInstance
Copyright © 2016. All rights reserved.