Table of Contents

Interface IAbstractElement

Namespace
iText.Layout.Element
Assembly
itext.layout.dll

The interface represents abstract layout element and provides an access to its children.

public interface IAbstractElement : IElement, IPropertyContainer
Inherited Members

Methods

GetChildren()

Gets the child elements of this elements.

IList<IElement> GetChildren()

Returns

IList<IElement>

a list of children