Class AccessibilityRules
Class AccessibilityRules
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
הפניה מהירה לדרישות הנגישות לתוכן אינטרנט (WCAG) 2 (קריטריוני הצלחה) וטכניקות.
מכיל רשימה של עקרונות.
https://www.w3.org/WAI/WCAG21/quickref/
[ComVisible(true)]
public class AccessibilityRules
ירושה
חברים ירושים
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
שיטות
GetPrinciple(string)
קבל עיקרון לפי קוד מ-WCAG
public Principle GetPrinciple(string code)
פרמטרים
code
string
קוד עיקרון מ-WCAG
מחזיר
אובייקט עיקרון
GetPrinciples()
קבל רשימה של כל הכללים מההפניה המהירה
public IEnumerable<principle> GetPrinciples()
מחזיר
IEnumerable<Principle>
רשימה של אובייקטי עקרון
GetRules(params string[])
קבל כללים לפי קודים מ-WCAG עם סוג IRule
public IList<irule> GetRules(params string[] codes)
פרמטרים
codes
string[]
רשימה של קודי כללים מ-WCAG
מחזיר
אובייקט IList{IRule}