C# Класс iTextSharp.text.html.Markup

A class that contains all the possible tagnames and their attributes.
Показать файл Открыть проект

Открытые методы

Метод Описание
DecodeColor ( String s ) : Color

Converts a Color into a HTML representation of this Color.

ParseAttributes ( string str ) : Properties

This method parses a string with attributes and returns a Properties object.

ParseLength ( String str, float actualFontSize ) : float
ParseLength ( string str ) : float

Parses a length.

RemoveComment ( String str, String startComment, String endComment ) : string

Описание методов

DecodeColor() публичный статический Метод

Converts a Color into a HTML representation of this Color.
public static DecodeColor ( String s ) : Color
s String
Результат Color

ParseAttributes() публичный статический Метод

This method parses a string with attributes and returns a Properties object.
public static ParseAttributes ( string str ) : Properties
str string a string of this form: 'key1="value1"; key2="value2";... keyN="valueN" '
Результат System.util.Properties

ParseLength() публичный статический Метод

public static ParseLength ( String str, float actualFontSize ) : float
str String
actualFontSize float
Результат float

ParseLength() публичный статический Метод

Parses a length.
public static ParseLength ( string str ) : float
str string a length in the form of an optional + or -, followed by a number and a unit.
Результат float

RemoveComment() публичный статический Метод

public static RemoveComment ( String str, String startComment, String endComment ) : string
str String
startComment String
endComment String
Результат string