Skip to content

Commit fa78eab

Browse files
Merge branch 'main' into production
2 parents ce5dbde + 45649d3 commit fa78eab

File tree

755 files changed

+9708
-26543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

755 files changed

+9708
-26543
lines changed

english/net/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is_root: true
1111

1212
| Namespace | Description |
1313
| --- | --- |
14-
| [Aspose.Html](./aspose.html/) | The Aspose.Html namespace contains classes and methods to manipulate [`HTML documents`](aspose.html/htmldocument/), 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`](aspose.html/htmldocument/) either by [`NodeIterator`](aspose.html.dom.traversal/inodeiterator/), [`TreeWalker`](aspose.html.dom.traversal/itreewalker/) 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. |
14+
| [Aspose.Html](./aspose.html/) | The **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. |
1515
| [Aspose.Html.Accessibility](./aspose.html.accessibility/) | The **Aspose.Html.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative |
1616
| [Aspose.Html.Accessibility.Results](./aspose.html.accessibility.results/) | The **Aspose.Html.Accessibility.Results** namespace contains classes that describe the results of rule validation |
1717
| [Aspose.Html.Accessibility.Saving](./aspose.html.accessibility.saving/) | The **Aspose.Html.Accessibility.Saving** namespace is designed to save validation results various formats. |
@@ -20,8 +20,8 @@ is_root: true
2020
| [Aspose.Html.Diagnostics](./aspose.html.diagnostics/) | The **Aspose.Html.Diagnostics** namespace contains interfaces for working with metrics and collecting logs and traces. |
2121
| [Aspose.Html.Dom](./aspose.html.dom/) | The **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). |
2222
| [Aspose.Html.Dom.Attributes](./aspose.html.dom.attributes/) | The **Aspose.Html.Dom.Attributes** namespace contains unified attribute classes which specifies or qualifies any object (node, element, ...) feature or behavior. |
23-
| [Aspose.Html.Dom.Canvas](./aspose.html.dom.canvas/) | |
24-
| [Aspose.Html.Dom.Css](./aspose.html.dom.css/) | Provides 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. |
23+
| [Aspose.Html.Dom.Canvas](./aspose.html.dom.canvas/) | The **Aspose.Html.Dom.Canvas** namespace provides interfaces for 2D rendering details qualification as well as options for filling and Path2D class. |
24+
| [Aspose.Html.Dom.Css](./aspose.html.dom.css/) | The **Aspose.Html.Dom.Css** namespace is for all CSS related manipulations. It concentrates around CSS property name - value pairs specified by CSS official documents. |
2525
| [Aspose.Html.Dom.Events](./aspose.html.dom.events/) | The **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. |
2626
| [Aspose.Html.Dom.Mutations](./aspose.html.dom.mutations/) | The **Aspose.Html.Dom.Mutations** provides opportunity to observe DOM mutations and getting specific callback information. |
2727
| [Aspose.Html.Dom.Svg](./aspose.html.dom.svg/) | All 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. |
@@ -34,9 +34,9 @@ is_root: true
3434
| [Aspose.Html.Dom.Traversal](./aspose.html.dom.traversal/) | The **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. |
3535
| [Aspose.Html.Dom.Traversal.Filters](./aspose.html.dom.traversal.filters/) | The 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. |
3636
| [Aspose.Html.Dom.Views](./aspose.html.dom.views/) | **Aspose.Html.Dom.Views** namespace describes AbstractView and DocumentView interfaces according Document Object Model Views specification. |
37-
| [Aspose.Html.Dom.XPath](./aspose.html.dom.xpath/) | The namespace contains methods to navigate through elements and attributes in an XML document. |
37+
| [Aspose.Html.Dom.XPath](./aspose.html.dom.xpath/) | The **Aspose.Html.Dom.XPath** namespace contains methods to navigate through elements and attributes in an XML document. |
3838
| [Aspose.Html.Drawing](./aspose.html.drawing/) | The **Aspose.Html.Drawing** namespace contains objects and interfaces to specify measurement and units as well as drawing attribute objects like brushes, colors and fonts. |
39-
| [Aspose.Html.Forms](./aspose.html.forms/) | The namespace provides access to numerous objects (elements) which are responsible to user interactivity within form as web page component. |
39+
| [Aspose.Html.Forms](./aspose.html.forms/) | The **Aspose.Html.Forms** namespace provides access to numerous objects (elements) which are responsible to user interactivity within form as web page component. |
4040
| [Aspose.Html.IO](./aspose.html.io/) | In addition to standard IO (input-output) tools the **Aspose.Html.IO** namespace contains helper classes and interfaces. |
4141
| [Aspose.Html.Loading](./aspose.html.loading/) | The **Aspose.Html.Loading** namespace contains data classes for description of specific load options at conversion/merging process. |
4242
| [Aspose.Html.Net](./aspose.html.net/) | The **Aspose.Html.Net** namespace is presented by classes and interfaces which are responsible for helping easy network processing. |

english/net/aspose.html.collections/domtokenlist/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class DOMTokenList : DOMObject, IEnumerable<string>
2929
| [Add](../../aspose.html.collections/domtokenlist/add/)(*params string[]*) | Adds the specified token(s) to the list. |
3030
| [Contains](../../aspose.html.collections/domtokenlist/contains/)(*string*) | Returns true if the list contains the given token, otherwise false. |
3131
| [GetEnumerator](../../aspose.html.collections/domtokenlist/getenumerator/)() | Returns an enumerator that iterates through the collection. |
32-
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
32+
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object Type. |
3333
| [Remove](../../aspose.html.collections/domtokenlist/remove/)(*params string[]*) | Removes the specified token(s) from the list. |
3434
| [Replace](../../aspose.html.collections/domtokenlist/replace/)(*stringstring*) | Replaces an existing token with a new token. Does nothing if the first token doesn't exist. |
3535
| [Supports](../../aspose.html.collections/domtokenlist/supports/)(*string*) | Returns true if a given token is in the associated attribute's supported tokens. |

english/net/aspose.html.collections/namednodemap/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class NamedNodeMap : DOMObject
2727
| --- | --- |
2828
| [GetNamedItem](../../aspose.html.collections/namednodemap/getnameditem/)(*string*) | Retrieves a node specified by name. |
2929
| [GetNamedItemNS](../../aspose.html.collections/namednodemap/getnameditemns/)(*stringstring*) | Retrieves a node specified by local name and namespace URI. |
30-
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
30+
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object Type. |
3131
| [RemoveNamedItem](../../aspose.html.collections/namednodemap/removenameditem/)(*string*) | Removes a node specified by name. |
3232
| [RemoveNamedItemNS](../../aspose.html.collections/namednodemap/removenameditemns/)(*stringstring*) | Removes a node specified by local name and namespace URI. |
3333
| [SetNamedItem](../../aspose.html.collections/namednodemap/setnameditem/)(*[Attr](../../aspose.html.dom/attr/)*) | Adds a node using its nodeName attribute. If a node with that name is already present in this map, it is replaced by the new one. Replacing a node by itself has no effect. |

0 commit comments

Comments
 (0)