Aspose.Words.Loading Namespace |
The Aspose.Words.Loading namespace provides classes and enumerations that allow to specify additional options when loading documents.
Class | Description | |
---|---|---|
![]() | ChmLoadOptions |
Allows to specify additional options when loading CHM document into a Document object.
|
![]() | DocumentLoadingArgs |
An argument passed into Notify(DocumentLoadingArgs).
|
![]() | HtmlLoadOptions |
Allows to specify additional options when loading HTML document into a Document object.
|
![]() ![]() | LanguagePreferences |
Allows to set up language preferences.
|
![]() ![]() | LoadOptions |
Allows to specify additional options (such as password or base URI) when
loading a document into a Document object.
|
![]() | PdfLoadOptions |
Allows to specify additional options when loading Pdf document into a Document object.
|
![]() ![]() | ResourceLoadingArgs |
Provides data for the ResourceLoading(ResourceLoadingArgs) method.
|
![]() ![]() | RtfLoadOptions | |
![]() | TxtLoadOptions |
Interface | Description | |
---|---|---|
![]() | IDocumentLoadingCallback |
Implement this interface if you want to have your own custom method called during loading a document.
|
![]() ![]() | IResourceLoadingCallback |
Implement this interface if you want to control how Aspose.Words loads external resource when
importing a document and inserting images using DocumentBuilder.
|
Enumeration | Description | |
---|---|---|
![]() | BlockImportMode |
Specifies how properties of block-level elements are imported from HTML-based documents.
|
![]() | DocumentDirection |
Allows to specify the direction to flow the text in a document.
|
![]() ![]() | EditingLanguage |
Specifies the editing language.
|
![]() | HtmlControlType |
Type of document nodes that represent <input> and <select> elements imported from HTML.
|
![]() ![]() | ResourceLoadingAction |
Specifies the mode of resource loading.
|
![]() ![]() | ResourceType |
Type of loaded resource.
|
![]() ![]() | TxtLeadingSpacesOptions |
Specifies available options for leading space handling during import from Text file.
|
![]() ![]() | TxtTrailingSpacesOptions |
Specifies available options for trailing spaces handling during import from Text file.
|