Namespace Aspose.Words.Loading
Namespace Aspose.Words.Loading
Classes
Class Name | Description |
---|---|
ChmLoadOptions | Allows to specify additional options when loading CHM document into a Aspose.Words.Document object. To learn more, visit the Specify Load Options documentation article. |
DocumentLoadingArgs | An argument passed into Aspose.Words.Loading.IDocumentLoadingCallback.Notify(Aspose.Words.Loading.DocumentLoadingArgs). To learn more, visit the Specify Load Options documentation article. |
HtmlLoadOptions | Allows to specify additional options when loading HTML document into a Aspose.Words.Document object. To learn more, visit the Specify Load Options documentation article. |
LanguagePreferences | Allows to set up language preferences. To learn more, visit the Specify Load Options documentation article. |
LoadOptions | Allows to specify additional options (such as password or base URI) when loading a document into a Aspose.Words.Document object. To learn more, visit the Specify Load Options documentation article. |
MarkdownLoadOptions | Allows to specify additional options when loading Aspose.Words.LoadFormat.Markdown document into a Aspose.Words.Document object. |
PdfLoadOptions | Allows to specify additional options when loading Pdf document into a Aspose.Words.Document object. To learn more, visit the Specify Load Options documentation article. |
ResourceLoadingArgs | Provides data for the Aspose.Words.Loading.IResourceLoadingCallback.ResourceLoading(Aspose.Words.Loading.ResourceLoadingArgs) method. |
RtfLoadOptions | Allows to specify additional options when loading Aspose.Words.LoadFormat.Rtf document into a Aspose.Words.Document object. To learn more, visit the Specify Load Options documentation article. |
TxtLoadOptions | Allows to specify additional options when loading Aspose.Words.LoadFormat.Text document into a Aspose.Words.Document object. To learn more, visit the Specify Load Options documentation article. |
Interfaces
Interface Name | 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 Aspose.Words.DocumentBuilder. |
Enums
Enum Name | 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. To learn more, visit the Specify Load Options documentation article. |
ResourceType | Type of loaded resource. |
TxtLeadingSpacesOptions | Specifies available options for leading space handling during import from Aspose.Words.LoadFormat.Text file. |
TxtTrailingSpacesOptions | Specifies available options for trailing spaces handling during import from Aspose.Words.LoadFormat.Text file. |