KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > fop > fo > Constants


1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one or more
3  * contributor license agreements. See the NOTICE file distributed with
4  * this work for additional information regarding copyright ownership.
5  * The ASF licenses this file to You under the Apache License, Version 2.0
6  * (the "License"); you may not use this file except in compliance with
7  * the License. You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */

17
18 /* $Id: Constants.java 442282 2006-09-11 18:24:35Z jeremias $ */
19
20 package org.apache.fop.fo;
21
22 /**
23  * Definition of constants used throughout FOP.
24  * There are sets of constants describing:
25  * <ul>
26  * <li>Input and output formats</li>
27  * <li>Formatting objects</li>
28  * <li>Formatting properties</li>
29  * <li>Enumerated values used in formatting properties</li>
30  * </ul>
31  */

32 public interface Constants {
33
34     /** not set */
35     int NOT_SET = 0;
36
37     // element constants
38
/** FObj base class */
39     int FO_UNKNOWN_NODE = 0;
40     /** FO element constant */
41     int FO_BASIC_LINK = 1;
42     /** FO element constant */
43     int FO_BIDI_OVERRIDE = 2;
44     /** FO element constant */
45     int FO_BLOCK = 3;
46     /** FO element constant */
47     int FO_BLOCK_CONTAINER = 4;
48     /** FO element constant */
49     int FO_CHARACTER = 5;
50     /** FO element constant */
51     int FO_COLOR_PROFILE = 6;
52     /** FO element constant */
53     int FO_CONDITIONAL_PAGE_MASTER_REFERENCE = 7;
54     /** FO element constant */
55     int FO_DECLARATIONS = 8;
56     /** FO element constant */
57     int FO_EXTERNAL_GRAPHIC = 9;
58     /** FO element constant */
59     int FO_FLOAT = 10;
60     /** FO element constant */
61     int FO_FLOW = 11;
62     /** FO element constant */
63     int FO_FOOTNOTE = 12;
64     /** FO element constant */
65     int FO_FOOTNOTE_BODY = 13;
66     /** FO element constant */
67     int FO_INITIAL_PROPERTY_SET = 14;
68     /** FO element constant */
69     int FO_INLINE = 15;
70     /** FO element constant */
71     int FO_INLINE_CONTAINER = 16;
72     /** FO element constant */
73     int FO_INSTREAM_FOREIGN_OBJECT = 17;
74     /** FO element constant */
75     int FO_LAYOUT_MASTER_SET = 18;
76     /** FO element constant */
77     int FO_LEADER = 19;
78     /** FO element constant */
79     int FO_LIST_BLOCK = 20;
80     /** FO element constant */
81     int FO_LIST_ITEM = 21;
82     /** FO element constant */
83     int FO_LIST_ITEM_BODY = 22;
84     /** FO element constant */
85     int FO_LIST_ITEM_LABEL = 23;
86     /** FO element constant */
87     int FO_MARKER = 24;
88     /** FO element constant */
89     int FO_MULTI_CASE = 25;
90     /** FO element constant */
91     int FO_MULTI_PROPERTIES = 26;
92     /** FO element constant */
93     int FO_MULTI_PROPERTY_SET = 27;
94     /** FO element constant */
95     int FO_MULTI_SWITCH = 28;
96     /** FO element constant */
97     int FO_MULTI_TOGGLE = 29;
98     /** FO element constant */
99     int FO_PAGE_NUMBER = 30;
100     /** FO element constant */
101     int FO_PAGE_NUMBER_CITATION = 31;
102     /** FO element constant */
103     int FO_PAGE_SEQUENCE = 32;
104     /** FO element constant */
105     int FO_PAGE_SEQUENCE_MASTER = 33;
106     /** FO element constant */
107     int FO_REGION_AFTER = 34;
108     /** FO element constant */
109     int FO_REGION_BEFORE = 35;
110     /** FO element constant */
111     int FO_REGION_BODY = 36;
112     /** FO element constant */
113     int FO_REGION_END = 37;
114     /** FO element constant */
115     int FO_REGION_START = 38;
116     /** FO element constant */
117     int FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES = 39;
118     /** FO element constant */
119     int FO_REPEATABLE_PAGE_MASTER_REFERENCE = 40;
120     /** FO element constant */
121     int FO_RETRIEVE_MARKER = 41;
122     /** FO element constant */
123     int FO_ROOT = 42;
124     /** FO element constant */
125     int FO_SIMPLE_PAGE_MASTER = 43;
126     /** FO element constant */
127     int FO_SINGLE_PAGE_MASTER_REFERENCE = 44;
128     /** FO element constant */
129     int FO_STATIC_CONTENT = 45;
130     /** FO element constant */
131     int FO_TABLE = 46;
132     /** FO element constant */
133     int FO_TABLE_AND_CAPTION = 47;
134     /** FO element constant */
135     int FO_TABLE_BODY = 48;
136     /** FO element constant */
137     int FO_TABLE_CAPTION = 49;
138     /** FO element constant */
139     int FO_TABLE_CELL = 50;
140     /** FO element constant */
141     int FO_TABLE_COLUMN = 51;
142     /** FO element constant */
143     int FO_TABLE_FOOTER = 52;
144     /** FO element constant */
145     int FO_TABLE_HEADER = 53;
146     /** FO element constant */
147     int FO_TABLE_ROW = 54;
148     /** FO element constant */
149     int FO_TITLE = 55;
150     /** FO element constant */
151     int FO_WRAPPER = 56;
152     /** FO element constant - XSL 1.1 */
153     int FO_BOOKMARK_TREE = 57;
154     /** FO element constant - XSL 1.1 */
155     int FO_BOOKMARK = 58;
156     /** FO element constant - XSL 1.1 */
157     int FO_BOOKMARK_TITLE = 59;
158     /** FO element constant - XSL 1.1 */
159     int FO_PAGE_SEQUENCE_WRAPPER = 60;
160     /** FO element constant - XSL 1.1 */
161     int FO_PAGE_NUMBER_CITATION_LAST = 61;
162     /** Number of FO element constants defined */
163     int FRM_OBJ_COUNT = 61;
164
165     // Masks
166
/**
167      * For compound properties the property constant value is shifted by this amount.
168      * The low order bits hold the constant for the component property.
169      */

170     int COMPOUND_SHIFT = 9;
171     /**
172      * Mask that when applied to a compound property returns the constant of
173      * the component property.
174      */

175     int PROPERTY_MASK = (1 << COMPOUND_SHIFT) - 1;
176     /**
177      * Mask that when applied to a compound property returns the constant of
178      * the compound property.
179      */

180     int COMPOUND_MASK = ~PROPERTY_MASK;
181     /** Number of compund properties defined */
182     int COMPOUND_COUNT = 11;
183
184     // property constants
185
/** Property constant */
186     int PR_ABSOLUTE_POSITION = 1;
187     /** Property constant */
188     int PR_ACTIVE_STATE = 2;
189     /** Property constant */
190     int PR_ALIGNMENT_ADJUST = 3;
191     /** Property constant */
192     int PR_ALIGNMENT_BASELINE = 4;
193     /** Property constant */
194     int PR_AUTO_RESTORE = 5;
195     /** Property constant */
196     int PR_AZIMUTH = 6;
197     /** Property constant */
198     int PR_BACKGROUND = 7;
199     /** Property constant */
200     int PR_BACKGROUND_ATTACHMENT = 8;
201     /** Property constant */
202     int PR_BACKGROUND_COLOR = 9;
203     /** Property constant */
204     int PR_BACKGROUND_IMAGE = 10;
205     /** Property constant */
206     int PR_BACKGROUND_POSITION = 11;
207     /** Property constant */
208     int PR_BACKGROUND_POSITION_HORIZONTAL = 12;
209     /** Property constant */
210     int PR_BACKGROUND_POSITION_VERTICAL = 13;
211     /** Property constant */
212     int PR_BACKGROUND_REPEAT = 14;
213     /** Property constant */
214     int PR_BASELINE_SHIFT = 15;
215     /** Property constant */
216     int PR_BLANK_OR_NOT_BLANK = 16;
217     /** Property constant */
218     int PR_BLOCK_PROGRESSION_DIMENSION = 17;
219     /** Property constant */
220     int PR_BORDER = 18;
221     /** Property constant */
222     int PR_BORDER_AFTER_COLOR = 19;
223     /** Property constant */
224     int PR_BORDER_AFTER_PRECEDENCE = 20;
225     /** Property constant */
226     int PR_BORDER_AFTER_STYLE = 21;
227     /** Property constant */
228     int PR_BORDER_AFTER_WIDTH = 22;
229     /** Property constant */
230     int PR_BORDER_BEFORE_COLOR = 23;
231     /** Property constant */
232     int PR_BORDER_BEFORE_PRECEDENCE = 24;
233     /** Property constant */
234     int PR_BORDER_BEFORE_STYLE = 25;
235     /** Property constant */
236     int PR_BORDER_BEFORE_WIDTH = 26;
237     /** Property constant */
238     int PR_BORDER_BOTTOM = 27;
239     /** Property constant */
240     int PR_BORDER_BOTTOM_COLOR = 28;
241     /** Property constant */
242     int PR_BORDER_BOTTOM_STYLE = 29;
243     /** Property constant */
244     int PR_BORDER_BOTTOM_WIDTH = 30;
245     /** Property constant */
246     int PR_BORDER_COLLAPSE = 31;
247     /** Property constant */
248     int PR_BORDER_COLOR = 32;
249     /** Property constant */
250     int PR_BORDER_END_COLOR = 33;
251     /** Property constant */
252     int PR_BORDER_END_PRECEDENCE = 34;
253     /** Property constant */
254     int PR_BORDER_END_STYLE = 35;
255     /** Property constant */
256     int PR_BORDER_END_WIDTH = 36;
257     /** Property constant */
258     int PR_BORDER_LEFT = 37;
259     /** Property constant */
260     int PR_BORDER_LEFT_COLOR = 38;
261     /** Property constant */
262     int PR_BORDER_LEFT_STYLE = 39;
263     /** Property constant */
264     int PR_BORDER_LEFT_WIDTH = 40;
265     /** Property constant */
266     int PR_BORDER_RIGHT = 41;
267     /** Property constant */
268     int PR_BORDER_RIGHT_COLOR = 42;
269     /** Property constant */
270     int PR_BORDER_RIGHT_STYLE = 43;
271     /** Property constant */
272     int PR_BORDER_RIGHT_WIDTH = 44;
273     /** Property constant */
274     int PR_BORDER_SEPARATION = 45;
275     /** Property constant */
276     int PR_BORDER_SPACING = 46;
277     /** Property constant */
278     int PR_BORDER_START_COLOR = 47;
279     /** Property constant */
280     int PR_BORDER_START_PRECEDENCE = 48;
281     /** Property constant */
282     int PR_BORDER_START_STYLE = 49;
283     /** Property constant */
284     int PR_BORDER_START_WIDTH = 50;
285     /** Property constant */
286     int PR_BORDER_STYLE = 51;
287     /** Property constant */
288     int PR_BORDER_TOP = 52;
289     /** Property constant */
290     int PR_BORDER_TOP_COLOR = 53;
291     /** Property constant */
292     int PR_BORDER_TOP_STYLE = 54;
293     /** Property constant */
294     int PR_BORDER_TOP_WIDTH = 55;
295     /** Property constant */
296     int PR_BORDER_WIDTH = 56;
297     /** Property constant */
298     int PR_BOTTOM = 57;
299     /** Property constant */
300     int PR_BREAK_AFTER = 58;
301     /** Property constant */
302     int PR_BREAK_BEFORE = 59;
303     /** Property constant */
304     int PR_CAPTION_SIDE = 60;
305     /** Property constant */
306     int PR_CASE_NAME = 61;
307     /** Property constant */
308     int PR_CASE_TITLE = 62;
309     /** Property constant */
310     int PR_CHARACTER = 63;
311     /** Property constant */
312     int PR_CLEAR = 64;
313     /** Property constant */
314     int PR_CLIP = 65;
315     /** Property constant */
316     int PR_COLOR = 66;
317     /** Property constant */
318     int PR_COLOR_PROFILE_NAME = 67;
319     /** Property constant */
320     int PR_COLUMN_COUNT = 68;
321     /** Property constant */
322     int PR_COLUMN_GAP = 69;
323     /** Property constant */
324     int PR_COLUMN_NUMBER = 70;
325     /** Property constant */
326     int PR_COLUMN_WIDTH = 71;
327     /** Property constant */
328     int PR_CONTENT_HEIGHT = 72;
329     /** Property constant */
330     int PR_CONTENT_TYPE = 73;
331     /** Property constant */
332     int PR_CONTENT_WIDTH = 74;
333     /** Property constant */
334     int PR_COUNTRY = 75;
335     /** Property constant */
336     int PR_CUE = 76;
337     /** Property constant */
338     int PR_CUE_AFTER = 77;
339     /** Property constant */
340     int PR_CUE_BEFORE = 78;
341     /** Property constant */
342     int PR_DESTINATION_PLACEMENT_OFFSET = 79;
343     /** Property constant */
344     int PR_DIRECTION = 80;
345     /** Property constant */
346     int PR_DISPLAY_ALIGN = 81;
347     /** Property constant */
348     int PR_DOMINANT_BASELINE = 82;
349     /** Property constant */
350     int PR_ELEVATION = 83;
351     /** Property constant */
352     int PR_EMPTY_CELLS = 84;
353     /** Property constant */
354     int PR_END_INDENT = 85;
355     /** Property constant */
356     int PR_ENDS_ROW = 86;
357     /** Property constant */
358     int PR_EXTENT = 87;
359     /** Property constant */
360     int PR_EXTERNAL_DESTINATION = 88;
361     /** Property constant */
362     int PR_FLOAT = 89;
363     /** Property constant */
364     int PR_FLOW_NAME = 90;
365     /** Property constant */
366     int PR_FONT = 91;
367     /** Property constant */
368     int PR_FONT_FAMILY = 92;
369     /** Property constant */
370     int PR_FONT_SELECTION_STRATEGY = 93;
371     /** Property constant */
372     int PR_FONT_SIZE = 94;
373     /** Property constant */
374     int PR_FONT_SIZE_ADJUST = 95;
375     /** Property constant */
376     int PR_FONT_STRETCH = 96;
377     /** Property constant */
378     int PR_FONT_STYLE = 97;
379     /** Property constant */
380     int PR_FONT_VARIANT = 98;
381     /** Property constant */
382     int PR_FONT_WEIGHT = 99;
383     /** Property constant */
384     int PR_FORCE_PAGE_COUNT = 100;
385     /** Property constant */
386     int PR_FORMAT = 101;
387     /** Property constant */
388     int PR_GLYPH_ORIENTATION_HORIZONTAL = 102;
389     /** Property constant */
390     int PR_GLYPH_ORIENTATION_VERTICAL = 103;
391     /** Property constant */
392     int PR_GROUPING_SEPARATOR = 104;
393     /** Property constant */
394     int PR_GROUPING_SIZE = 105;
395     /** Property constant */
396     int PR_HEIGHT = 106;
397     /** Property constant */
398     int PR_HYPHENATE = 107;
399     /** Property constant */
400     int PR_HYPHENATION_CHARACTER = 108;
401     /** Property constant */
402     int PR_HYPHENATION_KEEP = 109;
403     /** Property constant */
404     int PR_HYPHENATION_LADDER_COUNT = 110;
405     /** Property constant */
406     int PR_HYPHENATION_PUSH_CHARACTER_COUNT = 111;
407     /** Property constant */
408     int PR_HYPHENATION_REMAIN_CHARACTER_COUNT = 112;
409     /** Property constant */
410     int PR_ID = 113;
411     /** Property constant */
412     int PR_INDICATE_DESTINATION = 114;
413     /** Property constant */
414     int PR_INITIAL_PAGE_NUMBER = 115;
415     /** Property constant */
416     int PR_INLINE_PROGRESSION_DIMENSION = 116;
417     /** Property constant */
418     int PR_INTERNAL_DESTINATION = 117;
419     /** Property constant */
420     int PR_KEEP_TOGETHER = 118;
421     /** Property constant */
422     int PR_KEEP_WITH_NEXT = 119;
423     /** Property constant */
424     int PR_KEEP_WITH_PREVIOUS = 120;
425     /** Property constant */
426     int PR_LANGUAGE = 121;
427     /** Property constant */
428     int PR_LAST_LINE_END_INDENT = 122;
429     /** Property constant */
430     int PR_LEADER_ALIGNMENT = 123;
431     /** Property constant */
432     int PR_LEADER_LENGTH = 124;
433     /** Property constant */
434     int PR_LEADER_PATTERN = 125;
435     /** Property constant */
436     int PR_LEADER_PATTERN_WIDTH = 126;
437     /** Property constant */
438     int PR_LEFT = 127;
439     /** Property constant */
440     int PR_LETTER_SPACING = 128;
441     /** Property constant */
442     int PR_LETTER_VALUE = 129;
443     /** Property constant */
444     int PR_LINEFEED_TREATMENT = 130;
445     /** Property constant */
446     int PR_LINE_HEIGHT = 131;
447     /** Property constant */
448     int PR_LINE_HEIGHT_SHIFT_ADJUSTMENT = 132;
449     /** Property constant */
450     int PR_LINE_STACKING_STRATEGY = 133;
451     /** Property constant */
452     int PR_MARGIN = 134;
453     /** Property constant */
454     int PR_MARGIN_BOTTOM = 135;
455     /** Property constant */
456     int PR_MARGIN_LEFT = 136;
457     /** Property constant */
458     int PR_MARGIN_RIGHT = 137;
459     /** Property constant */
460     int PR_MARGIN_TOP = 138;
461     /** Property constant */
462     int PR_MARKER_CLASS_NAME = 139;
463     /** Property constant */
464     int PR_MASTER_NAME = 140;
465     /** Property constant */
466     int PR_MASTER_REFERENCE = 141;
467     /** Property constant */
468     int PR_MAX_HEIGHT = 142;
469     /** Property constant */
470     int PR_MAXIMUM_REPEATS = 143;
471     /** Property constant */
472     int PR_MAX_WIDTH = 144;
473     /** Property constant */
474     int PR_MEDIA_USAGE = 145;
475     /** Property constant */
476     int PR_MIN_HEIGHT = 146;
477     /** Property constant */
478     int PR_MIN_WIDTH = 147;
479     /** Property constant */
480     int PR_NUMBER_COLUMNS_REPEATED = 148;
481     /** Property constant */
482     int PR_NUMBER_COLUMNS_SPANNED = 149;
483     /** Property constant */
484     int PR_NUMBER_ROWS_SPANNED = 150;
485     /** Property constant */
486     int PR_ODD_OR_EVEN = 151;
487     /** Property constant */
488     int PR_ORPHANS = 152;
489     /** Property constant */
490     int PR_OVERFLOW = 153;
491     /** Property constant */
492     int PR_PADDING = 154;
493     /** Property constant */
494     int PR_PADDING_AFTER = 155;
495     /** Property constant */
496     int PR_PADDING_BEFORE = 156;
497     /** Property constant */
498     int PR_PADDING_BOTTOM = 157;
499     /** Property constant */
500     int PR_PADDING_END = 158;
501     /** Property constant */
502     int PR_PADDING_LEFT = 159;
503     /** Property constant */
504     int PR_PADDING_RIGHT = 160;
505     /** Property constant */
506     int PR_PADDING_START = 161;
507     /** Property constant */
508     int PR_PADDING_TOP = 162;
509     /** Property constant */
510     int PR_PAGE_BREAK_AFTER = 163;
511     /** Property constant */
512     int PR_PAGE_BREAK_BEFORE = 164;
513     /** Property constant */
514     int PR_PAGE_BREAK_INSIDE = 165;
515     /** Property constant */
516     int PR_PAGE_HEIGHT = 166;
517     /** Property constant */
518     int PR_PAGE_POSITION = 167;
519     /** Property constant */
520     int PR_PAGE_WIDTH = 168;
521     /** Property constant */
522     int PR_PAUSE = 169;
523     /** Property constant */
524     int PR_PAUSE_AFTER = 170;
525     /** Property constant */
526     int PR_PAUSE_BEFORE = 171;
527     /** Property constant */
528     int PR_PITCH = 172;
529     /** Property constant */
530     int PR_PITCH_RANGE = 173;
531     /** Property constant */
532     int PR_PLAY_DURING = 174;
533     /** Property constant */
534     int PR_POSITION = 175;
535     /** Property constant */
536     int PR_PRECEDENCE = 176;
537     /** Property constant */
538     int PR_PROVISIONAL_DISTANCE_BETWEEN_STARTS = 177;
539     /** Property constant */
540     int PR_PROVISIONAL_LABEL_SEPARATION = 178;
541     /** Property constant */
542     int PR_REFERENCE_ORIENTATION = 179;
543     /** Property constant */
544     int PR_REF_ID = 180;
545     /** Property constant */
546     int PR_REGION_NAME = 181;
547     /** Property constant */
548     int PR_RELATIVE_ALIGN = 182;
549     /** Property constant */
550     int PR_RELATIVE_POSITION = 183;
551     /** Property constant */
552     int PR_RENDERING_INTENT = 184;
553     /** Property constant */
554     int PR_RETRIEVE_BOUNDARY = 185;
555     /** Property constant */
556     int PR_RETRIEVE_CLASS_NAME = 186;
557     /** Property constant */
558     int PR_RETRIEVE_POSITION = 187;
559     /** Property constant */
560     int PR_RICHNESS = 188;
561     /** Property constant */
562     int PR_RIGHT = 189;
563     /** Property constant */
564     int PR_ROLE = 190;
565     /** Property constant */
566     int PR_RULE_STYLE = 191;
567     /** Property constant */
568     int PR_RULE_THICKNESS = 192;
569     /** Property constant */
570     int PR_SCALING = 193;
571     /** Property constant */
572     int PR_SCALING_METHOD = 194;
573     /** Property constant */
574     int PR_SCORE_SPACES = 195;
575     /** Property constant */
576     int PR_SCRIPT = 196;
577     /** Property constant */
578     int PR_SHOW_DESTINATION = 197;
579     /** Property constant */
580     int PR_SIZE = 198;
581     /** Property constant */
582     int PR_SOURCE_DOCUMENT = 199;
583     /** Property constant */
584     int PR_SPACE_AFTER = 200;
585     /** Property constant */
586     int PR_SPACE_BEFORE = 201;
587     /** Property constant */
588     int PR_SPACE_END = 202;
589     /** Property constant */
590     int PR_SPACE_START = 203;
591     /** Property constant */
592     int PR_SPAN = 204;
593     /** Property constant */
594     int PR_SPEAK = 205;
595     /** Property constant */
596     int PR_SPEAK_HEADER = 206;
597     /** Property constant */
598     int PR_SPEAK_NUMERAL = 207;
599     /** Property constant */
600     int PR_SPEAK_PUNCTUATION = 208;
601     /** Property constant */
602     int PR_SPEECH_RATE = 209;
603     /** Property constant */
604     int PR_SRC = 210;
605     /** Property constant */
606     int PR_START_INDENT = 211;
607     /** Property constant */
608     int PR_STARTING_STATE = 212;
609     /** Property constant */
610     int PR_STARTS_ROW = 213;
611     /** Property constant */
612     int PR_STRESS = 214;
613     /** Property constant */
614     int PR_SUPPRESS_AT_LINE_BREAK = 215;
615     /** Property constant */
616     int PR_SWITCH_TO = 216;
617     /** Property constant */
618     int PR_TABLE_LAYOUT = 217;
619     /** Property constant */
620     int PR_TABLE_OMIT_FOOTER_AT_BREAK = 218;
621     /** Property constant */
622     int PR_TABLE_OMIT_HEADER_AT_BREAK = 219;
623     /** Property constant */
624     int PR_TARGET_PRESENTATION_CONTEXT = 220;
625     /** Property constant */
626     int PR_TARGET_PROCESSING_CONTEXT = 221;
627     /** Property constant */
628     int PR_TARGET_STYLESHEET = 222;
629     /** Property constant */
630     int PR_TEXT_ALIGN = 223;
631     /** Property constant */
632     int PR_TEXT_ALIGN_LAST = 224;
633     /** Property constant */
634     int PR_TEXT_ALTITUDE = 225;
635     /** Property constant */
636     int PR_TEXT_DECORATION = 226;
637     /** Property constant */
638     int PR_TEXT_DEPTH = 227;
639     /** Property constant */
640     int PR_TEXT_INDENT = 228;
641     /** Property constant */
642     int PR_TEXT_SHADOW = 229;
643     /** Property constant */
644     int PR_TEXT_TRANSFORM = 230;
645     /** Property constant */
646     int PR_TOP = 231;
647     /** Property constant */
648     int PR_TREAT_AS_WORD_SPACE = 232;
649     /** Property constant */
650     int PR_UNICODE_BIDI = 233;
651     /** Property constant */
652     int PR_VERTICAL_ALIGN = 234;
653     /** Property constant */
654     int PR_VISIBILITY = 235;
655     /** Property constant */
656     int PR_VOICE_FAMILY = 236;
657     /** Property constant */
658     int PR_VOLUME = 237;
659     /** Property constant */
660     int PR_WHITE_SPACE = 238;
661     /** Property constant */
662     int PR_WHITE_SPACE_COLLAPSE = 239;
663     /** Property constant */
664     int PR_WHITE_SPACE_TREATMENT = 240;
665     /** Property constant */
666     int PR_WIDOWS = 241;
667     /** Property constant */
668     int PR_WIDTH = 242;
669     /** Property constant */
670     int PR_WORD_SPACING = 243;
671     /** Property constant */
672     int PR_WRAP_OPTION = 244;
673     /** Property constant */
674     int PR_WRITING_MODE = 245;
675     /** Property constant */
676     int PR_XML_LANG = 246;
677     /** Property constant */
678     int PR_Z_INDEX = 247;
679     /** Property constant */
680     int PR_INTRUSION_DISPLACE = 248;
681     /** Property constant - XSL 1.1 */
682     int PR_INDEX_CLASS = 249;
683     /** Property constant - XSL 1.1 */
684     int PR_INDEX_KEY = 250;
685     /** Property constant - FOP proprietary: Custom extension for line alignment */
686     int PR_X_BLOCK_PROGRESSION_UNIT = 251;
687     /** Property constant - FOP proprietary: limit for widow content in lists and tables */
688     int PR_X_WIDOW_CONTENT_LIMIT = 252;
689     /** Property constant - FOP proprietary: limit for orphan content in lists and tables */
690     int PR_X_ORPHAN_CONTENT_LIMIT = 253;
691     /** Number of property constants defined */
692     int PROPERTY_COUNT = 253;
693
694     // compound property constants
695

696     /** Property constant for compund property */
697     int CP_BLOCK_PROGRESSION_DIRECTION = 1 << COMPOUND_SHIFT;
698     /** Property constant for compund property */
699     int CP_CONDITIONALITY = 2 << COMPOUND_SHIFT;
700     /** Property constant for compund property */
701     int CP_INLINE_PROGRESSION_DIRECTION = 3 << COMPOUND_SHIFT;
702     /** Property constant for compund property */
703     int CP_LENGTH = 4 << COMPOUND_SHIFT;
704     /** Property constant for compund property */
705     int CP_MAXIMUM = 5 << COMPOUND_SHIFT;
706     /** Property constant for compund property */
707     int CP_MINIMUM = 6 << COMPOUND_SHIFT;
708     /** Property constant for compund property */
709     int CP_OPTIMUM = 7 << COMPOUND_SHIFT;
710     /** Property constant for compund property */
711     int CP_PRECEDENCE = 8 << COMPOUND_SHIFT;
712     /** Property constant for compund property */
713     int CP_WITHIN_COLUMN = 9 << COMPOUND_SHIFT;
714     /** Property constant for compund property */
715     int CP_WITHIN_LINE = 10 << COMPOUND_SHIFT;
716     /** Property constant for compund property */
717     int CP_WITHIN_PAGE = 11 << COMPOUND_SHIFT;
718
719     // Enumeration constants
720
/** Enumeration constant */
721     int EN_ABSOLUTE = 1;
722     /** Enumeration constant */
723     int EN_ABSOLUTE_COLORMETRIC = 2;
724     /** Enumeration constant */
725     int EN_AFTER = 3;
726     /** Enumeration constant */
727     int EN_AFTER_EDGE = 4;
728     /** Enumeration constant */
729     int EN_ALL = 5;
730     /** Enumeration constant */
731     int EN_ALPHABETIC = 6;
732     /** Enumeration constant */
733     int EN_ALWAYS = 7;
734     /** Enumeration constant */
735     int EN_ANY = 8;
736     /** Enumeration constant */
737     int EN_AUTO = 9;
738     /** Enumeration constant */
739     int EN_AUTO_EVEN = 10;
740     /** Enumeration constant */
741     int EN_AUTO_ODD = 11;
742     /** Enumeration constant */
743     int EN_BASELINE = 12;
744     /** Enumeration constant */
745     int EN_BEFORE = 13;
746     /** Enumeration constant */
747     int EN_BEFORE_EDGE = 14;
748     /** Enumeration constant */
749     int EN_BIDI_OVERRIDE = 15;
750     /** Enumeration constant */
751     int EN_BLANK = 16;
752     /** Enumeration constant */
753     int EN_BLINK = 17;
754     /** Enumeration constant */
755     int EN_BLOCK = 18;
756     /** Enumeration constant */
757     int EN_BOTH = 19;
758     /** Enumeration constant */
759     int EN_BOTTOM = 20;
760     /** Enumeration constant */
761     int EN_BOUNDED_IN_ONE_DIMENSION = 21;
762     /** Enumeration constant */
763     int EN_CAPITALIZE = 22;
764     /** Enumeration constant */
765     int EN_CENTER = 23;
766     /** Enumeration constant */
767     int EN_CENTRAL = 24;
768     /** Enumeration constant */
769     int EN_CHARACTER_BY_CHARACTER = 25;
770     /** Enumeration constant */
771     int EN_COLLAPSE = 26;
772     /** Enumeration constant */
773     int EN_COLLAPSE_WITH_PRECEDENCE = 27;
774     /** Enumeration constant */
775     int EN_COLUMN = 28;
776     /** Enumeration constant */
777     int EN_CONDENSED = 29;
778     /** Enumeration constant */
779     int EN_CONSIDER_SHIFTS = 30;
780     /** Enumeration constant */
781     int EN_DASHED = 31;
782     /** Enumeration constant */
783     int EN_DISCARD = 32;
784     /** Enumeration constant */
785     int EN_DISREGARD_SHIFTS = 33;
786     /** Enumeration constant */
787     int EN_DOCUMENT = 34;
788     /** Enumeration constant */
789     int EN_DOTS = 35;
790     /** Enumeration constant */
791     int EN_DOTTED = 36;
792     /** Enumeration constant */
793     int EN_DOUBLE = 37;
794     /** Enumeration constant */
795     int EN_EMBED = 38;
796     /** Enumeration constant */
797     int EN_END = 39;
798     /** Enumeration constant */
799     int EN_END_ON_EVEN = 40;
800     /** Enumeration constant */
801     int EN_END_ON_ODD = 41;
802     /** Enumeration constant */
803     int EN_ERROR_IF_OVERFLOW = 42;
804     /** Enumeration constant */
805     int EN_EVEN = 43;
806     /** Enumeration constant */
807     int EN_EVEN_PAGE = 44;
808     /** Enumeration constant */
809     int EN_EXPANDED = 45;
810     /** Enumeration constant */
811     int EN_EXTRA_CONDENSED = 46;
812     /** Enumeration constant */
813     int EN_EXTRA_EXPANDED = 47;
814     /** Enumeration constant */
815     int EN_FALSE = 48;
816     /** Enumeration constant */
817     int EN_FIC = 49;
818     /** Enumeration constant */
819     int EN_FIRST = 50;
820     /** Enumeration constant */
821     int EN_FIXED = 51;
822     /** Enumeration constant */
823     int EN_FONT_HEIGHT = 52;
824     /** Enumeration constant */
825     int EN_FORCE = 53;
826     /** Enumeration constant */
827     int EN_FSWP = 54;
828     /** Enumeration constant */
829     int EN_GROOVE = 55;
830     /** Enumeration constant */
831     int EN_HANGING = 56;
832     /** Enumeration constant */
833     int EN_HIDDEN = 57;
834     /** Enumeration constant */
835     int EN_HIDE = 58;
836     /** Enumeration constant */
837     int EN_IDEOGRAPHIC = 59;
838     /** Enumeration constant */
839     int EN_IGNORE = 60;
840     /** Enumeration constant */
841     int EN_IGNORE_IF_AFTER_LINEFEED = 61;
842     /** Enumeration constant */
843     int EN_IGNORE_IF_BEFORE_LINEFEED = 62;
844     /** Enumeration constant */
845     int EN_IGNORE_IF_SURROUNDING_LINEFEED = 63;
846     /** Enumeration constant */
847     int EN_INDEFINITE = 64;
848     /** Enumeration constant */
849     int EN_INDENT = 65;
850     /** Enumeration constant */
851     int EN_INHERIT = 66;
852     /** Enumeration constant */
853     int EN_INSET = 67;
854     /** Enumeration constant */
855     int EN_INSIDE = 68;
856     /** Enumeration constant */
857     int EN_INTEGER_PIXELS = 69;
858     /** Enumeration constant */
859     int EN_JUSTIFY = 70;
860     /** Enumeration constant */
861     int EN_LARGER = 71;
862     /** Enumeration constant */
863     int EN_LAST = 72;
864     /** Enumeration constant */
865     int EN_LEFT = 73;
866     /** Enumeration constant */
867     int EN_LEWP = 74;
868     /** Enumeration constant */
869     int EN_LINE = 75;
870     /** Enumeration constant */
871     int EN_LINE_HEIGHT = 76;
872     /** Enumeration constant */
873     int EN_LINE_THROUGH = 77;
874     /** Enumeration constant */
875     int EN_LOWERCASE = 78;
876     /** Enumeration constant */
877     int EN_LR_TB = 79;
878     /** Enumeration constant */
879     int EN_LTR = 80;
880     /** Enumeration constant */
881     int EN_LSWP = 81;
882     /** Enumeration constant */
883     int EN_MATHEMATICAL = 82;
884     /** Enumeration constant */
885     int EN_MAX_HEIGHT = 83;
886     /** Enumeration constant */
887     int EN_MIDDLE = 84;
888     /** Enumeration constant */
889     int EN_NARROWER = 85;
890     /** Enumeration constant */
891     int EN_NO_BLINK = 86;
892     /** Enumeration constant */
893     int EN_NO_CHANGE = 87;
894     /** Enumeration constant */
895     int EN_NO_FORCE = 88;
896     /** Enumeration constant */
897     int EN_NO_LIMIT = 89;
898     /** Enumeration constant */
899     int EN_NO_LINE_THROUGH = 90;
900     /** Enumeration constant */
901     int EN_NO_OVERLINE = 91;
902     /** Enumeration constant */
903     int EN_NO_UNDERLINE = 92;
904     /** Enumeration constant */
905     int EN_NO_WRAP = 93;
906     /** Enumeration constant */
907     int EN_NON_UNIFORM = 94;
908     /** Enumeration constant */
909     int EN_NONE = 95;
910     /** Enumeration constant */
911     int EN_NOREPEAT = 96;
912     /** Enumeration constant */
913     int EN_NORMAL = 97;
914     /** Enumeration constant */
915     int EN_NOT_BLANK = 98;
916     /** Enumeration constant */
917     int EN_ODD = 99;
918     /** Enumeration constant */
919     int EN_ODD_PAGE = 100;
920     /** Enumeration constant */
921     int EN_OUTSET = 101;
922     /** Enumeration constant */
923     int EN_OUTSIDE = 102;
924     /** Enumeration constant */
925     int EN_OVERLINE = 103;
926     /** Enumeration constant */
927     int EN_PAGE = 104;
928     /** Enumeration constant */
929     int EN_PAGE_SEQUENCE = 105;
930     /** Enumeration constant */
931     int EN_PAGINATE = 106;
932     /** Enumeration constant */
933     int EN_PERCEPTUAL = 107;
934     /** Enumeration constant */
935     int EN_PRESERVE = 108;
936     /** Enumeration constant */
937     int EN_REFERENCE_AREA = 109;
938     /** Enumeration constant */
939     int EN_RELATIVE = 110;
940     /** Enumeration constant */
941     int EN_RELATIVE_COLOMETRIC = 111;
942     /** Enumeration constant */
943     int EN_REPEAT = 112;
944     /** Enumeration constant */
945     int EN_REPEATX = 113;
946     /** Enumeration constant */
947     int EN_REPEATY = 114;
948     /** Enumeration constant */
949     int EN_RESAMPLE_ANY_METHOD = 115;
950     /** Enumeration constant */
951     int EN_RESET_SIZE = 116;
952     /** Enumeration constant */
953     int EN_REST = 117;
954     /** Enumeration constant */
955     int EN_RETAIN = 118;
956     /** Enumeration constant */
957     int EN_RIDGE = 119;
958     /** Enumeration constant */
959     int EN_RIGHT = 120;
960     /** Enumeration constant */
961     int EN_RL_TB = 121;
962     /** Enumeration constant */
963     int EN_RTL = 122;
964     /** Enumeration constant */
965     int EN_RULE = 123;
966     /** Enumeration constant */
967     int EN_SATURATION = 124;
968     /** Enumeration constant */
969     int EN_SCALE_TO_FIT = 125;
970     /** Enumeration constant */
971     int EN_SCROLL = 126;
972     /** Enumeration constant */
973     int EN_SEMI_CONDENSED = 127;
974     /** Enumeration constant */
975     int EN_SEMI_EXPANDED = 128;
976     /** Enumeration constant */
977     int EN_SEPARATE = 129;
978     /** Enumeration constant */
979     int EN_SHOW = 130;
980     /** Enumeration constant */
981     int EN_SMALL_CAPS = 131;
982     /** Enumeration constant */
983     int EN_SMALLER = 132;
984     /** Enumeration constant */
985     int EN_SOLID = 133;
986     /** Enumeration constant */
987     int EN_SPACE = 134;
988     /** Enumeration constant */
989     int EN_START = 135;
990     /** Enumeration constant */
991     int EN_STATIC = 136;
992     /** Enumeration constant */
993     int EN_SUB = 137;
994     /** Enumeration constant */
995     int EN_SUPER = 138;
996     /** Enumeration constant */
997     int EN_SUPPRESS = 139;
998     /** Enumeration constant */
999     int EN_TB_RL = 140;
1000    /** Enumeration constant */
1001    int EN_TEXT_AFTER_EDGE = 141;
1002    /** Enumeration constant */
1003    int EN_TEXT_BEFORE_EDGE = 142;
1004    /** Enumeration constant */
1005    int EN_TEXT_BOTTOM = 143;
1006    /** Enumeration constant */
1007    int EN_TEXT_TOP = 144;
1008    /** Enumeration constant */
1009    int EN_TOP = 145;
1010    /** Enumeration constant */
1011    int EN_TRADITIONAL = 146;
1012    /** Enumeration constant */
1013    int EN_TREAT_AS_SPACE = 147;
1014    /** Enumeration constant */
1015    int EN_TREAT_AS_ZERO_WIDTH_SPACE = 148;
1016    /** Enumeration constant */
1017    int EN_TRUE = 149;
1018    /** Enumeration constant */
1019    int EN_ULTRA_CONDENSED = 150;
1020    /** Enumeration constant */
1021    int EN_ULTRA_EXPANDED = 151;
1022    /** Enumeration constant */
1023    int EN_UNBOUNDED = 152;
1024    /** Enumeration constant */
1025    int EN_UNDERLINE = 153;
1026    /** Enumeration constant */
1027    int EN_UNIFORM = 154;
1028    /** Enumeration constant */
1029    int EN_UPPERCASE = 155;
1030    /** Enumeration constant */
1031    int EN_USE_FONT_METRICS = 156;
1032    /** Enumeration constant */
1033    int EN_USE_SCRIPT = 157;
1034    /** Enumeration constant */
1035    int EN_USECONTENT = 158;
1036    /** Enumeration constant */
1037    int EN_VISIBLE = 159;
1038    /** Enumeration constant */
1039    int EN_WIDER = 160;
1040    /** Enumeration constant */
1041    int EN_WRAP = 161;
1042    /** Enumeration constant - non-standard for display-align */
1043    int EN_X_FILL = 162;
1044    /** Enumeration constant - non-standard for display-align */
1045    int EN_X_DISTRIBUTE = 163;
1046    /** Enumeration constant */
1047    int EN_ITALIC = 164;
1048    /** Enumeration constant */
1049    int EN_OBLIQUE = 165;
1050    /** Enumeration constant */
1051    int EN_BACKSLANT = 166;
1052    /** Enumeration constant */
1053    int EN_BOLDER = 167;
1054    /** Enumeration constant */
1055    int EN_LIGHTER = 168;
1056    /** Enumeration constant */
1057    int EN_100 = 168;
1058    /** Enumeration constant */
1059    int EN_200 = 169;
1060    /** Enumeration constant */
1061    int EN_300 = 170;
1062    /** Enumeration constant */
1063    int EN_400 = 171;
1064    /** Enumeration constant */
1065    int EN_500 = 172;
1066    /** Enumeration constant */
1067    int EN_600 = 173;
1068    /** Enumeration constant */
1069    int EN_700 = 174;
1070    /** Enumeration constant */
1071    int EN_800 = 175;
1072    /** Enumeration constant */
1073    int EN_900 = 176;
1074    /** Enumeration constant -- page-break-shorthand */
1075    int EN_AVOID = 177;
1076    /** Enumeration constant -- white-space shorthand */
1077    int EN_PRE = 178;
1078    /** Enumeration constant -- font shorthand */
1079    int EN_CAPTION = 179;
1080    /** Enumeration constant -- font shorthand */
1081    int EN_ICON = 180;
1082    /** Enumeration constant -- font shorthand */
1083    int EN_MENU = 181;
1084    /** Enumeration constant -- font shorthand */
1085    int EN_MESSAGE_BOX = 182;
1086    /** Enumeration constant -- font shorthand */
1087    int EN_SMALL_CAPTION = 183;
1088    /** Enumeration constant -- font shorthand */
1089    int EN_STATUS_BAR = 184;
1090    /** Number of enumeration constants defined */
1091    int ENUM_COUNT = 184;
1092}
1093
Popular Tags