Technology
Documentation
Support
Blog
Documentation
API
Java
Guides
API
Changelog
Package Index
|
Class Index
com.pdftron.common
com.pdftron.crypto
com.pdftron.fdf
com.pdftron.filters
com.pdftron.helpers
com.pdftron.layout
com.pdftron.pdf
com.pdftron.pdf.annots
com.pdftron.pdf.ocg
com.pdftron.pdf.pdfa
com.pdftron.pdf.pdfua
com.pdftron.pdf.struct
com.pdftron.sdf
Classes
DictIterator
Doc
DocSnapshot
NameTree
NameTreeIterator
NumberTree
NumberTreeIterator
Obj
ObjSet
PDFTronCustomSecurityHandler
ResultSnapshot
SDFCompat
SDFCompat.DictIterator
SDFCompat.NameTree
SDFCompat.NumberTree
SDFCompat.Obj
SDFCompat.ObjSet
SDFCompat.SDFDoc
SDFCompat.SecurityHandler
SDFDoc
SecurityHandler
SignatureHandler
UndoManager
Enums
SDFDoc.SaveMode
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Doc
extends Object
java.lang.Object
↳
com.pdftron.sdf.Doc
Known Direct Subclasses
PDFDoc
,
SDFDoc
PDFDoc
PDFDoc is a high-level class describing a single PDF (Portable Document Format) document.
SDFDoc
SDFDoc is a low-level document representing a graph of SDF.Obj nodes that can be used to build higher-level document models such as PDF (Portable Document Format) or FDF (Forms Document Format).
Class Overview
The Class Doc.
Summary
Public Constructors
Doc
()
Public Methods
long
__GetHandle
()
[Expand]
Inherited Methods
From class java.lang.Object
boolean
equals
(Object arg0)
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
Doc
()
Public Methods
public long
__GetHandle
()