Skip to main content
Skip table of contents

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
ReturnsName
stringEncode(...)
stringGetAlignment(int alignment)
boolIsNewLineTag(string tag)

Details

Methods

Encode [1/2]

Source code

public static string Encode(string str)
Arguments
TypeNameDescription
stringstr
Encode [2/2]

Source code

public static string Encode(BaseColor color)
Arguments
TypeNameDescription
BaseColorcolor
GetAlignment

Source code

public static string GetAlignment(int alignment)
Arguments
TypeNameDescription
intalignment
IsNewLineTag

Source code

public static bool IsNewLineTag(string tag)
Arguments
TypeNameDescription
stringtag

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.