You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/python-net/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ is_root: true
12
12
| Module | Description |
13
13
| :- | :- |
14
14
| [`aspose.html`](/html/python-net/aspose.html) | The **Aspose.Html** namespace contains classes and methods to<br/>manipulate HTML documents, whether simple or complex and on the fly.<br/>**Aspose.HTML** for .NET allows developers to Insert, Remove,<br/>Replace HTML nodes, extract CSS style information,<br/>Navigate through HTML document either by NodeIterator,<br/>TreeWalker that are provided by Traversal Specifications,<br/>XPath or CSS selector queries. It also offers the scripting which allows to<br/>manipulate HTML DOM via JavaScript. As well as HTML, this API also provides<br/>the capabilities to load EPUB and MHTML. Aspose APIs are famous for their<br/>inter file format conversion features and this API also provides<br/>the capabilities to load HTML file and render the output in PDF,<br/>XPS and raster image formats including JPEG, PNG, BMP and TIFF. |
15
-
| [`aspose.html.accessibility`](/html/python-net/aspose.html.accessibility) | The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations.<br/>complies with international standards W3C Web Accessibility Initiative |
15
+
| [`aspose.html.accessibility`](/html/python-net/aspose.html.accessibility) | The **Aspose.Html.Accessibility** namespace is for all Web Accessibility related manipulations.<br/>complies with international standards W3C Web Accessibility Initiative |
16
16
| [`aspose.html.accessibility.results`](/html/python-net/aspose.html.accessibility.results) | The **Aspose.Html.Accessibility.Results** namespace contains<br/>classes that describe the results of rule validation |
17
17
|[`aspose.html.accessibility.saving`](/html/python-net/aspose.html.accessibility.saving)| The **Aspose.Html.Accessibility.Saving** namespace is designed to save validation results various formats. |
18
18
| [`aspose.html.collections`](/html/python-net/aspose.html.collections) | The **Aspose.Html.Collections** namespace consists of classes to represent,<br/>store and manipulate nodes and elements. |
@@ -33,9 +33,9 @@ is_root: true
33
33
| [`aspose.html.dom.traversal`](/html/python-net/aspose.html.dom.traversal) | The **Aspose.Html.Dom.Traversal** namespace contains methods that<br/>create iterators and tree-walkers to navigate between elements and<br/>traverse a node and its children in document order. |
34
34
| [`aspose.html.dom.traversal.filters`](/html/python-net/aspose.html.dom.traversal.filters) | The namespace represented by node filtering functionality.<br/>Filters are objects that know how to "filter out" nodes.<br/>If a node iterator or tree walker is given a node filter,<br/>it applies the filter before it returns the next node.<br/>If the filter says to accept the node, the traversal logic<br/>returns it; otherwise, traversal looks for the next node and<br/>pretends that the node that was rejected was not there. |
| [`aspose.html.dom.xpath`](/html/python-net/aspose.html.dom.xpath) | The namespace contains methods to<br/>navigate through elements and attributes in an XML document. |
36
+
| [`aspose.html.dom.xpath`](/html/python-net/aspose.html.dom.xpath) | The **Aspose.Html.Dom.XPath**namespace contains methods to<br/>navigate through elements and attributes in an XML document. |
37
37
| [`aspose.html.drawing`](/html/python-net/aspose.html.drawing) | The **Aspose.Html.Drawing** namespace contains objects and<br/>interfaces to specify measurement and units as well as<br/>drawing attribute objects like brushes, colors and fonts. |
38
-
| [`aspose.html.forms`](/html/python-net/aspose.html.forms) | The namespace provides access to<br/>numerous objects (elements) which are responsible to<br/>user interactivity within form as web page component. |
38
+
| [`aspose.html.forms`](/html/python-net/aspose.html.forms) | The **Aspose.Html.Forms**namespace provides access to<br/>numerous objects (elements) which are responsible to<br/>user interactivity within form as web page component. |
39
39
| [`aspose.html.io`](/html/python-net/aspose.html.io) | In addition to standard IO (input-output) tools<br/>the **Aspose.Html.IO** namespace contains helper classes and interfaces. |
40
40
| [`aspose.html.loading`](/html/python-net/aspose.html.loading) | The **Aspose.Html.Loading** namespace contains<br/>data classes for description of specific load options<br/>at conversion/merging process. |
41
41
| [`aspose.html.net`](/html/python-net/aspose.html.net) | The **Aspose.Html.Net** namespace is presented by<br/>classes and interfaces which are<br/>responsible for helping easy network processing. |
0 commit comments