cssproperties.h
00001
00002
00003
00004
#ifndef CSSPROPERTIES_H
00005
#define CSSPROPERTIES_H
00006
00007
DOM::DOMString getPropertyName(
unsigned short id) KDE_NO_EXPORT;
00008
00009
#define CSS_PROP_INVALID 0
00010
#define CSS_PROP_MIN 1
00011
#define CSS_PROP_BACKGROUND_COLOR 1
00012
#define CSS_PROP_BACKGROUND_IMAGE 2
00013
#define CSS_PROP_BACKGROUND_REPEAT 3
00014
#define CSS_PROP_BACKGROUND_ATTACHMENT 4
00015
#define CSS_PROP_BACKGROUND_POSITION 5
00016
#define CSS_PROP_BACKGROUND_POSITION_X 6
00017
#define CSS_PROP_BACKGROUND_POSITION_Y 7
00018
#define CSS_PROP_BORDER_COLLAPSE 8
00019
#define CSS_PROP_BORDER_SPACING 9
00020
#define CSS_PROP__KHTML_BORDER_HORIZONTAL_SPACING 10
00021
#define CSS_PROP__KHTML_BORDER_VERTICAL_SPACING 11
00022
#define CSS_PROP_BORDER_TOP_COLOR 12
00023
#define CSS_PROP_BORDER_RIGHT_COLOR 13
00024
#define CSS_PROP_BORDER_BOTTOM_COLOR 14
00025
#define CSS_PROP_BORDER_LEFT_COLOR 15
00026
#define CSS_PROP_BORDER_TOP_STYLE 16
00027
#define CSS_PROP_BORDER_RIGHT_STYLE 17
00028
#define CSS_PROP_BORDER_BOTTOM_STYLE 18
00029
#define CSS_PROP_BORDER_LEFT_STYLE 19
00030
#define CSS_PROP_BORDER_TOP_WIDTH 20
00031
#define CSS_PROP_BORDER_RIGHT_WIDTH 21
00032
#define CSS_PROP_BORDER_BOTTOM_WIDTH 22
00033
#define CSS_PROP_BORDER_LEFT_WIDTH 23
00034
#define CSS_PROP_BOTTOM 24
00035
#define CSS_PROP_CAPTION_SIDE 25
00036
#define CSS_PROP_CLEAR 26
00037
#define CSS_PROP_CLIP 27
00038
#define CSS_PROP_COLOR 28
00039
#define CSS_PROP_CONTENT 29
00040
#define CSS_PROP_COUNTER_INCREMENT 30
00041
#define CSS_PROP_COUNTER_RESET 31
00042
#define CSS_PROP_CURSOR 32
00043
#define CSS_PROP_DIRECTION 33
00044
#define CSS_PROP_DISPLAY 34
00045
#define CSS_PROP_EMPTY_CELLS 35
00046
#define CSS_PROP_FLOAT 36
00047
#define CSS_PROP_FONT_FAMILY 37
00048
#define CSS_PROP_FONT_SIZE 38
00049
#define CSS_PROP_FONT_STYLE 39
00050
#define CSS_PROP_FONT_VARIANT 40
00051
#define CSS_PROP_FONT_WEIGHT 41
00052
#define CSS_PROP_HEIGHT 42
00053
#define CSS_PROP_LEFT 43
00054
#define CSS_PROP_LETTER_SPACING 44
00055
#define CSS_PROP_LINE_HEIGHT 45
00056
#define CSS_PROP_LIST_STYLE_IMAGE 46
00057
#define CSS_PROP_LIST_STYLE_POSITION 47
00058
#define CSS_PROP_LIST_STYLE_TYPE 48
00059
#define CSS_PROP_MARGIN_TOP 49
00060
#define CSS_PROP_MARGIN_RIGHT 50
00061
#define CSS_PROP_MARGIN_BOTTOM 51
00062
#define CSS_PROP_MARGIN_LEFT 52
00063
#define CSS_PROP__KHTML_MARQUEE 53
00064
#define CSS_PROP__KHTML_MARQUEE_DIRECTION 54
00065
#define CSS_PROP__KHTML_MARQUEE_INCREMENT 55
00066
#define CSS_PROP__KHTML_MARQUEE_REPETITION 56
00067
#define CSS_PROP__KHTML_MARQUEE_SPEED 57
00068
#define CSS_PROP__KHTML_MARQUEE_STYLE 58
00069
#define CSS_PROP_MAX_HEIGHT 59
00070
#define CSS_PROP_MAX_WIDTH 60
00071
#define CSS_PROP_MIN_HEIGHT 61
00072
#define CSS_PROP_MIN_WIDTH 62
00073
#define CSS_PROP_ORPHANS 63
00074
#define CSS_PROP_OUTLINE_COLOR 64
00075
#define CSS_PROP_OUTLINE_STYLE 65
00076
#define CSS_PROP_OUTLINE_WIDTH 66
00077
#define CSS_PROP_OVERFLOW 67
00078
#define CSS_PROP_PADDING_TOP 68
00079
#define CSS_PROP_PADDING_RIGHT 69
00080
#define CSS_PROP_PADDING_BOTTOM 70
00081
#define CSS_PROP_PADDING_LEFT 71
00082
#define CSS_PROP_PAGE_BREAK_AFTER 72
00083
#define CSS_PROP_PAGE_BREAK_BEFORE 73
00084
#define CSS_PROP_PAGE_BREAK_INSIDE 74
00085
#define CSS_PROP_POSITION 75
00086
#define CSS_PROP_QUOTES 76
00087
#define CSS_PROP_RIGHT 77
00088
#define CSS_PROP_SIZE 78
00089
#define CSS_PROP_TABLE_LAYOUT 79
00090
#define CSS_PROP_TEXT_ALIGN 80
00091
#define CSS_PROP_TEXT_DECORATION 81
00092
#define CSS_PROP_TEXT_INDENT 82
00093
#define CSS_PROP_TEXT_TRANSFORM 83
00094
#define CSS_PROP_TOP 84
00095
#define CSS_PROP_UNICODE_BIDI 85
00096
#define CSS_PROP_VERTICAL_ALIGN 86
00097
#define CSS_PROP_VISIBILITY 87
00098
#define CSS_PROP_WHITE_SPACE 88
00099
#define CSS_PROP_WIDOWS 89
00100
#define CSS_PROP_WIDTH 90
00101
#define CSS_PROP_WORD_SPACING 91
00102
#define CSS_PROP_Z_INDEX 92
00103
#define CSS_PROP_BACKGROUND 93
00104
#define CSS_PROP_BORDER 94
00105
#define CSS_PROP_BORDER_COLOR 95
00106
#define CSS_PROP_BORDER_STYLE 96
00107
#define CSS_PROP_BORDER_TOP 97
00108
#define CSS_PROP_BORDER_RIGHT 98
00109
#define CSS_PROP_BORDER_BOTTOM 99
00110
#define CSS_PROP_BORDER_LEFT 100
00111
#define CSS_PROP_BORDER_WIDTH 101
00112
#define CSS_PROP_FONT 102
00113
#define CSS_PROP_LIST_STYLE 103
00114
#define CSS_PROP_MARGIN 104
00115
#define CSS_PROP_OUTLINE 105
00116
#define CSS_PROP_PADDING 106
00117
#define CSS_PROP_SCROLLBAR_BASE_COLOR 107
00118
#define CSS_PROP_SCROLLBAR_FACE_COLOR 108
00119
#define CSS_PROP_SCROLLBAR_SHADOW_COLOR 109
00120
#define CSS_PROP_SCROLLBAR_HIGHLIGHT_COLOR 110
00121
#define CSS_PROP_SCROLLBAR_3DLIGHT_COLOR 111
00122
#define CSS_PROP_SCROLLBAR_DARKSHADOW_COLOR 112
00123
#define CSS_PROP_SCROLLBAR_TRACK_COLOR 113
00124
#define CSS_PROP_SCROLLBAR_ARROW_COLOR 114
00125
#define CSS_PROP__KHTML_FLOW_MODE 115
00126
#define CSS_PROP__KHTML_USER_INPUT 116
00127
#define CSS_PROP__KHTML_TEXT_DECORATION_COLOR 117
00128
00129
#define CSS_PROP_MAX CSS_PROP_Z_INDEX
00130
#define CSS_PROP_TOTAL 118
00131
#endif
00132
This file is part of the documentation for khtml Library Version 3.3.0.