Click or drag to resize

DocumentCore Methods

The DocumentCore type exposes the following members.

Methods
  NameDescription
Public methodCalculateListItems
Calculates the list items contained in this document.
Public methodCalculateListItems(Boolean)
Calculates the list items contained in this document.
Public methodCode exampleCalculateStats
Calculates document's statistics (number of words, number of pages and etc).
Public methodClone
Clones this DocumentCore instance.
Public methodCode exampleGetPaginator
Gets the document paginator.
Public methodCode exampleGetPaginator(PaginatorOptions)
Gets the document paginator.
Public methodCode exampleImportT(T, Boolean)
Imports (clones) the specified source element to this DocumentCore instance so it can be inserted into document content.
Public methodCode exampleImportT(T, Boolean, ImportSession)
Imports (clones) the specified source element to this DocumentCore instance so it can be inserted into document content.
Public methodStatic memberCode exampleLoad(String)
Loads a document from a file with the specified path.
Public methodStatic memberCode exampleLoad(Stream, LoadOptions)
Loads a document from the specified stream.
Public methodStatic memberCode exampleLoad(String, LoadOptions)
Loads a document from a file or URL.
Public methodCode exampleSave(String)
Saves the document to a file with the specified path. Path must include file extension.
Public methodCode exampleSave(Stream, SaveOptions)
Saves the document in the specified stream.
Public methodCode exampleSave(String, SaveOptions)
Saves the document to a file with the specified path.
Top
See Also