iText 5

IElementListener

IElementListener Public interface

Description

A class that implements ElementListener will perform some actions when an Element is added.

Diagram

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

Members

Methods

Public methods

Returns

Name

bool

Add

(

IElement

element)
Signals that an Element was added to the Document.

Details

Summary

A class that implements ElementListener will perform some actions when an Element is added.

Methods

Add

public bool Add(IElement element)

Arguments

Type

Name

Description

IElement

element

Element added

Summary

Signals that an Element was added to the Document.

Returns

true if the element was added, false if not.

Generated with ModularDoc