Browse Source

Minor spelling corrections.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@755647 13f79535-47bb-0310-9956-ffa450edef68
pull/37/head
Adrian Cumiskey 15 years ago
parent
commit
ecae6be69c
1 changed files with 11 additions and 11 deletions
  1. 11
    11
      src/java/org/apache/fop/fo/Constants.java

+ 11
- 11
src/java/org/apache/fop/fo/Constants.java View File

@@ -776,27 +776,27 @@ public interface Constants {

// compound property constants

/** Property constant for compund property */
/** Property constant for compound property */
int CP_BLOCK_PROGRESSION_DIRECTION = 1 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_CONDITIONALITY = 2 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_INLINE_PROGRESSION_DIRECTION = 3 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_LENGTH = 4 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_MAXIMUM = 5 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_MINIMUM = 6 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_OPTIMUM = 7 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_PRECEDENCE = 8 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_WITHIN_COLUMN = 9 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_WITHIN_LINE = 10 << COMPOUND_SHIFT;
/** Property constant for compund property */
/** Property constant for compound property */
int CP_WITHIN_PAGE = 11 << COMPOUND_SHIFT;

// Enumeration constants

Loading…
Cancel
Save