Doc Class |
Namespace: WebSupergoo.WordGlue4
The Doc type exposes the following members.
| Name | Description | |
|---|---|---|
| Doc |
Create a new Doc object.
|
|
| Doc(Stream) |
Create a new Doc object. Parse the document
specified as a Stream, into an object ready for rendering.
|
|
| Doc(String) |
Create a new Doc object. Parse the document
specified by file name, into an object ready for rendering.
|
|
| 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.
|
| Name | Description | |
|---|---|---|
| DocumentFrame |
The DocumentFrame comprising the root of the
Frame tree.
|
|
| Fields |
Field variable definitions for resolving field codes. Field definitions are values that can be can be used as a data source when saving a rendered output. They do not reflect the current value of fields within a docx. You should place your data in this structure and then at the point of render, should fields be found, appropriate values will be pulled from this property. Use MS Word or similar tools to determine what fields are in your particular document. |
|
| Options |
Options for loading, parsing and rendering
documents.
|
|
| PageCount |
The total number of pages in the
document.
|
|
| Properties |
Document properties.
|
|
| Status |
The state in which the current document is
in.
|
| Name | Description | |
|---|---|---|
| Dispose |
Free buffers and other resources used by the
document render.
|
|
| GetPageSize |
Obtain the dimensions of a particular page of
the document.
|
|
| Render(Object) |
Render all pages to an ABCpdf Doc
object.
|
|
| Render(Object, Int32) |
Render a particular page to an ABCpdf Doc
object.
|
|
| Render(IRenderingContext, Int32) |
Render the specified page onto the given
rendering context.
|
|
| SaveAs(String) |
Save the Word document as a different
format.
|
|
| SaveAs(Stream, String) |
Convert the entire Word document into another
format.
|
|
| SaveAs(String, Int32) |
Save a specified page of the Word document as
a different format.
|
|
| SaveAs(Stream, String, Int32) |
Convert a specified page of the Word document
into another format.
|
|
| SaveAs(String, String, Int32) |
Convert a specified page of the Word document
into another format.
|
|
| SetFile |
Parse the document specified by file name,
into an object ready for rendering.
|
|
| SetStream(Stream) |
Parse the document specified as a Stream, into
an object ready for rendering.
|
|
| SetStream(Stream, String) |
Parse the document specified as a Stream and
with a type specified using a file name, into an object ready for
rendering.
|