HtmlUtilities Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.html iTextSharp.text.html.HtmlUtilities[[HtmlUtilities]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Constructors
HtmlUtilities
public HtmlUtilities()
Methods
ParseLength [1/2]
Source code
public static float ParseLength(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
ParseLength [2/2]
Source code
public static float ParseLength(string str, float actualFontSize)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
|
|
|
actualFontSize |
DecodeColor
Source code
public static BaseColor DecodeColor(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
ParseAttributes
Source code
public static Properties ParseAttributes(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
RemoveComment
Source code
public static string RemoveComment(string str, string startComment, string endComment)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
|
|
|
startComment |
|
|
|
endComment |
EliminateWhiteSpace
Source code
public static string EliminateWhiteSpace(string content)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
GetIndexedFontSize
Source code
public static int GetIndexedFontSize(string value, string previous)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
|
|
|
previous |
AlignmentValue
Source code
public static int AlignmentValue(string alignment)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
alignment |
Generated with ModularDoc