Skip to main content
Skip table of contents

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
TypeNameMethods
AccessibleElementIdIDget, set
boolIsInlineget
PdfNameRoleget, set

Methods

Public methods

Details

Methods

GetAccessibleAttribute
public PdfObject GetAccessibleAttribute(PdfName key)
Arguments
TypeNameDescription
PdfNamekey
SetAccessibleAttribute
public void SetAccessibleAttribute(PdfName key, PdfObject value)
Arguments
TypeNameDescription
PdfNamekey
PdfObjectvalue
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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.