Property | Type | Description | |
---|---|---|---|
whitespace | char[] |
Method | Description | |
---|---|---|
CalculateMarginTop ( String value, float largestFont, HtmlPipelineContext configuration ) : float | ||
CalculateMarginTop ( float value, HtmlPipelineContext configuration ) : float | ||
CheckMetricStyle ( String>.IDictionary |
||
CheckMetricStyle ( Tag t, String style ) : float | ||
DeterminePositionBetweenValueAndUnit ( String str ) : int | ||
ExtractUrl ( String url ) : String | ||
GetInstance ( ) : |
||
GetLeftAndRightMargin ( Tag t, float pageWidth ) : float | ||
IsMetricValue ( String value ) : bool | ||
IsNumericValue ( String value ) : bool | ||
IsRelativeValue ( String value ) : bool | ||
MapPutAll ( String>.IDictionary |
||
MapPutAll ( object>.IDictionary |
||
ParseBorder ( String border ) : String>.IDictionary |
||
ParseBoxValues ( String box, String pre, String post ) : String>.IDictionary |
||
ParsePxInCmMmPcToPt ( String length ) : float | ||
ParsePxInCmMmPcToPt ( String length, String defaultMetric ) : float | ||
ParseRelativeValue ( String relativeValue, float baseValue ) : float | ||
ParseValueToPt ( String value, float baseValue ) : float | ||
ProcessBackground ( String background ) : String>.IDictionary |
||
ProcessFont ( String font ) : String>.IDictionary |
||
ProcessListStyle ( String listStyle ) : String>.IDictionary |
||
StripDoubleSpacesAndTrim ( String str ) : String | ||
ValidateTextHeight ( String>.IDictionary |
Method | Description | |
---|---|---|
CssUtils ( ) : System |
public CalculateMarginTop ( String value, float largestFont, HtmlPipelineContext configuration ) : float | ||
value | String | |
largestFont | float | |
configuration | HtmlPipelineContext | |
return | float |
public CalculateMarginTop ( float value, HtmlPipelineContext configuration ) : float | ||
value | float | |
configuration | HtmlPipelineContext | |
return | float |
public CheckMetricStyle ( String>.IDictionary |
||
css | String>.IDictionary | |
style | String | |
return | float |
public CheckMetricStyle ( Tag t, String style ) : float | ||
t | Tag | |
style | String | |
return | float |
public DeterminePositionBetweenValueAndUnit ( String str ) : int | ||
str | String | |
return | int |
public GetLeftAndRightMargin ( Tag t, float pageWidth ) : float | ||
t | Tag | |
pageWidth | float | |
return | float |
public IsNumericValue ( String value ) : bool | ||
value | String | |
return | bool |
public IsRelativeValue ( String value ) : bool | ||
value | String | |
return | bool |
public static MapPutAll ( String>.IDictionary |
||
dest | String>.IDictionary | |
src | String>.IDictionary | |
return | void |
public static MapPutAll ( object>.IDictionary |
||
dest | object>.IDictionary | |
src | object>.IDictionary | |
return | void |
public ParseBorder ( String border ) : String>.IDictionary |
||
border | String | |
return | String>.IDictionary |
public ParseBoxValues ( String box, String pre, String post ) : String>.IDictionary |
||
box | String | |
pre | String | |
post | String | |
return | String>.IDictionary |
public ParsePxInCmMmPcToPt ( String length ) : float | ||
length | String | |
return | float |
public ParsePxInCmMmPcToPt ( String length, String defaultMetric ) : float | ||
length | String | |
defaultMetric | String | |
return | float |
public ParseRelativeValue ( String relativeValue, float baseValue ) : float | ||
relativeValue | String | |
baseValue | float | |
return | float |
public ParseValueToPt ( String value, float baseValue ) : float | ||
value | String | |
baseValue | float | |
return | float |
public ProcessBackground ( String background ) : String>.IDictionary |
||
background | String | |
return | String>.IDictionary |
public ProcessFont ( String font ) : String>.IDictionary |
||
font | String | |
return | String>.IDictionary |
public ProcessListStyle ( String listStyle ) : String>.IDictionary |
||
listStyle | String | |
return | String>.IDictionary |
public StripDoubleSpacesAndTrim ( String str ) : String | ||
str | String | |
return | String |
public ValidateTextHeight ( String>.IDictionary |
||
css | String>.IDictionary | |
textHeight | float | |
return | float |