Skip to content

Commit 6026dff

Browse files
Merge branch 'main' into production
2 parents d35ea29 + 580a432 commit 6026dff

File tree

176 files changed

+241
-87
lines changed

Some content is hidden

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

176 files changed

+241
-87
lines changed

english/net/aspose.html.dom.svg.filters/svgfeblendelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEBlendElement : SVGElement, ISVGFilterPrimitiveStandardAttribut
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [FirstChild](../../aspose.html.dom/node/firstchild/) { get; } | The read-only firstChild property of the [`Node`](../../aspose.html.dom/node/) interface returns the node's first child in the tree, or null if the node has no children. |

english/net/aspose.html.dom.svg.filters/svgfecolormatrixelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEColorMatrixElement : SVGElement, ISVGFilterPrimitiveStandardAt
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [FirstChild](../../aspose.html.dom/node/firstchild/) { get; } | The read-only firstChild property of the [`Node`](../../aspose.html.dom/node/) interface returns the node's first child in the tree, or null if the node has no children. |

english/net/aspose.html.dom.svg.filters/svgfecomponenttransferelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEComponentTransferElement : SVGElement, ISVGFilterPrimitiveStan
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [FirstChild](../../aspose.html.dom/node/firstchild/) { get; } | The read-only firstChild property of the [`Node`](../../aspose.html.dom/node/) interface returns the node's first child in the tree, or null if the node has no children. |

english/net/aspose.html.dom.svg.filters/svgfecompositeelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFECompositeElement : SVGElement, ISVGFilterPrimitiveStandardAttr
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [FirstChild](../../aspose.html.dom/node/firstchild/) { get; } | The read-only firstChild property of the [`Node`](../../aspose.html.dom/node/) interface returns the node's first child in the tree, or null if the node has no children. |

english/net/aspose.html.dom.svg.filters/svgfeconvolvematrixelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class SVGFEConvolveMatrixElement : SVGElement, ISVGFilterPrimitiveStandar
2424
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2525
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2626
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
27+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2728
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2829
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2930
| [Divisor](../../aspose.html.dom.svg.filters/svgfeconvolvematrixelement/divisor/) { get; } | Corresponds to attributedivisoron the givenfeConvolveMatrixelement. |

english/net/aspose.html.dom.svg.filters/svgfediffuselightingelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEDiffuseLightingElement : SVGElement, ISVGFilterPrimitiveStanda
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [DiffuseConstant](../../aspose.html.dom.svg.filters/svgfediffuselightingelement/diffuseconstant/) { get; } | Corresponds to attributediffuseConstanton the givenfeDiffuseLightingelement. |

english/net/aspose.html.dom.svg.filters/svgfedisplacementmapelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEDisplacementMapElement : SVGElement, ISVGFilterPrimitiveStanda
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [FirstChild](../../aspose.html.dom/node/firstchild/) { get; } | The read-only firstChild property of the [`Node`](../../aspose.html.dom/node/) interface returns the node's first child in the tree, or null if the node has no children. |

english/net/aspose.html.dom.svg.filters/svgfedistantlightelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class SVGFEDistantLightElement : SVGElement
2424
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2525
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2626
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
27+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2728
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2829
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2930
| [Elevation](../../aspose.html.dom.svg.filters/svgfedistantlightelement/elevation/) { get; } | Corresponds to attributeelevationon the givenfeDistantLightelement. |

english/net/aspose.html.dom.svg.filters/svgfedropshadowelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEDropShadowElement : SVGElement, ISVGFilterPrimitiveStandardAtt
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [Dx](../../aspose.html.dom.svg.filters/svgfedropshadowelement/dx/) { get; } | Corresponds to attributedxon the givenfeDropShadowelement. |

english/net/aspose.html.dom.svg.filters/svgfefloodelement/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SVGFEFloodElement : SVGElement, ISVGFilterPrimitiveStandardAttribut
2323
| [ChildElementCount](../../aspose.html.dom/element/childelementcount/) { get; } | Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1. |
2424
| [ChildNodes](../../aspose.html.dom/node/childnodes/) { get; } | The read-only childNodes property of the Node interface returns a live [`NodeList`](../../aspose.html.collections/nodelist/) of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments. |
2525
| [Children](../../aspose.html.dom/element/children/) { get; } | Returns the child elements of current element. |
26+
| [ClassList](../../aspose.html.dom/element/classlist/) { get; } | Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute. |
2627
| [ClassName](../../aspose.html.dom.svg/svgelement/classname/) { get; } | Corresponds to attribute ‘class’ on the given element. |
2728
| [ClassName](../../aspose.html.dom/element/classname/) { get; set; } | The class attribute of the element. This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.01. |
2829
| [FirstChild](../../aspose.html.dom/node/firstchild/) { get; } | The read-only firstChild property of the [`Node`](../../aspose.html.dom/node/) interface returns the node's first child in the tree, or null if the node has no children. |

0 commit comments

Comments
 (0)