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
Details
Summary
Interface for a text element to which other objects can be added.
Inheritance
Methods
Add
public bool Add(IElement o)
Arguments
Type | Name | Description |
---|---|---|
IElement | o | an object that has to be added |
Summary
Adds an object to the TextElementArray.
Returns
true if the addition succeeded; false otherwise
Generated with ModularDoc