Table of Contents

Interface ILeafElementRenderer

Namespace
iText.Layout.Renderer
Assembly
itext.layout.dll
public interface ILeafElementRenderer : IRenderer, IPropertyContainer
Inherited Members

Methods

GetAscent()

Gets the maximum offset above the base line that this ILeafElementRenderer extends to.

float GetAscent()

Returns

float

the upwards vertical offset of this ILeafElementRenderer

GetDescent()

Gets the maximum offset below the base line that this ILeafElementRenderer extends to.

float GetDescent()

Returns

float

the downwards vertical offset of this ILeafElementRenderer