Skip to main content
Skip table of contents

ITextElementArray

ITextElementArray Public interface

Description

Interface for a text element to which other objects can be added.

Diagram

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

Members

Methods

Public methods
ReturnsName
boolAdd(IElement o)
Adds an object to the TextElementArray.

Details

Summary

Interface for a text element to which other objects can be added.

Inheritance

Methods

Add
public bool Add(IElement o)
Arguments
TypeNameDescription
IElementoan object that has to be added
Summary

Adds an object to the TextElementArray.

Returns

true if the addition succeeded; false otherwise

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.