Uses of Class
org.foray.fotree.Property

Packages that use Property
org.foray.fotree Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. 
org.foray.fotree.axsl Namespace and Factory classes for objects in the axsl: namespace. 
org.foray.fotree.axsl.prop Classes representing properties in the axsl namespace. 
org.foray.fotree.fo Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. 
org.foray.fotree.fo.prop Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard). 
org.foray.fotree.foray Namespace and Factory classes for objects in the foray: (custom) namespace. 
org.foray.fotree.math Namespace and Factory classes for objects in the m: (MathML) namespace. 
org.foray.fotree.svg Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. 
org.foray.fotree.value Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). 
org.foray.fotree.xml Namespace and Factory classes for objects in the xml: (Generic XML) namespace. 
org.foray.fotree.xml.prop Classes representing generic XML properties. 
 

Uses of Property in org.foray.fotree
 

Methods in org.foray.fotree that return Property
 Property FObj.ancestorProperty(FoProperty propertyType)
          Returns the nearest ancestor property of a specified type.
 Property PropertyList.getProperty(PropertyType propertyType)
          Returns the named Property from this PropertyList, if any.
 Property Namespace.parseAttribute(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator, FOTreeBuilder builder)
          Parses one attribute.
abstract  Property Namespace.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
          Parses one attribute in this namespace.
 

Methods in org.foray.fotree with parameters of type Property
 void PropertyList.addProperty(FObj fobj, Property property)
          Adds a property to this PropertyList.
 

Method parameters in org.foray.fotree with type arguments of type Property
protected static IllegalArgumentException Property.unexpectedInitialValueArgument(PropertyType propertyType, Class<? extends Property> theClass)
          Returns an IllegalArgumentException indicating that the arguments presented for retrieving an initial value for a given property are not valid.
 

Uses of Property in org.foray.fotree.axsl
 

Subclasses of Property in org.foray.fotree.axsl
 class AbstractAxslProperty
          Superclass for properties in the "axsl:" namespace.
 

Methods in org.foray.fotree.axsl that return Property
static Property PropertyMakerAxsl.makeProperty(String propertyFullName, String attributeValue, FObj fobj)
          Makes a property in this namespace.
 Property NamespaceAxsl.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of Property in org.foray.fotree.axsl.prop
 

Subclasses of Property in org.foray.fotree.axsl.prop
 class AxslEnumerated
          Properties that have only enumerated values.
 class MetadataKey
          The "metadata-key" property in the axsl: namespace.
 

Uses of Property in org.foray.fotree.fo
 

Subclasses of Property in org.foray.fotree.fo
 class AbstractFoProperty
          Superclass for properties in the "fo:" namespace.
 

Methods in org.foray.fotree.fo that return Property
static Property PropertyMakerFO.makeProperty(String propertyFullName, String attributeValue, FObj fobj)
          Makes a property in this namespace.
 Property NamespaceFO.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of Property in org.foray.fotree.fo.prop
 

