pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Tags.IDisplayAware Interface Reference

Interface for those TagWorker implementations that deal with tags that can have a display value. More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Tags.IDisplayAware:
iText.Html2pdf.Attach.Impl.Tags.DivTagWorker iText.Html2pdf.Attach.Impl.Tags.InputTagWorker iText.Html2pdf.Attach.Impl.Tags.PTagWorker iText.Html2pdf.Attach.Impl.Tags.RunningElementTagWorker iText.Html2pdf.Attach.Impl.Tags.SelectTagWorker iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker iText.Html2pdf.Attach.Impl.Tags.TableTagWorker iText.Html2pdf.Attach.Impl.Tags.TdTagWorker iText.Html2pdf.Attach.Impl.Tags.TextAreaTagWorker

Public Member Functions

String  GetDisplay ()
  Gets the display value. More...
 

Detailed Description

Interface for those TagWorker implementations that deal with tags that can have a display value.

Member Function Documentation

◆ GetDisplay()