iText 5

IAccessibleElement

IAccessibleElement Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.interfaces iTextSharp.text.pdf.interfaces.IAccessibleElement[[IAccessibleElement]] class iTextSharp.text.pdf.interfaces.IAccessibleElement interfaceStyle; end

Members

Properties

Public properties

Type

Name

Methods

AccessibleElementId

ID

get, set

bool

IsInline

get

PdfName

Role

get, set

Methods

Public methods

Details

Methods

GetAccessibleAttribute

public PdfObject GetAccessibleAttribute(PdfName key)

Arguments

Type

Name

Description

PdfName

key

SetAccessibleAttribute

public void SetAccessibleAttribute(PdfName key, PdfObject value)

Arguments

Type

Name

Description

PdfName

key

PdfObject

value

GetAccessibleAttributes

public Dictionary<PdfName, PdfObject> GetAccessibleAttributes()

Properties

Role

public PdfName Role { get; set; }

ID

public AccessibleElementId ID { get; set; }

IsInline

public bool IsInline { get; }

Generated with ModularDoc