pdfHTML 2.1.6 API
iText.Html2pdf.Css.Apply.Util.SupportedColColgroupPropertiesUtil Class Reference

Utilities class to get widths and mapping related to columns and column groups as stated in paragraph 17.3 of https://www.w3.org/TR/CSS21/tables.html#q4. More...

Static Public Member Functions

static UnitValue  GetWidth (IDictionary< String, String > resolvedCssProps, ProcessorContext context)
  Gets the width. More...
 
static IDictionary< String, String >  GetCellProperties (IDictionary< String, String > resolvedCssProps)
  Gets the cell properties. More...
 
static IDictionary< String, String >  GetOwnProperties (IDictionary< String, String > resolvedCssProps)
  Gets the own properties. More...
 

Detailed Description

Utilities class to get widths and mapping related to columns and column groups as stated in paragraph 17.3 of https://www.w3.org/TR/CSS21/tables.html#q4.

Member Function Documentation

◆ GetCellProperties()

static IDictionary iText.Html2pdf.Css.Apply.Util.SupportedColColgroupPropertiesUtil.GetCellProperties ( IDictionary< String, String >  resolvedCssProps )
inlinestatic

Gets the cell properties.

Parameters
resolvedCssProps the resolved CSS properties
Returns
the cell properties

◆ GetOwnProperties()

static IDictionary iText.Html2pdf.Css.Apply.Util.SupportedColColgroupPropertiesUtil.GetOwnProperties ( IDictionary< String, String >  resolvedCssProps )
inlinestatic

Gets the own properties.

Parameters
resolvedCssProps the resolved css props
Returns
the own properties

◆ GetWidth()

static UnitValue iText.Html2pdf.Css.Apply.Util.SupportedColColgroupPropertiesUtil.GetWidth ( IDictionary< String, String >  resolvedCssProps,
ProcessorContext  context 
)
inlinestatic

Gets the width.

Parameters
resolvedCssProps the resolved CSS properties
context the processor context
Returns
the width