pdfHTML 6.0.0 API
|
Wrapper for the col
element. More...
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... |
|
virtual void | SetLang (String lang) |
Sets the language attribute. More... |
|
virtual String | GetLang () |
Gets the language attribute. More... |
|
Wrapper for the col
element.
|
inline |
Creates a new ColWrapper instance.
span | the span |
|
inlinevirtual |
Gets the cell CSS properties.
|
inlinevirtual |
Gets the language attribute.
|
inlinevirtual |
Gets the own CSS properties.
|
inlinevirtual |
Gets the span.
|
inlinevirtual |
Gets the width.
|
inlinevirtual |
Sets the cell CSS properties.
cellCssProps | the cell CSS properties |
|
inlinevirtual |
Sets the language attribute.
lang | the lang attribute |
|
inlinevirtual |
Sets the own CSS properties.
ownCssProps | the own CSS properties |
|
inlinevirtual |