Skip to content

Commit 9ecccdf

Browse files
Fixed headers
1 parent 6b4fb30 commit 9ecccdf

File tree

542 files changed

+2427
-3552
lines changed

Some content is hidden

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

542 files changed

+2427
-3552
lines changed

english/net/aspose.html.accessibility.results/rulevalidationresult/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Class - result of rule check, contains a list of [`ITechniqueResult`](../../aspo
1414
public class RuleValidationResult
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility.results/validationresult/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ The main result class, that contains Results for all Criterion from Accessibilit
1414
public class ValidationResult
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| [Details](../../aspose.html.accessibility.results/validationresult/details/) { get; } | Validation result details |
2322
| [Success](../../aspose.html.accessibility.results/validationresult/success/) { get; } | The result of validation. |
2423

25-
## Public Members
2624
## Methods
2725

2826
| Name | Description |

english/net/aspose.html.accessibility/accessibilityrules/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (s
1414
public class AccessibilityRules
1515
```
1616

17-
## Public Members
1817
## Methods
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/accessibilityvalidator/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The validator class handles quick reference rules. Contains a Validate method to
1414
public class AccessibilityValidator
1515
```
1616

17-
## Public Members
1817
## Methods
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/criterion/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Verifiable success criteria are provided for each recommendation, so WCAG 2.0 ca
1414
public class Criterion : Rule
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/guideline/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ Guidelines - the next level after principles. There are not testable, but outlin
1414
public class Guideline : Rule
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2322
| [Description](../../aspose.html.accessibility/rule/description/) { get; } | Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2423
25-
## Public Members
2624
## Methods
2725

2826
| Name | Description |

english/net/aspose.html.accessibility/ierror/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The interface describes the error of the validation
1414
public interface IError
1515
```
1616

17-
## Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/irule/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Interface describing the main properties of the rules.
1414
public interface IRule
1515
```
1616

17-
## Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/itechniqueresult/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Describes the result of the technique validation.
1414
public interface ITechniqueResult
1515
```
1616

17-
## Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/principle/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ Accessibility Principle - The highest levels that provide the foundation of web
1414
public class Principle : Rule
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2322
| [Description](../../aspose.html.accessibility/rule/description/) { get; } | Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2423
25-
## Public Members
2624
## Methods
2725

2826
| Name | Description |

english/net/aspose.html.accessibility/rule/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ An abstract class that defines the characteristics of a Rule and implements inte
1414
public abstract class Rule : IRule
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/target/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Class contains item of html or css element where the error was found.
1414
public class Target
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |

english/net/aspose.html.accessibility/validationbuilder/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The ValidationBuilder class provides concrete implementations of the configurati
1414
public class ValidationBuilder
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
@@ -23,7 +22,6 @@ public class ValidationBuilder
2322
| static [Default](../../aspose.html.accessibility/validationbuilder/default/) { get; } | Default settings: only General technologies is used and for Lowest criterion level |
2423
| static [None](../../aspose.html.accessibility/validationbuilder/none/) { get; } | None settings - none of the parameters are specified. |
2524

26-
## Public Members
2725
## Methods
2826

2927
| Name | Description |

english/net/aspose.html.accessibility/webaccessibility/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,18 @@ Object to Web Content Accessibility Guidelines (WCAG) 2 requirements (success cr
1414
public class WebAccessibility
1515
```
1616

17-
## Public Members
1817
## Constructors
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| [WebAccessibility](webaccessibility/)() | Initializes a new instance of the WebAccessibility class. |
2322

24-
## Public Members
2523
## Properties
2624

2725
| Name | Description |
2826
| --- | --- |
2927
| [Rules](../../aspose.html.accessibility/webaccessibility/rules/) { get; } | Return list of all rules |
3028

31-
## Public Members
3229
## Methods
3330

3431
| Name | Description |

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The DOMTokenList class represents a set of space-separated tokens. It is indexed
1414
public class DOMTokenList : DOMObject, IEnumerable<string>
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
@@ -23,7 +22,6 @@ public class DOMTokenList : DOMObject, IEnumerable<string>
2322
| [Length](../../aspose.html.collections/domtokenlist/length/) { get; } | Returns an ulong which represents the number of tokens stored in this list. |
2423
| [Value](../../aspose.html.collections/domtokenlist/value/) { getset; } | Gets or sets the value of a corresponding attribute. |
2524

26-
## Public Members
2725
## Methods
2826

2927
| Name | Description |

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ The `HTMLCollection` represents a generic collection of [`Element`](../../aspose
1414
public abstract class HTMLCollection : DOMObject, IEnumerable<Element>
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| abstract [Item](../../aspose.html.collections/htmlcollection/item/) { get; } | Returns the index-th item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null. |
2322
| abstract [Length](../../aspose.html.collections/htmlcollection/length/) { get; } | The number of nodes in the list. |
2423

25-
## Public Members
2624
## Methods
2725

2826
| Name | Description |

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ Represents collections of attributes that can be accessed by name.
1414
public class NamedNodeMap : DOMObject
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| [Item](../../aspose.html.collections/namednodemap/item/) { get; } | Returns the index-th item in the map. If index is greater than or equal to the number of nodes in this map, this returns null. (2 indexers) |
2322
| [Length](../../aspose.html.collections/namednodemap/length/) { get; } | The number of nodes in this map. |
2423

25-
## Public Members
2624
## Methods
2725

2826
| Name | Description |

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ The NodeList provides the abstraction of an ordered collection of nodes, without
1414
public abstract class NodeList : DOMObject, IEnumerable<Node>
1515
```
1616

17-
## Public Members
1817
## Properties
1918

2019
| Name | Description |
2120
| --- | --- |
2221
| abstract [Item](../../aspose.html.collections/nodelist/item/) { get; } | Method returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null. |
2322
| abstract [Length](../../aspose.html.collections/nodelist/length/) { get; } | The number of nodes in the list. |
2423

25-
## Public Members
2624
## Methods
2725

2826
| Name | Description |

english/net/aspose.html.converters/converter/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ More detailed conversion specific info you can obtain on [Aspose Documentation](
1616
public static class Converter
1717
```
1818

19-
## Public Members
2019
## Methods
2120

2221
| Name | Description |

0 commit comments

Comments
 (0)