pdfHTML 5.0.4 API
iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper Class Reference

Wrapper for the colgroup element. More...

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

Public Member Functions

  ColgroupWrapper (int span)
  Creates a new ColgroupWrapper instance. More...
 
virtual int  GetSpan ()
  Gets the span. More...
 
virtual UnitValue  GetWidth ()
  Gets the width. More...
 
virtual iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper  SetWidth (UnitValue width)
  Sets the width. More...
 
virtual IDictionary< String, String >  GetCellCssProps ()
  Gets the cell CSS properties. More...
 
virtual iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper  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.ColgroupWrapper  SetOwnCssProps (IDictionary< String, String > ownCssProps)
  Sets the own CSS properties. More...
 
virtual IList< ColWrapper GetColumns ()
  Gets the columns. More...
 
virtual iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper  FinalizeCols ()
  Finalize the columns. More...
 
virtual ColWrapper  GetColumnByIndex (int index)
  Gets the column by index. More...
 
virtual void  SetLang (String lang)
  Sets the language attribute. More...
 
virtual String  GetLang ()
  Gets the language attribute. More...
 

Detailed Description

Wrapper for the colgroup element.

Constructor & Destructor Documentation

◆ ColgroupWrapper()

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

Creates a new ColgroupWrapper instance.

Parameters
span the span

Member Function Documentation

◆ FinalizeCols()

virtual iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper.FinalizeCols ( )
inlinevirtual

Finalize the columns.

Returns
this ColgroupWrapper instance

◆ GetCellCssProps()

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

Gets the cell CSS properties.

Returns
the cell CSS properties

◆ GetColumnByIndex()

virtual ColWrapper iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper.GetColumnByIndex ( int  index )
inlinevirtual

Gets the column by index.

Parameters
index the index
Returns
the column corresponding with the index

◆ GetColumns()

virtual IList<ColWrapper> iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper.GetColumns ( )
inlinevirtual

Gets the columns.

Returns
the columns

◆ GetLang()

virtual String iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper.GetLang ( )
inlinevirtual

Gets the language attribute.

Returns
the lang attribute

◆ GetOwnCssProps()

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

Gets the own CSS properties.

Returns
the own CSS properties

◆ GetSpan()

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

Gets the span.

Returns
the span

◆ GetWidth()

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

Gets the width.

Returns
the width

◆ SetCellCssProps()

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

Sets the cell CSS properties.

Parameters
cellCssProps the cell CSS properties
Returns
this ColgroupWrapper instance

◆ SetLang()

virtual void iText.Html2pdf.Attach.Wrapelement.ColgroupWrapper.SetLang ( String  lang )
inlinevirtual

Sets the language attribute.

Parameters
lang the lang attribute

◆ SetOwnCssProps()

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

Sets the own CSS properties.

Parameters
ownCssProps the own CSS properties
Returns
this ColgroupWrapper instance

◆ SetWidth()

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

Sets the width.

Parameters
width the width
Returns
this ColgroupWrapper instance