iText 5

HtmlUtilities

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

int

AlignmentValue

(string alignment)

BaseColor

DecodeColor

(string s)

string

EliminateWhiteSpace

(string content)

int

GetIndexedFontSize

(string value, string previous)

Properties

ParseAttributes

(string str)

float

ParseLength

(...)

string

RemoveComment

(string str, string startComment, string endComment)

Details

Constructors

HtmlUtilities

public HtmlUtilities()

Methods

ParseLength [1/2]

Source code

public static float ParseLength(string str)

Arguments

Type

Name

Description

string

str

ParseLength [2/2]

Source code

public static float ParseLength(string str, float actualFontSize)

Arguments

Type

Name

Description

string

str

float

actualFontSize

DecodeColor

Source code

public static BaseColor DecodeColor(string s)

Arguments

Type

Name

Description

string

s

ParseAttributes

Source code

public static Properties ParseAttributes(string str)

Arguments

Type

Name

Description

string

str

RemoveComment

Source code

public static string RemoveComment(string str, string startComment, string endComment)

Arguments

Type

Name

Description

string

str

string

startComment

string

endComment

EliminateWhiteSpace

Source code

public static string EliminateWhiteSpace(string content)

Arguments

Type

Name

Description

string

content

GetIndexedFontSize

Source code

public static int GetIndexedFontSize(string value, string previous)

Arguments

Type

Name

Description

string

value

string

previous

AlignmentValue

Source code

public static int AlignmentValue(string alignment)

Arguments

Type

Name

Description

string

alignment

Generated with ModularDoc