|
iText 9.7.0 API
|
A marker subinterface of IElement that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy. More...
Additional Inherited Members |
|
Public Member Functions inherited from iText.Layout.Element.IElement |
|
| void | SetNextRenderer (IRenderer renderer) |
| Overrides the iText.Layout.Renderer.IRenderer instance which will be returned by the next call to the GetRenderer(). More... |
|
| IRenderer | GetRenderer () |
| Gets a renderer for this element. More... |
|
| IRenderer | CreateRendererSubTree () |
| Creates a renderer subtree with root in the current element. More... |
|
Public Member Functions inherited from iText.Layout.IPropertyContainer |
|
| bool | HasProperty (int property) |
| Checks if this entity has the specified property. More... |
|
| bool | HasOwnProperty (int property) |
| Checks if this entity has the specified property, i.e. if it was set to this very element earlier More... |
|
| T1 | GetProperty< T1 > (int property) |
| Gets the property from this entity. More... |
|
| T1 | GetOwnProperty< T1 > (int property) |
| Gets own property from this entity. More... |
|
| T1 | GetDefaultProperty< T1 > (int property) |
| Gets the default property from this entity. More... |
|
| void | SetProperty (int property, Object value) |
| Sets a property for this entity. More... |
|
| void | DeleteOwnProperty (int property) |
| Deletes the own property of this entity. More... |
|
A marker subinterface of IElement that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy.
A marker subinterface of IElement that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy. A leaf element must not act as a container for other elements.