Skip to content

Commit 2b65023

Browse files
Added visibility members
1 parent f366d54 commit 2b65023

File tree

562 files changed

+1176
-0
lines changed

Some content is hidden

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

562 files changed

+1176
-0
lines changed

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [Details](../../aspose.html.accessibility.results/validationresult/details/) { get; } | Validation result details |
2223
| [Success](../../aspose.html.accessibility.results/validationresult/success/) { get; } | The result of validation. |
2324

25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

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

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

17+
## Public Members
1718
## Methods
1819

1920
| Name | Description |

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

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

17+
## Public Members
1718
## Methods
1819

1920
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2223
| [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 |
2324
25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The interface describes the error of the validation
1414
public interface IError
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |

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

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

17+
## Members
1718
## Properties
1819

1920
| Name | Description |

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Describes the result of the technique validation.
1414
public interface ITechniqueResult
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2223
| [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 |
2324
25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |

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

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The ValidationBuilder class provides concrete implementations of the configurati
1414
public class ValidationBuilder
1515
```
1616

17+
## Public Members
1718
## Properties
1819

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

26+
## Public Members
2527
## Methods
2628

2729
| Name | Description |

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

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

17+
## Public Members
1718
## Constructors
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [WebAccessibility](webaccessibility/)() | Initializes a new instance of the WebAccessibility class. |
2223

24+
## Public Members
2325
## Properties
2426

2527
| Name | Description |
2628
| --- | --- |
2729
| [Rules](../../aspose.html.accessibility/webaccessibility/rules/) { get; } | Return list of all rules |
2830

31+
## Public Members
2932
## Methods
3033

3134
| Name | Description |

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

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ 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
1718
## Properties
1819

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

26+
## Public Members
2527
## Methods
2628

2729
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| 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. |
2223
| abstract [Length](../../aspose.html.collections/htmlcollection/length/) { get; } | The number of nodes in the list. |
2324

25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

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

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

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [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) |
2223
| [Length](../../aspose.html.collections/namednodemap/length/) { get; } | The number of nodes in this map. |
2324

25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

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

+2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ 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
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| 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. |
2223
| abstract [Length](../../aspose.html.collections/nodelist/length/) { get; } | The number of nodes in the list. |
2324

25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

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

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

19+
## Public Members
1920
## Methods
2021

2122
| Name | Description |

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

+2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Inline content object for merging processing.
1414
public sealed class TemplateContentOptions
1515
```
1616

17+
## Public Members
1718
## Constructors
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [TemplateContentOptions](templatecontentoptions/)(*string, [TemplateContent](../templatecontent/)*) | Inline (String) based initialization |
2223

24+
## Public Members
2325
## Properties
2426

2527
| Name | Description |

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

+2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Merging (User) data object.
1414
public sealed class TemplateData
1515
```
1616

17+
## Public Members
1718
## Constructors
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [TemplateData](templatedata/#constructor_1)(*string*) | Absolute path to data file (XML, JSON) based on initialization. |
2223
| [TemplateData](templatedata/#constructor)(*[TemplateContentOptions](../templatecontentoptions/)*) | Inline content based on initialization (XML, JSON). |
2324

25+
## Public Members
2426
## Properties
2527

2628
| Name | Description |

english/net/aspose.html.diagnostics/idiagnosticsbuilder/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ An interface for configuring diagnostic tools.
1414
public interface IDiagnosticsBuilder
1515
```
1616

17+
## Members
1718
## Methods
1819

1920
| Name | Description |

english/net/aspose.html.dom.attributes/domconstructorattribute/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Specifies a constructor that is defined by the W3C.
1515
public sealed class DOMConstructorAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |

english/net/aspose.html.dom.attributes/domnameattribute/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ Specifies the official DOM object name as it defined by the W3C.
1515
public sealed class DOMNameAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |
2122
| --- | --- |
2223
| [DOMNameAttribute](domnameattribute/)(*string*) | Initializes a new instance of the `DOMNameAttribute` class. |
2324

25+
## Public Members
2426
## Properties
2527

2628
| Name | Description |

english/net/aspose.html.dom.attributes/domnamedpropertygetterattribute/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Specifies that the method will be used as named property getter.
1515
public sealed class DOMNamedPropertyGetterAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |

english/net/aspose.html.dom.attributes/domnointerfaceobjectattribute/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If the [NoInterfaceObject] extended attribute appears on an interface, it indica
1515
public sealed class DOMNoInterfaceObjectAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |

english/net/aspose.html.dom.attributes/domnullableattribute/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Specifies a DOM object can be assigned null value.
1515
public sealed class DOMNullableAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |

english/net/aspose.html.dom.attributes/domobjectattribute/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Specifies that object is marked with this attribute is defined by the W3C.
1515
public sealed class DOMObjectAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |

english/net/aspose.html.dom.attributes/domtreatnullasattribute/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ Indicates that null of the member value will be treated as specified value.
1515
public sealed class DOMTreatNullAsAttribute : Attribute
1616
```
1717

18+
## Public Members
1819
## Constructors
1920

2021
| Name | Description |
2122
| --- | --- |
2223
| [DOMTreatNullAsAttribute](domtreatnullasattribute/)(*Typeobject*) | Initializes a new instance of the `DOMTreatNullAsAttribute` class. |
2324

25+
## Public Members
2426
## Properties
2527

2628
| Name | Description |

english/net/aspose.html.dom.canvas/icanvasdrawingstyles/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The ICanvasDrawingStyles interface provides methods and properties control how l
1414
public interface ICanvasDrawingStyles
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |
@@ -27,6 +28,7 @@ public interface ICanvasDrawingStyles
2728
| [TextAlign](../../aspose.html.dom.canvas/icanvasdrawingstyles/textalign/) { getset; } | Text alignment setting. Possible values: start (default), end, left, right or center. |
2829
| [TextBaseline](../../aspose.html.dom.canvas/icanvasdrawingstyles/textbaseline/) { getset; } | Baseline alignment setting. Possible values: top, hanging, middle, alphabetic (default), ideographic, bottom. |
2930

31+
## Members
3032
## Methods
3133

3234
| Name | Description |

english/net/aspose.html.dom.canvas/icanvasgradient/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Represents an opaque object describing a gradient.
1414
public interface ICanvasGradient
1515
```
1616

17+
## Members
1718
## Methods
1819

1920
| Name | Description |

english/net/aspose.html.dom.canvas/icanvaspathmethods/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The ICanvasPathMethods interface is used to manipulate paths of objects.
1414
public interface ICanvasPathMethods
1515
```
1616

17+
## Members
1718
## Methods
1819

1920
| Name | Description |

english/net/aspose.html.dom.canvas/icanvaspattern/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Represents an opaque object describing a pattern, based on an image, a canvas or
1414
public interface ICanvasPattern
1515
```
1616

17+
## Members
1718
## Methods
1819

1920
| Name | Description |

english/net/aspose.html.dom.canvas/icanvasrenderingcontext2d/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The ICanvasRenderingContext2D interface is used for drawing rectangles, text, im
1414
public interface ICanvasRenderingContext2D : ICanvasDrawingStyles, ICanvasPathMethods
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |
@@ -29,6 +30,7 @@ public interface ICanvasRenderingContext2D : ICanvasDrawingStyles, ICanvasPathMe
2930
| [ShadowOffsetY](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/shadowoffsety/) { getset; } | Vertical distance the shadow will be offset. Default 0. |
3031
| [StrokeStyle](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/strokestyle/) { getset; } | Color or style to use for the lines around shapes. Default: (black). |
3132

33+
## Members
3234
## Methods
3335

3436
| Name | Description |

0 commit comments

Comments
 (0)