Skip to main content
Skip table of contents

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
ReturnsName
boolAdd(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
TypeNameDescription
IElementelementElement added
Summary

Signals that an Element was added to the Document.

Returns

true if the element was added, false if not.

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.