Skip to main content
Skip table of contents

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
ReturnsName
intAlignmentValue(string alignment)
BaseColorDecodeColor(string s)
stringEliminateWhiteSpace(string content)
intGetIndexedFontSize(string value, string previous)
PropertiesParseAttributes(string str)
floatParseLength(...)
stringRemoveComment(string str, string startComment, string endComment)

Details

Constructors

HtmlUtilities
public HtmlUtilities()

Methods

ParseLength [1/2]

Source code

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

Source code

public static float ParseLength(string str, float actualFontSize)
Arguments
TypeNameDescription
stringstr
floatactualFontSize
DecodeColor

Source code

public static BaseColor DecodeColor(string s)
Arguments
TypeNameDescription
strings
ParseAttributes

Source code

public static Properties ParseAttributes(string str)
Arguments
TypeNameDescription
stringstr
RemoveComment

Source code

public static string RemoveComment(string str, string startComment, string endComment)
Arguments
TypeNameDescription
stringstr
stringstartComment
stringendComment
EliminateWhiteSpace

Source code

public static string EliminateWhiteSpace(string content)
Arguments
TypeNameDescription
stringcontent
GetIndexedFontSize

Source code

public static int GetIndexedFontSize(string value, string previous)
Arguments
TypeNameDescription
stringvalue
stringprevious
AlignmentValue

Source code

public static int AlignmentValue(string alignment)
Arguments
TypeNameDescription
stringalignment

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.