iText 5

HtmlEncoder

HtmlEncoder Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.html iTextSharp.text.html.HtmlEncoder[[HtmlEncoder]] end

Members

Methods

Public Static methods

Returns

Name

string

Encode

(...)

string

GetAlignment

(int alignment)

bool

IsNewLineTag

(string tag)

Details

Methods

Encode [1/2]

Source code

public static string Encode(string str)

Arguments

Type

Name

Description

string

str

Encode [2/2]

Source code

public static string Encode(BaseColor color)

Arguments

Type

Name

Description

BaseColor

color

GetAlignment

Source code

public static string GetAlignment(int alignment)

Arguments

Type

Name

Description

int

alignment

IsNewLineTag

Source code

public static bool IsNewLineTag(string tag)

Arguments

Type

Name

Description

string

tag

Generated with ModularDoc