ThtmlcssPropertyID Enumeration

Represents type ThtmlcssPropertyID.

Namespace: flcHTMLStyleTypes
type
 ThtmlcssPropertyID = (
 HTML_CSS_PROP_None,
 HTML_CSS_PROP_font_family,
 HTML_CSS_PROP_font_style,
 HTML_CSS_PROP_font_variant,
 HTML_CSS_PROP_font_weight,
 HTML_CSS_PROP_font_size,
 HTML_CSS_PROP_font,
 HTML_CSS_PROP_color,
 HTML_CSS_PROP_background_color,
 HTML_CSS_PROP_background_image,
 HTML_CSS_PROP_background_repeat,
 HTML_CSS_PROP_background_attachment,
 HTML_CSS_PROP_background_position,
 HTML_CSS_PROP_background,
 HTML_CSS_PROP_word_spacing,
 HTML_CSS_PROP_letter_spacing,
 HTML_CSS_PROP_text_decoration,
 HTML_CSS_PROP_vertical_align,
 HTML_CSS_PROP_text_transform,
 HTML_CSS_PROP_text_align,
 HTML_CSS_PROP_text_indent,
 HTML_CSS_PROP_line_height,
 HTML_CSS_PROP_margin_top,
 HTML_CSS_PROP_margin_right,
 HTML_CSS_PROP_margin_bottom,
 HTML_CSS_PROP_margin_left,
 HTML_CSS_PROP_margin,
 HTML_CSS_PROP_padding_top,
 HTML_CSS_PROP_padding_right,
 HTML_CSS_PROP_padding_bottom,
 HTML_CSS_PROP_padding_left,
 HTML_CSS_PROP_padding,
 HTML_CSS_PROP_border_top_width,
 HTML_CSS_PROP_border_right_width,
 HTML_CSS_PROP_border_bottom_width,
 HTML_CSS_PROP_border_left_width,
 HTML_CSS_PROP_border_width,
 HTML_CSS_PROP_border_color,
 HTML_CSS_PROP_border_style,
 HTML_CSS_PROP_border_top,
 HTML_CSS_PROP_border_right,
 HTML_CSS_PROP_border_bottom,
 HTML_CSS_PROP_border_left,
 HTML_CSS_PROP_border,
 HTML_CSS_PROP_width,
 HTML_CSS_PROP_height,
 HTML_CSS_PROP_float,
 HTML_CSS_PROP_clear,
 HTML_CSS_PROP_display,
 HTML_CSS_PROP_white_space,
 HTML_CSS_PROP_list_style_type,
 HTML_CSS_PROP_list_style_image,
 HTML_CSS_PROP_list_style_position,
 HTML_CSS_PROP_list_style
 );

The ThtmlcssPropertyID type exposes the following members.

Show:
 NameDescription
HTML_CSS_PROP_background

Represents constant HTML_CSS_PROP_background.

HTML_CSS_PROP_background_attachment

Represents constant HTML_CSS_PROP_background_attachment.

HTML_CSS_PROP_background_color

Represents constant HTML_CSS_PROP_background_color.

HTML_CSS_PROP_background_image

Represents constant HTML_CSS_PROP_background_image.

HTML_CSS_PROP_background_position

Represents constant HTML_CSS_PROP_background_position.

HTML_CSS_PROP_background_repeat

Represents constant HTML_CSS_PROP_background_repeat.

HTML_CSS_PROP_border

Represents constant HTML_CSS_PROP_border.

HTML_CSS_PROP_border_bottom

Represents constant HTML_CSS_PROP_border_bottom.

HTML_CSS_PROP_border_bottom_width

Represents constant HTML_CSS_PROP_border_bottom_width.

HTML_CSS_PROP_border_color

Represents constant HTML_CSS_PROP_border_color.

HTML_CSS_PROP_border_left

Represents constant HTML_CSS_PROP_border_left.

HTML_CSS_PROP_border_left_width

Represents constant HTML_CSS_PROP_border_left_width.

HTML_CSS_PROP_border_right

Represents constant HTML_CSS_PROP_border_right.

