|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfFileAnnotation
com.spire.pdf.annotations.Pdf3DAnnotation
public class Pdf3DAnnotation
Represents the 3D annotation for a PDF document.
Constructor Summary | |
---|---|
Pdf3DAnnotation(PdfDictionary dictionary,
PdfCrossTable crossTable)
|
|
Pdf3DAnnotation(java.awt.geom.Rectangle2D rectangle)
Initializes a new instance of the class. |
|
Pdf3DAnnotation(java.awt.geom.Rectangle2D rectangle,
java.lang.String fileName)
Initializes a new instance of the class. |
Method Summary | |
---|---|
byte[] |
get3DData()
Gets a 3d viedo file from Pdf3DAnnotation |
Pdf3DActivation |
getActivation()
Gets or sets the activation options for the annotation. |
Pdf3DViewCollection |
getViews()
Gets the list of available views for the current 3D artwork. |
void |
setActivation(Pdf3DActivation value)
Gets or sets the activation options for the annotation. |
Methods inherited from class com.spire.pdf.annotations.PdfFileAnnotation |
---|
getAppearance, setAppearance |
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
---|
getAuthor, getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText |
Constructor Detail |
---|
public Pdf3DAnnotation(java.awt.geom.Rectangle2D rectangle)
rectangle
- Bounds of the annotation.public Pdf3DAnnotation(PdfDictionary dictionary, PdfCrossTable crossTable)
dictionary
- he dictionary.crossTable
- The cross table.public Pdf3DAnnotation(java.awt.geom.Rectangle2D rectangle, java.lang.String fileName)
rectangle
- Bounds of the annotation.fileName
- Name of the sound file.Method Detail |
---|
public Pdf3DViewCollection getViews()
public Pdf3DActivation getActivation()
Defines the times at which the annotation should be activated and deactivated and the state of the 3D artwork instance at those times.
public void setActivation(Pdf3DActivation value)
Defines the times at which the annotation should be activated and deactivated and the state of the 3D artwork instance at those times.
public byte[] get3DData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |