Doc Constructor

Overload List
  Name Description
Public method Doc
Create a new Doc object.
Public method Doc(Stream)
Create a new Doc object. Parse the document specified as a Stream, into an object ready for rendering.
Public method Doc(String)
Create a new Doc object. Parse the document specified by file name, into an object ready for rendering.
Public method Doc(Stream, String)
Create a new Doc object. Parse the document specified as a Stream and with a type specified using a file name, into an object ready for rendering.
Top
See Also