Aspose.Words.Loading Namespace

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

ExpandedClasses

  ClassDescription
Public classChmLoadOptions
Allows to specify additional options when loading CHM document into a Document object.
Public classDocumentLoadingArgs
An argument passed into Notify(DocumentLoadingArgs).
Public classHtmlLoadOptions
Allows to specify additional options when loading HTML document into a Document object.
Public classCode exampleLanguagePreferences
Allows to set up language preferences.
Public classCode exampleLoadOptions
Allows to specify additional options (such as password or base URI) when loading a document into a Document object.
Public classPdfLoadOptions
Allows to specify additional options when loading Pdf document into a Document object.
Public classCode exampleResourceLoadingArgs
Provides data for the ResourceLoading(ResourceLoadingArgs) method.
Public classCode exampleRtfLoadOptions
Allows to specify additional options when loading Rtf document into a Document object.
Public classTxtLoadOptions
Allows to specify additional options when loading Text document into a Document object.

ExpandedInterfaces

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

ExpandedEnumerations

  EnumerationDescription
Public enumerationBlockImportMode
Specifies how properties of block-level elements are imported from HTML-based documents.
Public enumerationDocumentDirection
Allows to specify the direction to flow the text in a document.
Public enumerationCode exampleEditingLanguage
Specifies the editing language.
Public enumerationHtmlControlType
Type of document nodes that represent <input> and <select> elements imported from HTML.
Public enumerationCode exampleResourceLoadingAction
Specifies the mode of resource loading.
Public enumerationCode exampleResourceType
Type of loaded resource.
Public enumerationCode exampleTxtLeadingSpacesOptions
Specifies available options for leading space handling during import from Text file.
Public enumerationCode exampleTxtTrailingSpacesOptions
Specifies available options for trailing spaces handling during import from Text file.