HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
A class that contains all the possible tagnames and their attributes. More...
Static Public Member Functions | |
static float | ParseLength (string str) |
Parses a length. More... | |
static float | ParseLength (String str, float actualFontSize) |
static Color | DecodeColor (String s) |
Converts a More... | |
static Properties | ParseAttributes (string str) |
This method parses a string with attributes and returns a Properties object. More... | |
static string | RemoveComment (String str, String startComment, String endComment) |
Static Public Attributes | |
const string | ITEXT_TAG = "tag" |
const string | HTML_TAG_BODY = "body" |
const string | HTML_TAG_DIV = "div" |
const string | HTML_TAG_LINK = "link" |
const string | HTML_TAG_SPAN = "span" |
const string | HTML_ATTR_HEIGHT = "height" |
const string | HTML_ATTR_HREF = "href" |
const string | HTML_ATTR_REL = "rel" |
const string | HTML_ATTR_STYLE = "style" |
const string | HTML_ATTR_TYPE = "type" |
const string | HTML_ATTR_STYLESHEET = "stylesheet" |
const string | HTML_ATTR_WIDTH = "width" |
const string | HTML_ATTR_CSS_CLASS = "class" |
const string | HTML_ATTR_CSS_ID = "id" |
const string | HTML_VALUE_JAVASCRIPT = "text/javascript" |
const string | HTML_VALUE_CSS = "text/css" |
const string | CSS_KEY_BGCOLOR = "background-color" |
const string | CSS_KEY_COLOR = "color" |
const string | CSS_KEY_DISPLAY = "display" |
const string | CSS_KEY_FONTFAMILY = "font-family" |
const string | CSS_KEY_FONTSIZE = "font-size" |
const string | CSS_KEY_FONTSTYLE = "font-style" |
const string | CSS_KEY_FONTWEIGHT = "font-weight" |
const string | CSS_KEY_LINEHEIGHT = "line-height" |
const string | CSS_KEY_MARGIN = "margin" |
const string | CSS_KEY_MARGINLEFT = "margin-left" |
const string | CSS_KEY_MARGINRIGHT = "margin-right" |
const string | CSS_KEY_MARGINTOP = "margin-top" |
const string | CSS_KEY_MARGINBOTTOM = "margin-bottom" |
const String | CSS_KEY_PADDING = "padding" |
const String | CSS_KEY_PADDINGLEFT = "padding-left" |
const String | CSS_KEY_PADDINGRIGHT = "padding-right" |
const String | CSS_KEY_PADDINGTOP = "padding-top" |
const String | CSS_KEY_PADDINGBOTTOM = "padding-bottom" |
const String | CSS_KEY_BORDERCOLOR = "border-color" |
const String | CSS_KEY_BORDERWIDTH = "border-width" |
const String | CSS_KEY_BORDERWIDTHLEFT = "border-left-width" |
const String | CSS_KEY_BORDERWIDTHRIGHT = "border-right-width" |
const String | CSS_KEY_BORDERWIDTHTOP = "border-top-width" |
const String | CSS_KEY_BORDERWIDTHBOTTOM = "border-bottom-width" |
const string | CSS_KEY_PAGE_BREAK_AFTER = "page-break-after" |
const string | CSS_KEY_PAGE_BREAK_BEFORE = "page-break-before" |
const string | CSS_KEY_TEXTALIGN = "text-align" |
const string | CSS_KEY_TEXTDECORATION = "text-decoration" |
const string | CSS_KEY_VERTICALALIGN = "vertical-align" |
const string | CSS_KEY_VISIBILITY = "visibility" |
const string | CSS_VALUE_ALWAYS = "always" |
const string | CSS_VALUE_BLOCK = "block" |
const string | CSS_VALUE_BOLD = "bold" |
const string | CSS_VALUE_HIDDEN = "hidden" |
const string | CSS_VALUE_INLINE = "inline" |
const string | CSS_VALUE_ITALIC = "italic" |
const string | CSS_VALUE_LINETHROUGH = "line-through" |
const string | CSS_VALUE_LISTITEM = "list-item" |
const string | CSS_VALUE_NONE = "none" |
const string | CSS_VALUE_NORMAL = "normal" |
const string | CSS_VALUE_OBLIQUE = "oblique" |
const string | CSS_VALUE_TABLE = "table" |
const string | CSS_VALUE_TABLEROW = "table-row" |
const string | CSS_VALUE_TABLECELL = "table-cell" |
const string | CSS_VALUE_TEXTALIGNLEFT = "left" |
const string | CSS_VALUE_TEXTALIGNRIGHT = "right" |
const string | CSS_VALUE_TEXTALIGNCENTER = "center" |
const string | CSS_VALUE_TEXTALIGNJUSTIFY = "justify" |
const string | CSS_VALUE_UNDERLINE = "underline" |
const float | DEFAULT_FONT_SIZE = 12f |
A class that contains all the possible tagnames and their attributes.
|
static |
|
static |
This method parses a string with attributes and returns a Properties object.
str | a string of this form: 'key1="value1"; key2="value2";... keyN="valueN" ' |
|
static |
Parses a length.
str | a length in the form of an optional + or -, followed by a number and a unit. |
|
static |
New method contributed by: Lubos Strapko
|
static |
Removes the comments sections of a String.
string | the original String |
startComment | the String that marks the start of a Comment section |
endComment | the String that marks the end of a Comment section. |
|
static |
the CSS tag for background color
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for text color
|
static |
CSS key that indicate the way something has to be displayed
|
static |
the CSS tag for the font family
|
static |
the CSS tag for the font size
|
static |
the CSS tag for the font style
|
static |
the CSS tag for the font weight
|
static |
the CSS tag for text decorations
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for the margin of an object
|
static |
the CSS tag for adding a page break when the document is printed
|
static |
the CSS tag for adding a page break when the document is printed
|
static |
the CSS tag for the horizontal alignment of an object
|
static |
the CSS tag for text decorations
|
static |
the CSS tag for text decorations
|
static |
the CSS tag for the visibility of objects
|
static |
value for the CSS tag for adding a page break when the document is printed
|
static |
A possible value for the DISPLAY key
|
static |
a CSS value for text font weight
|
static |
the value if you want to hide objects.
|
static |
A possible value for the DISPLAY key
|
static |
a CSS value for text font style
|
static |
a CSS value for text decoration
|
static |
A possible value for the DISPLAY key
|
static |
a CSS value
|
static |
a CSS value
|
static |
a CSS value for text font style
|
static |
A possible value for the DISPLAY key
|
static |
A possible value for the DISPLAY key
|
static |
A possible value for the DISPLAY key
|
static |
the CSS value for a horizontal alignment of an object
|
static |
the CSS value for a horizontal alignment of an object
|
static |
the CSS value for a horizontal alignment of an object
|
static |
the CSS value for a horizontal alignment of an object
|
static |
a CSS value for text decoration
|
static |
a default value for font-size
|
static |
attribute for specifying externally defined CSS class
|
static |
The ID attribute.
|
static |
the height attribute.
|
static |
the hyperlink reference attribute.
|
static |
This is a possible HTML attribute for the LINK tag.
|
static |
This is used for inline css style information
|
static |
This is a possible HTML attribute.
|
static |
This is a possible HTML attribute for the LINK tag.
|
static |
the width attribute.
|
static |
the markup for the body part of a file
|
static |
The DIV tag.
|
static |
This is a possible HTML-tag.
|
static |
The SPAN tag.
|
static |
This is a possible HTML attribute for the LINK tag.
|
static |
This is a possible value for the language attribute (SCRIPT tag).
|
static |
the key for any tag