Aspose.Words.Loading

The Aspose.Words.Loading namespace provides classes and enumerations that allow to specify additional options when loading documents.

Classes

ClassDescription
ChmLoadOptionsAllows to specify additional options when loading CHM document into a Document object.
DocumentLoadingArgsAn argument passed into Notify.
HtmlLoadOptionsAllows to specify additional options when loading HTML document into a Document object.
LanguagePreferencesAllows to set up language preferences.
LoadOptionsAllows to specify additional options (such as password or base URI) when loading a document into a Document object.
MarkdownLoadOptionsAllows to specify additional options when loading Markdown document into a Document object.
PdfLoadOptionsAllows to specify additional options when loading Pdf document into a Document object.
ResourceLoadingArgsProvides data for the ResourceLoading method.
RtfLoadOptionsAllows to specify additional options when loading Rtf document into a Document object.
TxtLoadOptionsAllows to specify additional options when loading Text document into a Document object.

Interfaces

InterfaceDescription
IDocumentLoadingCallbackImplement this interface if you want to have your own custom method called during loading a document.
IResourceLoadingCallbackImplement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder.

Enumeration

EnumerationDescription
BlockImportModeSpecifies how properties of block-level elements are imported from HTML-based documents.
DocumentDirectionAllows to specify the direction to flow the text in a document.
EditingLanguageSpecifies the editing language.
HtmlControlTypeType of document nodes that represent <input> and <select> elements imported from HTML.
ResourceLoadingActionSpecifies the mode of resource loading.
ResourceTypeType of loaded resource.
TxtLeadingSpacesOptionsSpecifies available options for leading space handling during import from Text file.
TxtTrailingSpacesOptionsSpecifies available options for trailing spaces handling during import from Text file.