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 |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Methods
Encode [1/2]
Source code
public static string Encode(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
Encode [2/2]
Source code
public static string Encode(BaseColor color)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
color |
GetAlignment
Source code
public static string GetAlignment(int alignment)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
alignment |
IsNewLineTag
Source code
public static bool IsNewLineTag(string tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
Generated with ModularDoc