HTML_CSS_PROP_border_right_width

Represents constant HTML_CSS_PROP_border_right_width.

HTML_CSS_PROP_border_style

Represents constant HTML_CSS_PROP_border_style.

HTML_CSS_PROP_border_top

Represents constant HTML_CSS_PROP_border_top.

HTML_CSS_PROP_border_top_width

Represents constant HTML_CSS_PROP_border_top_width.

HTML_CSS_PROP_border_width

Represents constant HTML_CSS_PROP_border_width.

HTML_CSS_PROP_clear

Represents constant HTML_CSS_PROP_clear.

HTML_CSS_PROP_color

Represents constant HTML_CSS_PROP_color.

HTML_CSS_PROP_display

Represents constant HTML_CSS_PROP_display.

HTML_CSS_PROP_float

Represents constant HTML_CSS_PROP_float.

HTML_CSS_PROP_font

Represents constant HTML_CSS_PROP_font.

HTML_CSS_PROP_font_family

Represents constant HTML_CSS_PROP_font_family.

HTML_CSS_PROP_font_size

Represents constant HTML_CSS_PROP_font_size.

HTML_CSS_PROP_font_style

Represents constant HTML_CSS_PROP_font_style.

HTML_CSS_PROP_font_variant

Represents constant HTML_CSS_PROP_font_variant.

HTML_CSS_PROP_font_weight

Represents constant HTML_CSS_PROP_font_weight.

HTML_CSS_PROP_height

Represents constant HTML_CSS_PROP_height.

HTML_CSS_PROP_letter_spacing

Represents constant HTML_CSS_PROP_letter_spacing.

HTML_CSS_PROP_line_height

Represents constant HTML_CSS_PROP_line_height.

HTML_CSS_PROP_list_style

Represents constant HTML_CSS_PROP_list_style.

HTML_CSS_PROP_list_style_image

Represents constant HTML_CSS_PROP_list_style_image.

HTML_CSS_PROP_list_style_position

Represents constant HTML_CSS_PROP_list_style_position.

HTML_CSS_PROP_list_style_type

Represents constant HTML_CSS_PROP_list_style_type.

HTML_CSS_PROP_margin

Represents constant HTML_CSS_PROP_margin.

HTML_CSS_PROP_margin_bottom

Represents constant HTML_CSS_PROP_margin_bottom.

HTML_CSS_PROP_margin_left

Represents constant HTML_CSS_PROP_margin_left.

HTML_CSS_PROP_margin_right

Represents constant HTML_CSS_PROP_margin_right.

HTML_CSS_PROP_margin_top

Represents constant HTML_CSS_PROP_margin_top.

HTML_CSS_PROP_None

Represents constant HTML_CSS_PROP_None.

HTML_CSS_PROP_padding

Represents constant HTML_CSS_PROP_padding.

HTML_CSS_PROP_padding_bottom

Represents constant HTML_CSS_PROP_padding_bottom.

HTML_CSS_PROP_padding_left

Represents constant HTML_CSS_PROP_padding_left.

HTML_CSS_PROP_padding_right

Represents constant HTML_CSS_PROP_padding_right.

HTML_CSS_PROP_padding_top

Represents constant HTML_CSS_PROP_padding_top.

HTML_CSS_PROP_text_align

Represents constant HTML_CSS_PROP_text_align.

HTML_CSS_PROP_text_decoration

Represents constant HTML_CSS_PROP_text_decoration.

HTML_CSS_PROP_text_indent

Represents constant HTML_CSS_PROP_text_indent.

HTML_CSS_PROP_text_transform

Represents constant HTML_CSS_PROP_text_transform.

HTML_CSS_PROP_vertical_align

Represents constant HTML_CSS_PROP_vertical_align.

HTML_CSS_PROP_white_space

Represents constant HTML_CSS_PROP_white_space.

HTML_CSS_PROP_width

Represents constant HTML_CSS_PROP_width.

HTML_CSS_PROP_word_spacing

Represents constant HTML_CSS_PROP_word_spacing.

Top