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 |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
key) |
|
,
> |
() |
|
|
(
key,
value) |
Details
Methods
GetAccessibleAttribute
public PdfObject GetAccessibleAttribute(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
SetAccessibleAttribute
public void SetAccessibleAttribute(PdfName key, PdfObject value)
Arguments
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