Document Constructor |
Name | Description | |
---|---|---|
![]() |
Document |
Initializes a new instance of the
Document
class.
|
![]() |
Document(Boolean) |
Initializes a new instance of the
Document
class.
|
![]() |
Document(Stream) |
Initializes a new instance of the Document class from the stream.
|
![]() |
Document(String) |
Initializes a new instance of the Document class from Word document.
|
![]() |
Document(Document) |
Initializes a new instance of the
Document
class
|
![]() |
Document(Stream, FileFormat) |
Initializes a new instance of the Document class from the stream.
|
![]() |
Document(Stream, Boolean) |
Initializes a new instance of the Document class using the specified stream and engine settings.
|
![]() |
Document(Stream, String) |
Initializes a new instance of the Document class from the Word document stream,
which is protected with password.
|
![]() |
Document(String, FileFormat) |
Initializes a new instance of the
Document
class.
|
![]() |
Document(String, Boolean) |
Initializes a new instance of the Document class with the specified file name and engine usage flag.
|
![]() |
Document(String, String) |
Initializes a new instance of the Document class from existing Word document,
which is protected with password.
|
![]() |
Document(Stream, FileFormat, XHTMLValidationType) |
Initializes a new instance of the Document class
|
![]() |
Document(Stream, FileFormat, Boolean) |
Initializes a new instance of the Document class with the specified stream, file format, and engine usage.
|
![]() |
Document(Stream, FileFormat, String) |
Initializes a new instance of the Document class
from the stream of specified type protected with password.
|
![]() |
Document(Stream, String, Boolean) |
Initializes a new instance of the Document class with the specified stream, password, and engine usage.
|
![]() |
Document(String, FileFormat, XHTMLValidationType) |
Initializes a new instance of the
Document
class.
|
![]() |
Document(String, FileFormat, Boolean) |
Initializes a new instance of the Document class with the specified file name, file format, and flag indicating whether to use the new engine.
|
![]() |
Document(String, FileFormat, String) |
Initializes a new instance of the Document class from
existing file of specified type protected with password.
|
![]() |
Document(String, String, Boolean) |
Initializes a new instance of the Document class with the specified file name, password, and engine usage.
|
![]() |
Document(Stream, FileFormat, XHTMLValidationType, Boolean) |
Initializes a new instance of the Document class with the specified stream, file format, XHTML validation type, and use new engine flag.
|
![]() |
Document(Stream, FileFormat, String, Boolean) |
Initializes a new instance of the Document class with the specified stream, file format, password, and new engine option.
|
![]() |
Document(String, FileFormat, XHTMLValidationType, Boolean) |
Initializes a new instance of the Document class with the specified file name, file format, XHTML validation type, and flag indicating whether to use the new engine.
|
![]() |
Document(String, FileFormat, String, Boolean) |
Initializes a new instance of the Document class with the specified file name, file format, password, and whether to use the new engine.
|