Aspose.HTML for .NET

Namespaces

NamespaceDescription
Aspose.HtmlThe Aspose.Html namespace contains classes and methods to manipulate HTML documents, whether simple or complex and on the fly. Aspose.HTML for .NET allows developers to Insert, Remove, Replace HTML nodes, extract CSS style information, Navigate through HTML document either by NodeIterator, TreeWalker that are provided by Traversal Specifications, XPath or CSS selector queries. It also offers the scripting which allows to manipulate HTML DOM via JavaScript. As well as HTML, this API also provides the capabilities to load EPUB and MHTML. Aspose APIs are famous for their inter file format conversion features and this API also provides the capabilities to load HTML file and render the output in PDF, XPS and raster image formats including JPEG, PNG, BMP and TIFF.
Aspose.Html.AccessibilityThe Aspose.Html.Dom.Accessibility namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
Aspose.Html.Accessibility.ResultsThe Aspose.Html.Accessibility.Results namespace contains classes that describe the results of rule validation
Aspose.Html.Accessibility.SavingThe Aspose.Html.Accessibility.Saving namespace is designed to save validation results various formats.
Aspose.Html.CollectionsThe Aspose.Html.Collections namespace consists of classes to represent, store and manipulate nodes and elements.
Aspose.Html.ConvertersThe Aspose.Html.Converters namespace goal is easy access to conversion methods. It provides a wide range of conversions to the popular formats, such as PDF, XPS, image formats, etc. More specific conversion (rendering, saving) user cases are presented by well known and documented low level API functions in subject oriented namespaces.
Aspose.Html.DiagnosticsThe Aspose.Html.Diagnostics namespace contains interfaces for working with metrics and collecting logs and traces.
Aspose.Html.DomThe Aspose.Html.Dom (Document Object Model) namespace provides API that represents and interacts with any HTML, XML or SVG documents. The DOM is a document model loaded in the browser and representing the document as a node tree, where each node represents part of the document (e.g. an element, text string, or comment).
Aspose.Html.Dom.AttributesThe Aspose.Html.Dom.Attributes namespace contains unified attribute classes which specifies or qualifies any object (node, element, …) feature or behavior.
Aspose.Html.Dom.Canvas
Aspose.Html.Dom.CssProvides interfaces for DOM Level 2 Style Specification. Cascading Style Sheets (CSS) is a style sheet language that allows authors and users to attach style (e.g., fonts and spacing) to structured documents (e.g., HTML documents and XML applications). It supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc. It also supports content positioning, table layout, features for internationalization and some properties related to user interface. By separating the presentation style of documents from the content of documents, CSS simplifies Web authoring and site maintenance.
Aspose.Html.Dom.EventsThe Aspose.Html.Dom.Events namespace provides objects for any events related DOM updating. It includes subscription to specific contextual information observation associated with event as well as custom events construction.
Aspose.Html.Dom.MutationsThe Aspose.Html.Dom.Mutations provides opportunity to observe DOM mutations and getting specific callback information.
Aspose.Html.Dom.SvgAll classes in Aspose.Html.Dom.Svg namespace are based on w3c SVG2 recommendations. Using this namespace, you can load, navigate or render the SVG file as per your requirements.
Aspose.Html.Dom.Svg.CollectionsAspose.Html.Dom.Svg.Collections provides access to specific generic collections.
Aspose.Html.Dom.Svg.DataTypesThe namespace provides access to all SVG specific data types.
Aspose.Html.Dom.Svg.EventsThe namespace consists of classes for event based interactivity like time events and zooming.
Aspose.Html.Dom.Svg.FiltersThe Aspose.Html.Dom.Svg.Filters namespace contains classes and interfaces related to filter effects in SVG specification.
Aspose.Html.Dom.Svg.PathsThe Aspose.Html.Dom.Svg.Paths namespace describes classes for representation of outline of a shape which can be filled or stroked. A path can also be used as a clipping path, to describe animation, or position text.
Aspose.Html.Dom.Svg.SavingAspose.Html.Dom.Svg.Saving contains secondary role classes to specify saving process. For example, save options and format in which document is saved.
Aspose.Html.Dom.TraversalThe Aspose.Html.Dom.Traversal namespace contains methods that create iterators and tree-walkers to navigate between elements and traverse a node and its children in document order.
Aspose.Html.Dom.Traversal.FiltersThe namespace represented by node filtering functionality. Filters are objects that know how to “filter out” nodes. If a node iterator or tree walker is given a node filter, it applies the filter before it returns the next node. If the filter says to accept the node, the traversal logic returns it; otherwise, traversal looks for the next node and pretends that the node that was rejected was not there.
Aspose.Html.Dom.ViewsAspose.Html.Dom.Views namespace describes AbstractView and DocumentView interfaces according Document Object Model Views specification.
Aspose.Html.Dom.XPathThe namespace contains methods to navigate through elements and attributes in an XML document.
Aspose.Html.DrawingThe Aspose.Html.Drawing namespace contains objects and interfaces to specify measurement and units as well as drawing attribute objects like brushes, colors and fonts.
Aspose.Html.FormsThe namespace provides access to numerous objects (elements) which are responsible to user interactivity within form as web page component.
Aspose.Html.IOIn addition to standard IO (input-output) tools the Aspose.Html.IO namespace contains helper classes and interfaces.
Aspose.Html.LoadingThe Aspose.Html.Loading namespace contains data classes for description of specific load options at conversion/merging process.
Aspose.Html.NetThe Aspose.Html.Net namespace is presented by classes and interfaces which are responsible for helping easy network processing.
Aspose.Html.Net.HeadersThe Aspose.Html.Net.Headers provides few data classes for describing header content at networking.
Aspose.Html.Net.MessageFiltersThe Aspose.Html.Net.MessageFilters namespace provides classes which implement message filter abstraction.
Aspose.Html.Net.MessageHandlersThe Aspose.Html.Net.MessageHandlers namespace is presented by classes - message handlers of different protocols.
Aspose.Html.RenderingThe Aspose.Html.Rendering namespace consists of numerous renderer objects as well as appropriate low level options classes which are responsible to render documents/files into IDevice implementation.
Aspose.Html.Rendering.DocThe Aspose.Html.Rendering.Doc namespace provides specific device class as well as few rendering options classes responsible for rendering to a DOCX document.
Aspose.Html.Rendering.FontsThe Aspose.Html.Rendering.Fonts namespace contains classes and methods that allows you to control some parts of the font matching algorithm.
Aspose.Html.Rendering.ImageThe Aspose.Html.Rendering.Image namespace provides specific device class as well as few rendering options classes responsible for rendering to raster formats: jpeg, png, bmp, gif, tiff.
Aspose.Html.Rendering.PdfThe Aspose.Html.Rendering.Pdf namespace provides specific device class as well as few rendering options classes responsible for rendering to a pdf document.
Aspose.Html.Rendering.Pdf.EncryptionThe Aspose.Html.Rendering.Pdf.Encryption namespace contains data classes describing pdf encryption details like password, encryption algorithm and so on.
Aspose.Html.Rendering.XpsThe Aspose.Html.Rendering.Xps namespace provides specific device class as well as few rendering options classes responsible for rendering to a xps document.
Aspose.Html.SavingThe Aspose.Html.Saving namespace is presented by data classes for description of specific save options at conversion/saving process.
Aspose.Html.Saving.ResourceHandlersThe Aspose.Html.Saving.ResourceHandlers namespace contains classes responsible for handling resources.
Aspose.Html.ServicesThe Aspose.Html.Services namespace contains interfaces as protocols for service implementations.
Aspose.Html.Toolkit.Markdown.SyntaxThe Aspose.Html.Toolkit.Markdown.Syntax namespace contains objects and interfaces for working with the syntax tree of a Markdown document.
Aspose.Html.Toolkit.Markdown.Syntax.ExtensionsThe Aspose.Html.Toolkit.Markdown.Syntax.Extensions namespace contains objects and methods that allows you to handle various extensions of the Markdown format, such as ShortCode, FrontMatter, etc.
Aspose.Html.Toolkit.Markdown.Syntax.ParserThe Aspose.Html.Toolkit.Markdown.Syntax.Parser namespace contains objects and methods that allow you to parse the markdown document.
Aspose.Html.Toolkit.Markdown.Syntax.Parser.Extensions.GFMThe Aspose.Html.Toolkit.Markdown.Syntax.Parser.Extensions.GFM namespace contains objects and interfaces for GFM syntax extension.
Aspose.Html.Toolkit.Markdown.Syntax.TextThe Aspose.Html.Toolkit.Markdown.Syntax.Text namespace contains objects and interfaces for working with text sources.
Aspose.Html.Toolkit.OptimizersThe Aspose.Html.Toolkit.Optimizers namespace contains classes for optimizing SVG documents. The optimization process involves removing unused or invisible elements and their attributes, merging groups, and reducing the size of path segments.
Aspose.Html.WindowThe Aspose.Html.Window namespace is related for window object which represents a window containing a DOM document. It includes classes and interfaces related to active document address and browsing history.