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

상속

objectAccessibilityRules

상속된 멤버

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의 원칙 코드

반환 값

Principle

원칙 객체

GetPrinciples()

빠른 참조에서 모든 규칙 목록을 가져옵니다.

public IEnumerable<principle> GetPrinciples()

반환 값

IEnumerable<Principle&gt;

원칙 객체 목록

GetRules(params string[])

WCAG에서 IRule 유형으로 코드를 통해 규칙을 가져옵니다.

public IList<irule> GetRules(params string[] codes)

매개변수

codes string[]

WCAG의 규칙 코드 목록

반환 값

IList<IRule&gt;

IList{IRule} 객체

 한국어