Subclasses of Property in org.foray.fotree.fo.prop
 class AbstractAbsoluteDimension
          Abstract superclass for the "height", "width", "max-height", "max-width", "min-height", and "min-width" properties.
 class AbstractAbsoluteOffset
          Abstract superclass for the "top", "bottom", "left", and "right" properties in XSL-FO.
 class AbstractAllowedAxisScale
          Abstract superclass for the XSL-FO properties "allowed-height-scale" and "allowed-width-scale".
 class AbstractAudioDial
          Abstract superclass for the "pitch-range", "stress", and "richness" XSL-FO properties.
 class AbstractBackgroundPosition
          Abstract superclass for the "background-position-horizontal" and "background-position-vertical" properties.
 class AbstractBoolean
          Abstract superclass for boolean (true, false) properties in XSL-FO.
 class AbstractBorder
          Abstract superclass for the shorthand properties "border", "border-left", "border-right", "border-top", and "border-bottom".
 class AbstractBorderColor
          Abstract superclass for the eight directional border color properties (but not for border-color itself, which is a shorthand property).
 class AbstractBorderPrecedence
          Abstract superclass for the "border-before-precedence", "border-after-precedence", "border-start-precedence", and "border-end-precedence" properties in XSL-FO.
 class AbstractBorderStyle
          Abstract superclass for the "border-before-style", "border-after-style", "border-start-style", "border-end-style", "border-left-style", "border-right-style", "border-top-style", and "border-bottom-style" properties in XSL-FO.
 class AbstractBorderWidth
          Abstract superclass for the "border-before-width", "border-after-width", "border-start-width", "border-end-width", "border-top-width", "border-bottom-width", "border-left-width", and "border-right-width" properties in XSL-FO.
 class AbstractCharacter
          Abstract superclass for the "character", "grouping-separator", and "hyphenation-character" properties.
 class AbstractContentDimension
          Abstract superclass for the "content-width" and "content-height" properties in XSL-FO.
 class AbstractCue
          Abstract superclass for the "cue-before" and "cue-after" properties, and the "cue" shorthand property.
 class AbstractGlyphOrientation
          Abstract superclass for glyph-orientation-horizontal and glyph-orientation-vertical properties.
 class AbstractIndent
          Abstract superclass for the "start-indent" and "end-indent" XSL-FO properties.
 class AbstractKeep
          Abstract superclass for the "keep-together", "keep-with-next", and "keep-with-previous" properties.
 class AbstractMargin
          Abstract superclass for the "margin-top", "margin-bottom", "margin-left", and "margin-right" XSL-FO properties.
 class AbstractMergeIndex
          Abstract superclass for the "merge-pages-across-index-key-references", "merge-ranges-across-index-key-references", and "merge-sequential-page-numbers" properties in XSL-FO.
 class AbstractName
          Abstract superclass for XSL-FO properties that define a "name".
 class AbstractPadding
          Abstract superclass for the "padding-before", "padding-after", "padding-start", "padding-end", "padding-left", "padding-right", "padding-top", and "padding-bottom" properties.
 class AbstractPageDimension
          Abstract superclass for the "page-height" and "page-width" properties.
 class AbstractPause
          Abstract superclass for the "pause-before" and "pause-after" properties, and for the shorthand property "pause".
 class AbstractRelativeDimension
          Abstract superclass for inline-progression-dimension and block-progression-dimension.
 class AbstractRelativeSpace
          Abstract superclass for the "space-before", "space-after", "space-start", and "space-end" properties.
 class AbstractString
          Abstract superclass for properties that can take any string, that is, index-class, index-key, and ref-index-key.
 class PdAbsolutePosition
          The "absolute-position" property in XSL-FO.
 class PdActiveState
          The "active-state" property in XSL-FO.
 class PdAlignmentAdjust
          The "alignment-adjust" property in XSL-FO.
 class PdAlignmentBaseline
          The "alignment-baseline" property in XSL-FO.
 class PdAllowedHeightScale
          The "allowed-height-scale" property in XSL-FO.
 class PdAllowedWidthScale
          The "allowed-width-scale" property in XSL-FO.
 class PdAutoRestore
          The "auto-restore" property in XSL-FO.
 class PdAzimuth
          The "azimuth" property in XSL-FO.
 class PdBackground
          The "background" property in XSL-FO.
 class PdBackgroundAttachment
          The "background-attachment" property in XSL-FO.
 class PdBackgroundColor
          The "background-color" property in XSL-FO.
 class PdBackgroundImage
          The "background-image" property in XSL-FO.
 class PdBackgroundPosition
          The "background-position" shorthand property in XSL-FO.
 class PdBackgroundPositionHorizontal
          The "background-position-horizontal" XSL-FO property.
 class PdBackgroundPositionVertical
          The "background-position-vertical" XSL-FO property.
 class PdBackgroundRepeat
          The "background-repeat" property in XSL-FO.
 class PdBaselineShift
          The "baseline-shift" property in XSL-FO.
 class PdBlankOrNotBlank
          The "blank-or-not-blank" property in XSL-FO.
 class PdBlockProgressionDimension
          The "block-progression-dimension" property in XSL-FO.
 class PdBorder
          The "border" property in XSL-FO.
 class PdBorderAfterColor
          The "border-after-color" property in XSL-FO.
 class PdBorderAfterPrecedence
          The "border-after-precedence" property in XSL-FO.
 class PdBorderAfterStyle
          The "border-after-style" property in XSL-FO.
 class PdBorderAfterWidth
          The "border-after-width" property in XSL-FO.
 class PdBorderBeforeColor
          The "border-before-color" property in XSL-FO.
 class PdBorderBeforePrecedence
          The "border-before-precedence" property in XSL-FO.
 class PdBorderBeforeStyle
          The "border-before-style" property in XSL-FO.
 class PdBorderBeforeWidth
          The "border-before-width" property in XSL-FO.
 class PdBorderBottom
          The "border-bottom" property in XSL-FO.
 class PdBorderBottomColor
          The "border-bottom-color" property in XSL-FO.
 class PdBorderBottomStyle
          The "border-bottom-style" property in XSL-FO.
 class PdBorderBottomWidth
          The "border-bottom-width" property in XSL-FO.
 class PdBorderCollapse
          The "border-collapse" property in XSL-FO.
 class PdBorderColor
          The "border-color" shorthand property in XSL-FO.
 class PdBorderEndColor
          The "border-end-color" property in XSL-FO.
 class PdBorderEndPrecedence
          The "border-end-precedence" property in XSL-FO.
 class PdBorderEndStyle
          The "border-end-style" property in XSL-FO.
 class PdBorderEndWidth
          The "border-end-width" property in XSL-FO.
 class PdBorderLeft
          The "border-left" property in XSL-FO.
 class PdBorderLeftColor
          The "border-left-color" property in XSL-FO.
 class PdBorderLeftStyle
          The "border-left-style" property in XSL-FO.
 class PdBorderLeftWidth
          The "border-left-width" property in XSL-FO.
 class PdBorderRight
          The "border-right" property in XSL-FO.
 class PdBorderRightColor
          The "border-right-color" property in XSL-FO.
 class PdBorderRightStyle
          The "border-right-style" property in XSL-FO.
 class PdBorderRightWidth
          The "border-right-width" property in XSL-FO.
 class PdBorderSeparation
          The "border-separation" property in XSL-FO.
 class PdBorderSpacing
          The "border-spacing" shorthand property in XSL-FO.
 class PdBorderStartColor
          The "border-start-color" property in XSL-FO.
 class PdBorderStartPrecedence
          The "border-start-precedence" property in XSL-FO.
 class PdBorderStartStyle
          The "border-start-style" property in XSL-FO.
 class PdBorderStartWidth
          The "border-start-width" property in XSL-FO.
 class PdBorderStyle
          The "border-style" shorthand property in XSL-FO.
 class PdBorderTop
          The "border-top" property in XSL-FO.
 class PdBorderTopColor
          The "border-top-color" property in XSL-FO.
 class PdBorderTopStyle
          The "border-top-style" property in XSL-FO.
 class PdBorderTopWidth
          The "border-top-width" property in XSL-FO.
 class PdBorderWidth
          The "border-width" shorthand property in XSL-FO.
 class PdBottom
          The "bottom" property in XSL-FO.
 class PdBreakAfter
          The "break-after" property in XSL-FO.
 class PdBreakBefore
          The "break-before" property in XSL-FO.
 class PdCaptionSide
          The "caption-side" property in XSL-FO.
 class PdCaseName
          The "case-name" property in XSL-FO.
 class PdCaseTitle
          The "case-title" property in XSL-FO.
 class PdChangeBarClass
          The "change-bar-class" property in XSL-FO.
 class PdChangeBarColor
          The "change-bar-color" property in XSL-FO.
 class PdChangeBarOffset
          The "change-bar-offset" property in XSL-FO.
 class PdChangeBarPlacement
          The "change-bar-placement" property in XSL-FO.
 class PdChangeBarStyle
          The "change-bar-style" property in XSL-FO.
 class PdChangeBarWidth
          The "change-bar-width" property in XSL-FO.
 class PdCharacter
          The "character" property in XSL-FO.
 class PdClear
          The "clear" property in XSL-FO.
 class PdClip
          The "clip" property in XSL-FO.
 class PdColor
          The "color" property in XSL-FO.
 class PdColorProfileName
          The "color-profile-name" property in XSL-FO.
 class PdColumnCount
          The "column-count" property in XSL-FO.
 class PdColumnGap
          The "column-gap" property in XSL-FO.
 class PdColumnNumber
          The "column-number" property in XSL-FO.
 class PdColumnWidth
          The "column-width" property in XSL-FO.
 class PdContentHeight
          The "content-height" property in XSL-FO.
 class PdContentType
          The "content-type" property in XSL-FO.
 class PdContentWidth
          The "content-width" property in XSL-FO.
 class PdCountry
          The "country" property in XSL-FO.
 class PdCue
          The "cue" shorthand property in XSL-FO.
 class PdCueAfter
          The "cue-after" shorthand property in XSL-FO.
 class PdCueBefore
          The "cue-before" shorthand property in XSL-FO.
 class PdDestinationPlacementOffset
          The "destination-placement-offset" property in XSL-FO.
 class PdDirection
          The "direction" property in XSL-FO.
 class PdDisplayAlign
          The "display-align" property in XSL-FO.
 class PdDominantBaseline
          The "dominant-baseline" property in XSL-FO.
 class PdElevation
          The "elevation" property in XSL-FO.
 class PdEmptyCells
          The "empty-cells" property in XSL-FO.
 class PdEndIndent
          The "end-indent" property in XSL-FO.
 class PdEndsRow
          The "ends-row" property in XSL-FO.
 class PdExtent
          The "extent" property in XSL-FO.
 class PdExternalDestination
          The "external-destination" property in XSL-FO.
 class PdFloat
          The "float" property in XSL-FO.
 class PdFlowMapName
          The "flow-map-name" property in XSL-FO.
 class PdFlowMapReference
          The "flow-map-reference" property in XSL-FO.
 class PdFlowName
          The "flow-name" property in XSL-FO.
 class PdFlowNameReference
          The "flow-name-reference" property in XSL-FO.
 class PdFont
          The "font" property in XSL-FO.
 class PdFontFamily
          The "font-family" property in XSL-FO.
 class PdFontSelectionStrategy
          The "font-selection-strategy" property in XSL-FO.
 class PdFontSize
          The "font-size" property in XSL-FO.
 class PdFontSizeAdjust
          The "font-size-adjust" property in XSL-FO.
 class PdFontStretch
          The "font-stretch" property in XSL-FO.
 class PdFontStyle
          The "font-style" property in XSL-FO.
 class PdFontVariant
          The "font-variant" property in XSL-FO.
 class PdFontWeight
          The "font-weight" property in XSL-FO.
 class PdForcePageCount
          The "force-page-count" property in XSL-FO.
 class PdFormat
          The "format" property in XSL-FO.
 class PdGlyphOrientationHorizontal
          The "glyph-orientation-horizontal" XSL-FO property.
 class PdGlyphOrientationVertical
          The "glyph-orientation-vertical" XSL-FO property.
 class PdGroupingSeparator
          The "grouping-separator" property in XSL-FO.
 class PdGroupingSize
          The "grouping-size" property in XSL-FO.
 class PdHeight
          The "height" property in XSL-FO.
 class PdHyphenate
          The "hyphenate" property in XSL-FO.
 class PdHyphenationCharacter
          The "hyphenation-character" property in XSL-FO.
 class PdHyphenationKeep
          The "hyphenation-keep" property in XSL-FO.
 class PdHyphenationLadderCount
          The "hyphenation-ladder-count" property in XSL-FO.
 class PdHyphenationPushCharacterCount
          The "hyphenation-push-character-count" property in XSL-FO.
 class PdHyphenationRemainCharacterCount
          The "hyphenation-remain-character-count" property in XSL-FO.
 class PdId
          The "id" property in XSL-FO.
 class PdIndexClass
          The "index-class" property in XSL-FO.
 class PdIndexKey
          The "index-key" property in XSL-FO.
 class PdIndicateDestination
          The "indicate-destination" property in XSL-FO.
 class PdInitialPageNumber
          The "initial-page-number" property in XSL-FO.
 class PdInlineProgressionDimension
          The "inline-progression-dimension" property in XSL-FO.
 class PdInternalDestination
          The "internal-destination" property in XSL-FO.
 class PdIntrinsicScaleValue
          The "intrinsic-scale-value" property in XSL-FO.
 class PdIntrusionDisplace
          The "intrusion-displace" property in XSL-FO.
 class PdKeepTogether
          The "keep-together" property in XSL-FO.
 class PdKeepWithNext
          The "keep-with-next" property in XSL-FO.
 class PdKeepWithPrevious
          The "keep-with-previous" property in XSL-FO.
 class PdLanguage
          The "language" property in XSL-FO.
 class PdLastLineEndIndent
          The "last-line-end-indent" property in XSL-FO.
 class PdLeaderAlignment
          The "leader-alignment" property in XSL-FO.
 class PdLeaderLength
          The "leader-length" property in XSL-FO.
 class PdLeaderPattern
          The "leader-pattern" property in XSL-FO.
 class PdLeaderPatternWidth
          The "leader-pattern-width" property in XSL-FO.
 class PdLeft
          The "left" property in XSL-FO.
 class PdLetterSpacing
          The "letter-spacing" property in XSL-FO.
 class PdLetterValue
          The "letter-value" property in XSL-FO.
 class PdLinefeedTreatment
          The "linefeed-treatment" property in XSL-FO.
 class PdLineHeight
          The "line-height" property in XSL-FO.
 class PdLineHeightShiftAdjustment
          The "line-height-shift-adjustment" property in XSL-FO.
 class PdLineStackingStrategy
          The "line-stacking-strategy" property in XSL-FO.
 class PdMargin
          The "margin" shorthand property in XSL-FO.
 class PdMarginBottom
          The "margin-bottom" property in XSL-FO.
 class PdMarginLeft
          The "margin-left" property in XSL-FO.
 class PdMarginRight
          The "margin-right" property in XSL-FO.
 class PdMarginTop
          The "margin-top" property in XSL-FO.
 class PdMarkerClassName
          The "marker-class-name" property in XSL-FO.
 class PdMasterName
          The "master-name" property in XSL-FO.
 class PdMasterReference
          The "master-reference" property in XSL-FO.
 class PdMaxHeight
          The "max-height" property in XSL-FO.
 class PdMaximumRepeats
          The "maximum-repeats" property in XSL-FO.
 class PdMaxWidth
          The "max-width" property in XSL-FO.
 class PdMediaUsage
          The "media-usage" property in XSL-FO.
 class PdMergePagesAcrossIndexKeyReferences
          The "merge-pages-across-index-key-references" property in XSL-FO.
 class PdMergeRangesAcrossIndexKeyReferences
          The "merge-ranges-across-index-key-references" property in XSL-FO.
 class PdMergeSequentialPageNumbers
          The "merge-sequential-page-numbers" property in XSL-FO.
 class PdMinHeight
          The "min-height" property in XSL-FO.
 class PdMinWidth
          The "min-width" property in XSL-FO.
 class PdNumberColumnsRepeated
          The "number-columns-repeated" property in XSL-FO.
 class PdNumberColumnsSpanned
          The "numer-columns-spanned" property in XSL-FO.
 class PdNumberRowsSpanned
          The "number-rows-spanned" property in XSL-FO.
 class PdOddOrEven
          The "odd-or-even" property in XSL-FO.
 class PdOrphans
          The "orphans" property in XSL-FO.
 class PdOverflow
          The "overflow" property in XSL-FO.
 class PdPadding
          The "padding" shorthand property in XSL-FO.
 class PdPaddingAfter
          The "padding-after" property in XSL-FO.
 class PdPaddingBefore
          The "padding-before" property in XSL-FO.
 class PdPaddingBottom
          The "padding-bottom" property in XSL-FO.
 class PdPaddingEnd
          The "padding-end" property in XSL-FO.
 class PdPaddingLeft
          The "padding-left" property in XSL-FO.
 class PdPaddingRight
          The "padding-right" property in XSL-FO.
 class PdPaddingStart
          The "padding-start" property in XSL-FO.
 class PdPaddingTop
          The "padding-top" property in XSL-FO.
 class PdPageBreakAfter
          The "page-break-after" property in XSL-FO.
 class PdPageBreakBefore
          The "page-break-before" property in XSL-FO.
 class PdPageBreakInside
          The "page-break-inside" property in XSL-FO.
 class PdPageCitationStrategy
          The "page-citation-strategy" property in XSL-FO.
 class PdPageHeight
          The "page-height" property in XSL-FO.
 class PdPageNumberTreatment
          The "page-number-treatment" property in XSL-FO.
 class PdPagePosition
          The "page-position" property in XSL-FO.
 class PdPageWidth
          The "page-width" property in XSL-FO.
 class PdPause
          The "pause" property in XSL-FO.
 class PdPauseAfter
          The "pause-after" property in XSL-FO.
 class PdPauseBefore
          The "pause-before" property in XSL-FO.
 class PdPitch
          The "pitch" property in XSL-FO.
 class PdPitchRange
          The "pitch-range" property in XSL-FO.
 class PdPlayDuring
          The "pitch-range" property in XSL-FO.
 class PdPosition
          The "position" property in XSL-FO.
 class PdPrecedence
          The "precedence" property in XSL-FO.
 class PdProvisionalDistanceBetweenStarts
          The XSL-FO "provisional-distance-between-starts" property.
 class PdProvisionalLabelSeparation
          The XSL-FO "provisional-label-separation" property.
 class PdReferenceOrientation
          The "reference-orientation" property in XSL-FO.
 class PdRefId
          The "ref-id" property in XSL-FO.
 class PdRefIndexKey
          The "ref-index-key" property in XSL-FO.
 class PdRegionName
          The "region-name" property in XSL-FO.
 class PdRegionNameReference
          The "region-name-reference" property in XSL-FO.
 class PdRelativeAlign
          The "relative-align" property in XSL-FO.
 class PdRelativePosition
          The "relative-position" property in XSL-FO.
 class PdRenderingIntent
          The "rendering-intent" property in XSL-FO.
 class PdRetrieveBoundary
          The "retrieve-boundary" property in XSL-FO.
 class PdRetrieveBoundaryWithinTable
          The "retrieve-boundary-within-table" property in XSL-FO.
 class PdRetrieveClassName
          The "retrieve-class-name" property in XSL-FO.
 class PdRetrievePosition
          The "retrieve-position" property in XSL-FO.
 class PdRetrievePositionWithinTable
          The "retrieve-position-within-table" property in XSL-FO.
 class PdRichness
          The "richness" property in XSL-FO.
 class PdRight
          The "right" property in XSL-FO.
 class PdRole
          The "role" property in XSL-FO.
 class PdRuleStyle
          The "rule-style" property in XSL-FO.
 class PdRuleThickness
          The "rule-thickness" property in XSL-FO.
 class PdScaleOption
          The "scale-option" property in XSL-FO.
 class PdScaling
          The "scaling" property in XSL-FO.
 class PdScalingMethod
          The "scaling-method" property in XSL-FO.
 class PdScoreSpaces
          The "score-spaces" property in XSL-FO.
 class PdScript
          The "script" property in XSL-FO.
 class PdShowDestination
          The "show-destination" property in XSL-FO.
 class PdSize
          The "size" property in XSL-FO.
 class PdSourceDocument
          The "source-document" property in XSL-FO.
 class PdSpaceAfter
          The "space-after" property in XSL-FO.
 class PdSpaceBefore
          The "space-before" property in XSL-FO.
 class PdSpaceEnd
          The "space-end" property in XSL-FO.
 class PdSpaceStart
          The "space-start" property in XSL-FO.
 class PdSpan
          The "span" property in XSL-FO.
 class PdSpeak
          The "speak" property in XSL-FO.
 class PdSpeakHeader
          The "speak-header" property in XSL-FO.
 class PdSpeakNumeral
          The "speak-numeral" property in XSL-FO.
 class PdSpeakPunctuation
          The "speak-punctuation" property in XSL-FO.
 class PdSpeechRate
          The "speech-rate" property in XSL-FO.
 class PdSrc
          The "src" property in XSL-FO.
 class PdStartIndent
          The "start-indent" property in XSL-FO.
 class PdStartingState
          The "starting-state" property in XSL-FO.
 class PdStartsRow
          The "starts-row" property in XSL-FO.
 class PdStress
          The "stress" property in XSL-FO.
 class PdSuppressAtLineBreak
          The "suppress-at-line-break" property in XSL-FO.
 class PdSwitchTo
          The "switch-to" property in XSL-FO.
 class PdTableLayout
          The "table-layout" property in XSL-FO.
 class PdTableOmitFooterAtBreak
          The "table-omit-footer-at-break" property in XSL-FO.
 class PdTableOmitHeaderAtBreak
          The "table-omit-header-at-break" property in XSL-FO.
 class PdTargetPresentationContext
          The "target-presentation-context" property in XSL-FO.
 class PdTargetProcessingContext
          The "target-processing-context" property in XSL-FO.
 class PdTargetStylesheet
          The "target-stylesheet" property in XSL-FO.
 class PdTextAlign
          The "text-align" property in XSL-FO.
 class PdTextAlignLast
          The "text-align-last" property in XSL-FO.
 class PdTextAltitude
          The "text-altitude" property in XSL-FO.
 class PdTextDecoration
          The "text-decoration" property in XSL-FO.
 class PdTextDepth
          The "text-depth" property in XSL-FO.
 class PdTextIndent
          The "text-indent" property in XSL-FO.
 class PdTextShadow
          The "text-shadow" property in XSL-FO.
 class PdTextTransform
          The "text-transform" property in XSL-FO.
 class PdTop
          The "top" property in XSL-FO.
 class PdTreatAsWordSpace
          The "treat-as-word-space" property in XSL-FO.
 class PdUnicodeBidi
          The "unicode-bidi" property in XSL-FO.
 class PdVerticalAlign
          The "vertical-align" property in XSL-FO.
 class PdVisibility
          The "visibility" property in XSL-FO.
 class PdVoiceFamily
          The "voice-family" property in XSL-FO.
 class PdVolume
          The "volume" property in XSL-FO.
 class PdWhiteSpace
          The "white-space" property in XSL-FO.
 class PdWhiteSpaceCollapse
          The "white-space-collapse" property in XSL-FO.
 class PdWhiteSpaceTreatment
          The "white-space-treatment" property in XSL-FO.
 class PdWidows
          The "widows" property in XSL-FO.
 class PdWidth
          The "width" property in XSL-FO.
 class PdWordSpacing
          The "word-spacing" property in XSL-FO.
 class PdWrapOption
          The "wrap-option" property in XSL-FO.
 class PdWritingMode
          The "writing-mode" property in XSL-FO.
 class PdZIndex
          The "z-index" property in XSL-FO.
 

