DocumentCore Methods |
The DocumentCore type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalculateListItems |
Calculates the list items contained in this document.
|
![]() | CalculateListItems(Boolean) |
Calculates the list items contained in this document.
|
![]() ![]() | CalculateStats |
Calculates document's statistics (number of words, number of pages and etc).
|
![]() | Clone |
Clones this DocumentCore instance.
|
![]() ![]() | GetPaginator |
Gets the document paginator.
|
![]() ![]() | GetPaginator(PaginatorOptions) |
Gets the document paginator.
|
![]() ![]() | ImportT(T, Boolean) |
Imports (clones) the specified source element to this DocumentCore instance
so it can be inserted into document content.
|
![]() ![]() | ImportT(T, Boolean, ImportSession) |
Imports (clones) the specified source element to this DocumentCore
instance so it can be inserted into document content.
|
![]() ![]() ![]() | Load(String) |
Loads a document from a file with the specified path.
|
![]() ![]() ![]() | Load(Stream, LoadOptions) |
Loads a document from the specified stream.
|
![]() ![]() ![]() | Load(String, LoadOptions) |
Loads a document from a file or URL.
|
![]() ![]() | Save(String) |
Saves the document to a file with the specified path. Path must include file extension.
|
![]() ![]() | Save(Stream, SaveOptions) |
Saves the document in the specified stream.
|
![]() ![]() | Save(String, SaveOptions) |
Saves the document to a file with the specified path.
|