pdfHTML 6.0.0 API
|
Interface for those TagWorker implementations that deal with tags that can have a display value. More...
Public Member Functions |
|
String | GetDisplay () |
Gets the display value. More... |
|
Interface for those TagWorker implementations that deal with tags that can have a display value.
String iText.Html2pdf.Attach.Impl.Tags.IDisplayAware.GetDisplay | ( | ) |
Gets the display value.
Implemented in iText.Html2pdf.Attach.Impl.Tags.PTagWorker, iText.Html2pdf.Attach.Impl.Tags.DivTagWorker, iText.Html2pdf.Attach.Impl.Tags.InputTagWorker, iText.Html2pdf.Attach.Impl.Tags.TableTagWorker, iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker, iText.Html2pdf.Attach.Impl.Tags.TdTagWorker, iText.Html2pdf.Attach.Impl.Tags.TextAreaTagWorker, iText.Html2pdf.Attach.Impl.Tags.SelectTagWorker, iText.Html2pdf.Attach.Impl.Tags.DisplayFlexTagWorker, and iText.Html2pdf.Attach.Impl.Tags.RunningElementTagWorker.