Class Guideline

Class Guideline

Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.2.0)

Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques.

Guidelines are a list of acceptance criteria with type RuleDirectory{Criterion}.

[ComVisible(true)]
public class Guideline : Rule, IRule

Inheritance

objectRuleGuideline

Implements

IRule

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

GetCriterion(string)

Get Criterion by code from WCAG

public Criterion GetCriterion(string code)

Parameters

code string

criterion code

Returns

Criterion

Criterion object

GetCriterions()

Get all the criteria contained in the Guideline

public Criterion[] GetCriterions()

Returns

Criterion[]

list of Criterion