Uses of Class
com.itextpdf.kernel.pdf.annot.Pdf3DAnnotation
-
Packages that use Pdf3DAnnotation Package Description com.itextpdf.kernel.pdf.annot -
-
Uses of Pdf3DAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return Pdf3DAnnotation Modifier and Type Method Description Pdf3DAnnotation
Pdf3DAnnotation. setActivationDictionary(PdfDictionary activationDictionary)
Sets the activation dictionary that defines the times at which the annotation shall be activated and deactivated and the state of the 3D artwork instance at those times.Pdf3DAnnotation
Pdf3DAnnotation. setDefaultInitialView(PdfObject initialView)
Sets the default initial view of the 3D artwork that shall be used when the annotation is activated.Pdf3DAnnotation
Pdf3DAnnotation. setInteractive(boolean interactive)
Sets the primary use of the 3D annotation.Pdf3DAnnotation
Pdf3DAnnotation. setViewBox(Rectangle viewBox)
Sets the 3D view box, which is the rectangular area in which the 3D artwork shall be drawn.
-