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
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
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