pdfHTML 6.0.0 API
iText.Html2pdf.Attach.Impl.Layout.RunningElement Class Reference

An iText.Layout.Element.IElement that serves as a placeholder for removed running element from the normal flow. More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Layout.RunningElement:

Public Member Functions

  RunningElement (RunningElementContainer runningElementContainer)
  Creates a new instance of RunningElement. More...
 

Protected Member Functions

override IRenderer  MakeNewRenderer ()
 

Detailed Description

An iText.Layout.Element.IElement that serves as a placeholder for removed running element from the normal flow.

An iText.Layout.Element.IElement that serves as a placeholder for removed running element from the normal flow. This element is designed to register where particular running element would have been placed.

Constructor & Destructor Documentation

◆ RunningElement()

iText.Html2pdf.Attach.Impl.Layout.RunningElement.RunningElement ( RunningElementContainer  runningElementContainer )
inline

Creates a new instance of RunningElement.

Parameters
runningElementContainer a container for the actual running element removed from the normal flow.