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

Wrapper for the col element. More...

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

Public Member Functions

  ColWrapper (int span)
  Creates a new ColWrapper instance. More...
 
virtual int  GetSpan ()
  Gets the span. More...
 
virtual UnitValue  GetWidth ()
  Gets the width. More...
 
virtual iText.Html2pdf.Attach.Wrapelement.ColWrapper  SetWidth (UnitValue width)
  Sets the width. More...
 
virtual IDictionary< String, String >  GetCellCssProps ()
  Gets the cell CSS properties. More...
 
virtual iText.Html2pdf.Attach.Wrapelement.ColWrapper  SetCellCssProps (IDictionary< String, String > cellCssProps)
  Sets the cell CSS properties. More...
 
virtual IDictionary< String, String >  GetOwnCssProps ()
  Gets the own CSS properties. More...
 
virtual iText.Html2pdf.Attach.Wrapelement.ColWrapper  SetOwnCssProps (IDictionary< String, String > ownCssProps)
  Sets the own CSS properties. More...
 

Detailed Description

Wrapper for the col element.

Constructor & Destructor Documentation

◆ ColWrapper()

iText.Html2pdf.Attach.Wrapelement.ColWrapper.ColWrapper ( int  span )
inline

Creates a new ColWrapper instance.

Parameters
span the span

Member Function Documentation

◆ GetCellCssProps()

virtual IDictionary iText.Html2pdf.Attach.Wrapelement.ColWrapper.GetCellCssProps ( )
inlinevirtual

Gets the cell CSS properties.

Returns
the cell CSS properties

◆ GetOwnCssProps()

virtual IDictionary iText.Html2pdf.Attach.Wrapelement.ColWrapper.GetOwnCssProps ( )
inlinevirtual

Gets the own CSS properties.

Returns
the own CSS properties

◆ GetSpan()

virtual int iText.Html2pdf.Attach.Wrapelement.ColWrapper.GetSpan ( )
inlinevirtual

Gets the span.

Returns
the span

◆ GetWidth()

virtual UnitValue iText.Html2pdf.Attach.Wrapelement.ColWrapper.GetWidth ( )
inlinevirtual

Gets the width.

Returns
the width

◆ SetCellCssProps()

virtual iText.Html2pdf.Attach.Wrapelement.ColWrapper iText.Html2pdf.Attach.Wrapelement.ColWrapper.SetCellCssProps ( IDictionary< String, String >  cellCssProps )
inlinevirtual

Sets the cell CSS properties.

Parameters
cellCssProps the cell CSS properties
Returns
this ColWrapper instance

◆ SetOwnCssProps()

virtual iText.Html2pdf.Attach.Wrapelement.ColWrapper iText.Html2pdf.Attach.Wrapelement.ColWrapper.SetOwnCssProps ( IDictionary< String, String >  ownCssProps )
inlinevirtual

Sets the own CSS properties.

Parameters
ownCssProps the own CSS properties
Returns
this ColWrapper instance

◆ SetWidth()

virtual iText.Html2pdf.Attach.Wrapelement.ColWrapper iText.Html2pdf.Attach.Wrapelement.ColWrapper.SetWidth ( UnitValue  width )
inlinevirtual

Sets the width.

Parameters
width the width
Returns
this ColWrapper instance