IPdfStructureElement 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.IPdfStructureElement[[IPdfStructureElement]] class iTextSharp.text.pdf.interfaces.IPdfStructureElement interfaceStyle; end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
name) |
|
|
(
name,
obj) |
Details
Methods
GetAttribute
public PdfObject GetAttribute(PdfName name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
SetAttribute
public void SetAttribute(PdfName name, PdfObject obj)
Arguments
Generated with ModularDoc