pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Tags.AbbrTagWorker Class Reference

Tag worker class for the abbr element. More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Tags.AbbrTagWorker:
iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker iText.Html2pdf.Attach.ITagWorker iText.Html2pdf.Attach.Impl.Tags.IDisplayAware

Public Member Functions

  AbbrTagWorker (IElementNode tag, ProcessorContext context)
  Creates a new AbbrTagWorker instance. More...
 
override bool  ProcessContent (String content, ProcessorContext context)
  Placeholder for what needs to be done while the content of a tag is being processed. More...
 
override void  ProcessEnd (IElementNode element, ProcessorContext context)
  Placeholder for what needs to be done after the content of a tag has been processed. More...
 
- Public Member Functions inherited from iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker
  SpanTagWorker (IElementNode element, ProcessorContext context)
  Creates a new SpanTagWorker instance. More...
 
virtual bool  ProcessTagChild (ITagWorker childTagWorker, ProcessorContext context)
  Placeholder for what needs to be done when a child node is being processed. More...
 
virtual IList< IPropertyContainer >  GetAllElements ()
  Gets all the elements in the span. More...
 
virtual IList< IPropertyContainer >  GetOwnLeafElements ()
  Gets the span's own leaf elements. More...
 
virtual IPropertyContainer  GetElementResult ()
  Gets a processed object if it can be expressed as an iText.Layout.IPropertyContainer instance. More...
 
virtual String  GetDisplay ()
  Gets the display value. More...
 

Detailed Description

Tag worker class for the abbr element.

Constructor & Destructor Documentation

◆ AbbrTagWorker()

iText.Html2pdf.Attach.Impl.Tags.AbbrTagWorker.AbbrTagWorker ( IElementNode  tag,
ProcessorContext  context 
)
inline

Creates a new AbbrTagWorker instance.

Parameters
tag the tag
context the context

Member Function Documentation

◆ ProcessContent()

override bool iText.Html2pdf.Attach.Impl.Tags.AbbrTagWorker.ProcessContent ( String  content,
ProcessorContext  context 
)
inlinevirtual

Placeholder for what needs to be done while the content of a tag is being processed.

Parameters
content the content of a node
context the processor context
Returns
true, if content was successfully processed, otherwise false.

Reimplemented from iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker.

◆ ProcessEnd()

override void iText.Html2pdf.Attach.Impl.Tags.AbbrTagWorker.ProcessEnd ( IElementNode  element,
ProcessorContext  context 
)
inlinevirtual

Placeholder for what needs to be done after the content of a tag has been processed.

Parameters
element the element node
context the processor context

Reimplemented from iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker.