pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Wrapelement.SpanWrapper Class Reference

Wrapper for the span element. More...

Inheritance diagram for iText.Html2pdf.Attach.Wrapelement.SpanWrapper:
iText.Html2pdf.Attach.Wrapelement.IWrapElement

Public Member Functions

virtual void  Add (SpanWrapper span)
  Adds a child span. More...
 
virtual void  Add (ILeafElement img)
  Adds a child image. More...
 
virtual void  Add (IBlockElement block)
  Adds a child block element. More...
 
virtual void  AddAll (ICollection< IElement > collection)
  Adds a collection of lead elements as children. More...
 
virtual IList< IPropertyContainer >  GetElements ()
  Gets a list of all the child elements. More...
 

Detailed Description

Wrapper for the span element.

Member Function Documentation

◆ Add() [1/3]

virtual void iText.Html2pdf.Attach.Wrapelement.SpanWrapper.Add ( IBlockElement  block )
inlinevirtual

Adds a child block element.

Parameters
block the block element to add

◆ Add() [2/3]

virtual void iText.Html2pdf.Attach.Wrapelement.SpanWrapper.Add ( ILeafElement  img )
inlinevirtual

Adds a child image.

Parameters
img the img element to add

◆ Add() [3/3]

virtual void iText.Html2pdf.Attach.Wrapelement.SpanWrapper.Add ( SpanWrapper  span )
inlinevirtual

Adds a child span.

Parameters
span the span element to add

◆ AddAll()

virtual void iText.Html2pdf.Attach.Wrapelement.SpanWrapper.AddAll ( ICollection< IElement >  collection )
inlinevirtual

Adds a collection of lead elements as children.

Parameters
collection the collection to add

◆ GetElements()

virtual IList iText.Html2pdf.Attach.Wrapelement.SpanWrapper.GetElements ( )
inlinevirtual

Gets a list of all the child elements.

Returns
the child elements