]> source.dussan.org Git - xmlgraphics-fop.git/commit
PropertyConsts now instantiated.
authorPeter Bernard West <pbwest@apache.org>
Sat, 19 Oct 2002 03:42:19 +0000 (03:42 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sat, 19 Oct 2002 03:42:19 +0000 (03:42 +0000)
commit1dc96207048f3881b6e69b50abf1b50af0375f96
tree3bc520177d3065961398666ba30cc1919833fbfe
parentaad02f86decd29d6dda8edc060e0e77623994047
PropertyConsts now instantiated.
PropertyConsts data is accessed through a singleton object.
getPropertyIndex() moved to PropNames.
Properties split into properties.Property and properties.<property>.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195339 13f79535-47bb-0310-9956-ffa450edef68
334 files changed:
src/org/apache/fop/fo/expr/PropertyParser.java
src/org/apache/fop/fo/properties/AbsolutePosition.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ActiveState.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/AlignmentAdjust.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/AlignmentBaseline.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/AutoRestore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Azimuth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Background.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundAttachment.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundImage.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundPosition.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundPositionHorizontal.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundPositionVertical.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BackgroundRepeat.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BaselineShift.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BlankOrNotBlank.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BlockProgressionDimension.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BlockProgressionDimensionMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BlockProgressionDimensionMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BlockProgressionDimensionOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Border.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderAfterColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderAfterPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderAfterStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderAfterWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderAfterWidthConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderAfterWidthLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBeforeColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBeforePrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBeforeStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBeforeWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBeforeWidthConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBeforeWidthLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBottom.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBottomColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBottomStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderBottomWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderCollapse.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderCommonStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderCommonWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderEndColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderEndPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderEndStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderEndWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderEndWidthConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderEndWidthLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderLeft.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderLeftColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderLeftStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderLeftWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderRight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderRightColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderRightStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderRightWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderSeparation.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderSeparationBlockProgressionDirection.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderSeparationInlineProgressionDirection.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderSpacing.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStartColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStartPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStartStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStartWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStartWidthConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStartWidthLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderTop.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderTopColor.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderTopStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderTopWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BorderWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Bottom.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BreakAfter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BreakBefore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/BreakCommon.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/CaptionSide.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/CaseName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/CaseTitle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Character.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Clear.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Clip.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Color.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColorCommon.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColorNonTransparent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColorProfileName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColorTransparent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColumnCount.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColumnGap.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColumnNumber.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ColumnWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Conditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ContentDimension.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ContentHeight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ContentType.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ContentWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Country.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Cue.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/CueAfter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/CueBefore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/DestinationPlacementOffset.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Direction.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/DisplayAlign.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/DominantBaseline.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Elevation.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/EmptyCells.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/EndIndent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/EndsRow.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Extent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ExternalDestination.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Float.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FlowName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Font.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontFamily.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontSelectionStrategy.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontSize.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontSizeAdjust.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontStretch.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontVariant.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/FontWeight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ForcePageCount.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Format.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/GlyphOrientationHorizontal.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/GlyphOrientationVertical.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/GroupingSeparator.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/GroupingSize.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Height.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Hyphenate.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/HyphenationCharacter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/HyphenationKeep.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/HyphenationLadderCount.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/HyphenationPushCharacterCount.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/HyphenationRemainCharacterCount.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Id.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/IndicateDestination.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/InitialPageNumber.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/InlineProgressionDimension.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/InlineProgressionDimensionMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/InlineProgressionDimensionMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/InlineProgressionDimensionOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/InternalDestination.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/IntrusionDisplace.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Keep.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepTogether.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepTogetherWithinColumn.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepTogetherWithinLine.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepTogetherWithinPage.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithNext.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithNextWithinColumn.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithNextWithinLine.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithNextWithinPage.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithPrevious.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithPreviousWithinColumn.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithPreviousWithinLine.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/KeepWithPreviousWithinPage.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Language.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LastLineEndIndent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderAlignment.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderLengthMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderLengthMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderLengthOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderPattern.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LeaderPatternWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Left.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterSpacing.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterSpacingConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterSpacingMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterSpacingMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterSpacingOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterSpacingPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LetterValue.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeightConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeightMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeightMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeightOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeightPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineHeightShiftAdjustment.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LineStackingStrategy.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/LinefeedTreatment.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Margin.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MarginBottom.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MarginLeft.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MarginRight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MarginTop.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MarkerClassName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MasterName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MasterReference.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MaxHeight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MaxWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MaximumRepeats.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MediaUsage.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MinHeight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/MinWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/NoProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/NumberColumnsRepeated.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/NumberColumnsSpanned.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/NumberRowsSpanned.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/OddOrEven.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Orphans.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Overflow.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Padding.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingAfter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingAfterConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingAfterLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingBefore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingBeforeConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingBeforeLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingBottom.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingEnd.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingEndConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingEndLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingLeft.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingRight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingStart.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingStartConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingStartLength.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PaddingTop.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageBreakAfter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageBreakBefore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageBreakCommon.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageBreakInside.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageHeight.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageHeightWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PagePosition.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PageWidth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Pause.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PauseAfter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PauseBefore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Pitch.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PitchRange.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PlayDuring.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Position.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Precedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/PrecedenceCommon.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Property.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ProvisionalLabelSeparation.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RefId.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ReferenceOrientation.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RegionName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RelativeAlign.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RelativePosition.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RenderingIntent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RetrieveBoundary.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RetrieveClassName.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RetrievePosition.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Richness.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Right.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Role.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RuleStyle.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/RuleThickness.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Scaling.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ScalingMethod.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ScoreSpaces.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Script.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ShowDestination.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Size.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SourceDocument.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceAfter.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceAfterConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceAfterMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceAfterMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceAfterOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceAfterPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceBefore.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceBeforeConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceBeforeMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceBeforeMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceBeforeOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceBeforePrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceEnd.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceEndConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceEndMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceEndMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceEndOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceEndPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceStart.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceStartConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceStartMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceStartMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceStartOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpaceStartPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Span.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Speak.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpeakHeader.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpeakNumeral.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpeakPunctuation.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SpeechRate.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Src.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/StartIndent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/StartingState.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/StartsRow.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Stress.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SuppressAtLineBreak.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/SwitchTo.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TableLayout.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TableOmitFooterAtBreak.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TableOmitHeaderAtBreak.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TargetPresentationContext.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TargetProcessingContext.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TargetStylesheet.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextAlign.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextAlignLast.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextAltitude.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextDecoration.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextDepth.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextIndent.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextShadow.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TextTransform.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Top.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/TreatAsWordSpace.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/UnicodeBidi.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/VerticalAlign.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Visibility.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/VoiceFamily.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Volume.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WhiteSpace.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WhiteSpaceCollapse.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WhiteSpaceTreatment.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Widows.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/Width.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WordSpacing.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WordSpacingConditionality.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WordSpacingMaximum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WordSpacingMinimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WordSpacingOptimum.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WordSpacingPrecedence.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WrapOption.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/WritingMode.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/XmlLang.java [new file with mode: 0644]
src/org/apache/fop/fo/properties/ZIndex.java [new file with mode: 0644]