Uses of Property in org.foray.fotree.foray
 

Methods in org.foray.fotree.foray that return Property
 Property NamespaceForay.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of Property in org.foray.fotree.math
 

Methods in org.foray.fotree.math that return Property
 Property MathNamespace.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of Property in org.foray.fotree.svg
 

Methods in org.foray.fotree.svg that return Property
 Property NamespaceSVG.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of Property in org.foray.fotree.value
 

Methods in org.foray.fotree.value that return Property
 Property PropertyCollection.findProperty(FoProperty propertyType)
          Returns the first occurrence of a Property in the collection that is of the type propertyType.
 Property PropertyCollection.getItem(int index)
          Returns a specific property from the collection.
 

Methods in org.foray.fotree.value that return types with arguments of type Property
 List<Property> PropertyCollection.getValue()
          Returns the list of properties in this collection.
 

Methods in org.foray.fotree.value with parameters of type Property
 void PropertyCollection.addItem(Property property)
          Add an item to the collection.
 PropertyValue FnNearestSpecProp.eval(Property callingProperty, FObj fobj)
          Returns the value of this function.
 PropertyValue FnInheritedProp.eval(Property callingProperty, FObj fobj)
          Returns the value of this function.
 

Uses of Property in org.foray.fotree.xml
 

Subclasses of Property in org.foray.fotree.xml
 class AbstractXmlProperty
          Superclass for properties in the "xml:" namespace.
 

Methods in org.foray.fotree.xml that return Property
static Property PropertyMakerXML.makeProperty(String propertyFullName, String attributeValue, FObj fobj)
          Makes a property in this namespace.
 Property NamespaceXML.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of Property in org.foray.fotree.xml.prop
 

Subclasses of Property in org.foray.fotree.xml.prop
 class Lang
          An xml:lang property.
 



Copyright © 2017. All rights reserved.