Class Principle
Class Principle
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.2.0)
Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection{Guideline}. The object is not allowed to be created outside the assembly.
https://www.w3.org/WAI/fundamentals/accessibility-principles/
[ComVisible(true)]
public class Principle : Rule, IRule
Inheritance
Implements
Inherited Members
Rule.Code, Rule.Description, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
GetGuideline(string)
Get by WCAG code for Guideline
public Guideline GetGuideline(string code)
Parameters
code
string
Guideline code
Returns
Guideline object
GetGuidelines()
Get all the Guidelines contained in the Principle
public Guideline[] GetGuidelines()
Returns
list of Guidelines