|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoValue | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
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.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 FoValue in org.foray.fotree |
---|
Methods in org.foray.fotree that return FoValue | |
---|---|
FoValue |
PropertyList.getBackgroundRepeat(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-repeat property. |
FoValue |
PropertyList.getBlankOrNotBlank(FObj fobj)
Returns the blank-or-not-blank property. |
FoValue |
PropertyList.getBorderCollapse(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-collapse property. |
FoValue |
PropertyList.getBreakAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the break-after property. |
FoValue |
PropertyList.getBreakBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the break-before property. |
FoValue |
PropertyList.getDisplayAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the display-align property. |
FoValue |
PropertyList.getForcePageCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the force-page-count property. |
static FoValue |
Property.getKeywordInSet(FoValue keyword,
FoValue[] keywordSet)
Determines whether a given keyword is included in a given keyword set. |
FoValue |
PropertyList.getLeaderAlignment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-alignment property. |
FoValue |
PropertyList.getLeaderPattern(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-pattern property. |
FoValue |
PropertyList.getLetterValue()
Returns the letter-value property. |
FoValue |
PropertyList.getOddOrEven()
Returns the odd-or-even property. |
FoValue |
PropertyList.getOverflow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the overflow property. |
FoValue |
PropertyList.getPagePosition()
Returns the page-position property. |
FoValue |
PropertyList.getPosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the position property. |
FoValue |
PropertyList.getRawInitialPageNumber(FObj fobj)
Returns the raw initial-page-number property. |
FoValue |
PropertyList.getRelativeAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the relative-align property. |
FoValue |
PropertyList.getRetrieveBoundary()
Returns the retrieve-boundary property. |
FoValue |
PropertyList.getRetrievePosition()
Returns the retrieve-position property. |
FoValue |
PropertyList.getRuleStyle(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rule-style property. |
FoValue |
PropertyList.getScaling(FObj fobj,
org.axsl.fo.FoContext context)
Returns the scaling property. |
FoValue |
PropertyList.getSpan(FObj fobj,
org.axsl.fo.FoContext context)
Returns the span property. |
FoValue |
PropertyList.getTableLayout()
Returns the table-layout property. |
FoValue |
PropertyList.getTextAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-align property. |
FoValue |
PropertyList.getTextAlignLast(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-align-last property. |
FoValue |
PropertyList.getWrapOption(FObj fobj,
org.axsl.fo.FoContext context)
Returns the wrap-option property. |
FoValue |
PropertyList.traitAbsolutePosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the absolute-position property. |
FoValue |
PropertyList.traitActiveState(FObj fobj,
org.axsl.fo.FoContext context)
Returns the active-state property. |
FoValue |
PropertyList.traitBackgroundAttachment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-attachment property. |
FoValue |
FObj.traitBlankOrNotBlank()
Returns the "blank-or-not-blank" trait. |
FoValue |
PropertyList.traitCaptionSide(FObj fobj,
org.axsl.fo.FoContext context)
Returns the caption-side property. |
FoValue |
PropertyList.traitClear(FObj fobj,
org.axsl.fo.FoContext context)
Returns the clear property. |
FoValue |
PropertyList.traitDirection(FObj fobj,
org.axsl.fo.FoContext context)
Returns the direction property. |
FoValue |
PropertyList.traitEmptyCells(FObj fobj,
org.axsl.fo.FoContext context)
Returns the empty-cells property. |
FoValue |
PropertyList.traitFloat(FObj fobj,
org.axsl.fo.FoContext context)
Returns the float property. |
FoValue |
PropertyList.traitFontSelectionStrategy(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-selection-strategy property. |
FoValue |
PropertyList.traitHyphenationKeep(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-keep property. |
FoValue |
FObj.traitLetterValue()
Returns the "letter-value" trait. |
FoValue |
PropertyList.traitLinefeedTreatment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the linefeed-treatment property. |
FoValue |
PropertyList.traitLineHeightShiftAdjustment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height-shift-adjustment property. |
FoValue |
PropertyList.traitLineStackingStrategy(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-stacking-strategy property. |
FoValue |
PropertyList.traitMediaUsage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the media-usage property. |
FoValue |
FObj.traitOddOrEven()
Returns the "odd-or-even" trait. |
FoValue |
PropertyList.traitPageBreakAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-after property. |
FoValue |
PropertyList.traitPageBreakBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-before property. |
FoValue |
PropertyList.traitPageBreakInside(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-inside property. |
FoValue |
FObj.traitPagePosition()
Returns the "page-position" trait. |
FoValue |
PropertyList.traitReferenceOrientation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the reference-orientation property. |
FoValue |
PropertyList.traitRelativePosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the relative-position property. |
FoValue |
PropertyList.traitRenderingIntent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rendering-intent property. |
FoValue |
PropertyList.traitScalingMethod(FObj fobj,
org.axsl.fo.FoContext context)
Returns the scaling-method property. |
FoValue |
PropertyList.traitShowDestination(FObj fobj,
org.axsl.fo.FoContext context)
Returns the show-destination property. |
FoValue |
PropertyList.traitSpeak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak property. |
FoValue |
PropertyList.traitSpeakHeader(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-header property. |
FoValue |
PropertyList.traitSpeakNumeral(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-numeral property. |
FoValue |
PropertyList.traitSpeakPunctuation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-punctuation property. |
FoValue |
PropertyList.traitStartingState(FObj fobj,
org.axsl.fo.FoContext context)
Returns the starting-state property. |
FoValue |
PropertyList.traitSuppressAtLineBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the suppress-at-line-break property. |
FoValue |
PropertyList.traitSwitchTo()
Returns the switch-to property. |
FoValue |
PropertyList.traitTextTransform(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-transform property. |
FoValue |
PropertyList.traitUnicodeBidi(FObj fobj,
org.axsl.fo.FoContext context)
Returns the unicode-bidi property. |
FoValue |
PropertyList.traitVisibility(FObj fobj,
org.axsl.fo.FoContext context)
Returns the visibility property. |
FoValue |
PropertyList.traitWhiteSpace(FObj fobj,
org.axsl.fo.FoContext context)
Returns the white-space property. |
FoValue |
PropertyList.traitWhiteSpaceTreatment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the white-space-treatment property. |
Methods in org.foray.fotree with parameters of type FoValue | |
---|---|
static org.axsl.font.Font.SelectionStrategy |
PropertyList.convertFontSelectionStrategy(FoValue parsedFontSelectionStrategy)
Converts an FO-oriented font-selection-strategy to a font-oriented font-selection-strategy. |
static org.axsl.font.Font.Style |
PropertyList.convertFontStyle(FoValue parsedFontStyle)
Converts an FO-oriented font-style to a font-oriented font-style. |
static int |
Property.getKeywordIndex(FoValue possibleKeyword,
FoValue[] validKeywords)
Searches an array of keywords to see if a keyword candidate is found in that list. |
static int |
Property.getKeywordIndex(FoValue possibleKeyword,
FoValue[] validKeywords)
Searches an array of keywords to see if a keyword candidate is found in that list. |
static FoValue |
Property.getKeywordInSet(FoValue keyword,
FoValue[] keywordSet)
Determines whether a given keyword is included in a given keyword set. |
static FoValue |
Property.getKeywordInSet(FoValue keyword,
FoValue[] keywordSet)
Determines whether a given keyword is included in a given keyword set. |
static boolean |
Property.keywordInSet(FoValue keyword,
FoValue[] keywordSet)
Determines whether a given keyword index is included in a given keyword set. |
static boolean |
Property.keywordInSet(FoValue keyword,
FoValue[] keywordSet)
Determines whether a given keyword index is included in a given keyword set. |
Uses of FoValue in org.foray.fotree.fo |
---|
Fields in org.foray.fotree.fo declared as FoValue | |
---|---|
protected static FoValue[] |
AbstractFoProperty.VALID_KEYWORDS_INHERIT_ONLY
Array of valid keywords for properties that only allow "inherit". |
Methods in org.foray.fotree.fo that return FoValue | |
---|---|
protected FoValue |
AbstractFoProperty.convertValueToFoValue(PropertyValue value)
Converts a keyword property value to its equivalent FoValue. |
protected abstract FoValue[] |
AbstractFoProperty.getValidKeywords()
Returns the valid keywords for this property. |
FoValue |
FoPropertyKeyword.getValue()
Return the keyword enumeration. |
static FoValue |
FoValue.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FoValue[] |
FoValue.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static FoValue |
FoValue.xslValueOf(String xslName)
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO value instead of its enumerated name. |
Methods in org.foray.fotree.fo with parameters of type FoValue | |
---|---|
protected FoPropertyKeyword |
AbstractFoProperty.checkKeywords(FoValue[] validKeywords,
String possibleKeyword)
Checks the keywords for this property, returning an appropriate property value if a keyword is detected. |
static FoPropertyKeyword |
FoPropertyKeyword.getPropertyKeyword(FoValue value)
Gets or creates the singleton instance for the specific keyword value. |
protected PropertyValue |
AbstractFoProperty.standardParse(FObj fobj,
String rawPropertyValue,
FoValue[] validKeywords)
Overloaded version of AbstractFoProperty.standardParse(FObj, String) that allows
subclasses to provide a different set of valid keywords for the case
of compound properties. |
Uses of FoValue in org.foray.fotree.fo.prop |
---|
Fields in org.foray.fotree.fo.prop declared as FoValue | |
---|---|
static FoValue[] |
PdRetrievePositionWithinTable.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdRetrieveBoundaryWithinTable.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdPageNumberTreatment.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdIntrusionDisplace.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdFontWeight.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdFontVariant.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdFontStyle.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdFontSize.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdFontFamily.VALID_KEYWORDS
Array of valid keywords. |
protected static FoValue[] |
PdBorderWidth.VALID_KEYWORDS
Array of valid keywords. |
protected static FoValue[] |
PdBorderStyle.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdBackgroundPositionVertical.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdBackgroundPositionHorizontal.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdBackgroundPosition.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdBackgroundImage.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
PdBackgroundColor.VALID_KEYWORDS
Array of valid keywords. |
static FoValue[] |
AbstractMergeIndex.VALID_KEYWORDS
Array of valid keywords. |
protected static FoValue[] |
AbstractBorderWidth.VALID_KEYWORDS
Array of valid keywords. |
protected static FoValue[] |
AbstractBorderStyle.VALID_KEYWORDS
Array of valid keywords. |
protected static FoValue[] |
AbstractBoolean.VALID_KEYWORDS
Array of valid keywords for properties with no "inherit" keyword. |
protected static FoValue[] |
AbstractAbsoluteDimension.VALID_KEYWORDS_MAX
Array of valid keywords for the "max-width" and "max-height" properties. |
protected static FoValue[] |
AbstractAbsoluteDimension.VALID_KEYWORDS_MIN
Array of valid keywords for the "min-width" and "min-height" properties. |
protected static FoValue[] |
AbstractAbsoluteDimension.VALID_KEYWORDS_WIDTH_HEIGHT
Array of valid keywords for the "width" and "height" properties. |
protected static FoValue[] |
AbstractBoolean.VALID_KEYWORDS_WITH_INHERIT
Array of valid keywords for properties that include the "inherit" keyword. |
static FoValue[] |
PdFontFamily.VALID_TOKEN_KEYWORDS
Array of valid token keywords. |
Methods in org.foray.fotree.fo.prop that return FoValue | |
---|---|
FoValue |
PdInitialPageNumber.getRawValue(FObj fobj)
Returns the raw value for this property. |
static FoValue |
PdInitialPageNumber.getRawValueNoInstance()
Returns the default (initial) value for this property. |
protected FoValue[] |
PdZIndex.getValidKeywords()
|
protected FoValue[] |
PdWritingMode.getValidKeywords()
|
protected FoValue[] |
PdWrapOption.getValidKeywords()
|
protected FoValue[] |
PdWordSpacing.getValidKeywords()
|
protected FoValue[] |
PdWidth.getValidKeywords()
|
protected FoValue[] |
PdWidows.getValidKeywords()
|
protected FoValue[] |
PdWhiteSpaceTreatment.getValidKeywords()
|
protected FoValue[] |
PdWhiteSpaceCollapse.getValidKeywords()
|
protected FoValue[] |
PdWhiteSpace.getValidKeywords()
|
protected FoValue[] |
PdVolume.getValidKeywords()
|
protected FoValue[] |
PdVoiceFamily.getValidKeywords()
|
protected FoValue[] |
PdVisibility.getValidKeywords()
|
protected FoValue[] |
PdVerticalAlign.getValidKeywords()
|
protected FoValue[] |
PdUnicodeBidi.getValidKeywords()
|
protected FoValue[] |
PdTreatAsWordSpace.getValidKeywords()
|
protected FoValue[] |
PdTextTransform.getValidKeywords()
|
protected FoValue[] |
PdTextShadow.getValidKeywords()
|
protected FoValue[] |
PdTextIndent.getValidKeywords()
|
protected FoValue[] |
PdTextDepth.getValidKeywords()
|
protected FoValue[] |
PdTextDecoration.getValidKeywords()
|
protected FoValue[] |
PdTextAltitude.getValidKeywords()
|
protected FoValue[] |
PdTextAlignLast.getValidKeywords()
|
protected FoValue[] |
PdTextAlign.getValidKeywords()
|
protected FoValue[] |
PdTargetStylesheet.getValidKeywords()
|
protected FoValue[] |
PdTargetProcessingContext.getValidKeywords()
|
protected FoValue[] |
PdTargetPresentationContext.getValidKeywords()
|
protected FoValue[] |
PdTableOmitHeaderAtBreak.getValidKeywords()
|
protected FoValue[] |
PdTableOmitFooterAtBreak.getValidKeywords()
|
protected FoValue[] |
PdTableLayout.getValidKeywords()
|
protected FoValue[] |
PdSwitchTo.getValidKeywords()
|
protected FoValue[] |
PdSuppressAtLineBreak.getValidKeywords()
|
protected FoValue[] |
PdStartsRow.getValidKeywords()
|
protected FoValue[] |
PdStartingState.getValidKeywords()
|
protected FoValue[] |
PdSrc.getValidKeywords()
|
protected FoValue[] |
PdSpeechRate.getValidKeywords()
|
protected FoValue[] |
PdSpeakPunctuation.getValidKeywords()
|
protected FoValue[] |
PdSpeakNumeral.getValidKeywords()
|
protected FoValue[] |
PdSpeakHeader.getValidKeywords()
|
protected FoValue[] |
PdSpeak.getValidKeywords()
|
protected FoValue[] |
PdSpan.getValidKeywords()
|
protected FoValue[] |
PdSourceDocument.getValidKeywords()
|
protected FoValue[] |
PdSize.getValidKeywords()
|
protected FoValue[] |
PdShowDestination.getValidKeywords()
|
protected FoValue[] |
PdScript.getValidKeywords()
|
protected FoValue[] |
PdScoreSpaces.getValidKeywords()
|
protected FoValue[] |
PdScalingMethod.getValidKeywords()
|
protected FoValue[] |
PdScaling.getValidKeywords()
|
protected FoValue[] |
PdScaleOption.getValidKeywords()
|
protected FoValue[] |
PdRuleThickness.getValidKeywords()
|
protected FoValue[] |
PdRuleStyle.getValidKeywords()
|
protected FoValue[] |
PdRole.getValidKeywords()
|
protected FoValue[] |
PdRetrievePositionWithinTable.getValidKeywords()
|
protected FoValue[] |
PdRetrievePosition.getValidKeywords()
|
protected FoValue[] |
PdRetrieveClassName.getValidKeywords()
|
protected FoValue[] |
PdRetrieveBoundaryWithinTable.getValidKeywords()
|
protected FoValue[] |
PdRetrieveBoundary.getValidKeywords()
|
protected FoValue[] |
PdRenderingIntent.getValidKeywords()
|
protected FoValue[] |
PdRelativePosition.getValidKeywords()
|
protected FoValue[] |
PdRelativeAlign.getValidKeywords()
|
protected FoValue[] |
PdRegionNameReference.getValidKeywords()
|
protected FoValue[] |
PdRegionName.getValidKeywords()
|
protected FoValue[] |
PdRefId.getValidKeywords()
|
protected FoValue[] |
PdReferenceOrientation.getValidKeywords()
|
protected FoValue[] |
PdProvisionalLabelSeparation.getValidKeywords()
|
protected FoValue[] |
PdProvisionalDistanceBetweenStarts.getValidKeywords()
|
protected FoValue[] |
PdPrecedence.getValidKeywords()
|
protected FoValue[] |
PdPosition.getValidKeywords()
|
protected FoValue[] |
PdPlayDuring.getValidKeywords()
|
protected FoValue[] |
PdPitch.getValidKeywords()
|
protected FoValue[] |
PdPagePosition.getValidKeywords()
|
protected FoValue[] |
PdPageNumberTreatment.getValidKeywords()
|
protected FoValue[] |
PdPageCitationStrategy.getValidKeywords()
|
protected FoValue[] |
PdPageBreakInside.getValidKeywords()
|
protected FoValue[] |
PdPageBreakBefore.getValidKeywords()
|
protected FoValue[] |
PdPageBreakAfter.getValidKeywords()
|
protected FoValue[] |
PdPadding.getValidKeywords()
|
protected FoValue[] |
PdOverflow.getValidKeywords()
|
protected FoValue[] |
PdOrphans.getValidKeywords()
|
protected FoValue[] |
PdOddOrEven.getValidKeywords()
|
protected FoValue[] |
PdNumberRowsSpanned.getValidKeywords()
|
protected FoValue[] |
PdNumberColumnsSpanned.getValidKeywords()
|
protected FoValue[] |
PdNumberColumnsRepeated.getValidKeywords()
|
protected FoValue[] |
PdMinWidth.getValidKeywords()
|
protected FoValue[] |
PdMinHeight.getValidKeywords()
|
protected FoValue[] |
PdMediaUsage.getValidKeywords()
|
protected FoValue[] |
PdMaxWidth.getValidKeywords()
|
protected FoValue[] |
PdMaximumRepeats.getValidKeywords()
|
protected FoValue[] |
PdMaxHeight.getValidKeywords()
|
protected FoValue[] |
PdMasterReference.getValidKeywords()
|
protected FoValue[] |
PdMasterName.getValidKeywords()
|
protected FoValue[] |
PdMarkerClassName.getValidKeywords()
|
protected FoValue[] |
PdMargin.getValidKeywords()
|
protected FoValue[] |
PdLineStackingStrategy.getValidKeywords()
|
protected FoValue[] |
PdLineHeightShiftAdjustment.getValidKeywords()
|
protected FoValue[] |
PdLineHeight.getValidKeywords()
|
protected FoValue[] |
PdLinefeedTreatment.getValidKeywords()
|
protected FoValue[] |
PdLetterValue.getValidKeywords()
|
protected FoValue[] |
PdLetterSpacing.getValidKeywords()
|
protected FoValue[] |
PdLeaderPatternWidth.getValidKeywords()
|
protected FoValue[] |
PdLeaderPattern.getValidKeywords()
|
protected FoValue[] |
PdLeaderLength.getValidKeywords()
|
protected FoValue[] |
PdLeaderAlignment.getValidKeywords()
|
protected FoValue[] |
PdLastLineEndIndent.getValidKeywords()
|
protected FoValue[] |
PdLanguage.getValidKeywords()
|
protected FoValue[] |
PdIntrusionDisplace.getValidKeywords()
|
protected FoValue[] |
PdIntrinsicScaleValue.getValidKeywords()
|
protected FoValue[] |
PdInternalDestination.getValidKeywords()
|
protected FoValue[] |
PdInitialPageNumber.getValidKeywords()
|
protected FoValue[] |
PdIndicateDestination.getValidKeywords()
|
protected FoValue[] |
PdId.getValidKeywords()
|
protected FoValue[] |
PdHyphenationRemainCharacterCount.getValidKeywords()
|
protected FoValue[] |
PdHyphenationPushCharacterCount.getValidKeywords()
|
protected FoValue[] |
PdHyphenationLadderCount.getValidKeywords()
|
protected FoValue[] |
PdHyphenationKeep.getValidKeywords()
|
protected FoValue[] |
PdHyphenationCharacter.getValidKeywords()
|
protected FoValue[] |
PdHyphenate.getValidKeywords()
|
protected FoValue[] |
PdHeight.getValidKeywords()
|
protected FoValue[] |
PdGroupingSize.getValidKeywords()
|
protected FoValue[] |
PdGroupingSeparator.getValidKeywords()
|
protected FoValue[] |
PdGlyphOrientationVertical.getValidKeywords()
|
protected FoValue[] |
PdGlyphOrientationHorizontal.getValidKeywords()
|
protected FoValue[] |
PdForcePageCount.getValidKeywords()
|
protected FoValue[] |
PdFontWeight.getValidKeywords()
|
protected FoValue[] |
PdFontVariant.getValidKeywords()
|
protected FoValue[] |
PdFontStyle.getValidKeywords()
|
protected FoValue[] |
PdFontStretch.getValidKeywords()
|
protected FoValue[] |
PdFontSizeAdjust.getValidKeywords()
|
protected FoValue[] |
PdFontSize.getValidKeywords()
|
protected FoValue[] |
PdFontSelectionStrategy.getValidKeywords()
|
protected FoValue[] |
PdFontFamily.getValidKeywords()
|
protected FoValue[] |
PdFont.getValidKeywords()
|
protected FoValue[] |
PdFlowNameReference.getValidKeywords()
|
protected FoValue[] |
PdFlowName.getValidKeywords()
|
protected FoValue[] |
PdFlowMapReference.getValidKeywords()
|
protected FoValue[] |
PdFlowMapName.getValidKeywords()
|
protected FoValue[] |
PdFloat.getValidKeywords()
|
protected FoValue[] |
PdExternalDestination.getValidKeywords()
|
protected FoValue[] |
PdExtent.getValidKeywords()
|
protected FoValue[] |
PdEndsRow.getValidKeywords()
|
protected FoValue[] |
PdEmptyCells.getValidKeywords()
|
protected FoValue[] |
PdElevation.getValidKeywords()
|
protected FoValue[] |
PdDominantBaseline.getValidKeywords()
|
protected FoValue[] |
PdDisplayAlign.getValidKeywords()
|
protected FoValue[] |
PdDirection.getValidKeywords()
|
protected FoValue[] |
PdDestinationPlacementOffset.getValidKeywords()
|
protected FoValue[] |
PdCountry.getValidKeywords()
|
protected FoValue[] |
PdContentType.getValidKeywords()
|
protected FoValue[] |
PdColumnWidth.getValidKeywords()
|
protected FoValue[] |
PdColumnNumber.getValidKeywords()
|
protected FoValue[] |
PdColumnGap.getValidKeywords()
|
protected FoValue[] |
PdColumnCount.getValidKeywords()
|
protected FoValue[] |
PdColorProfileName.getValidKeywords()
|
protected FoValue[] |
PdColor.getValidKeywords()
|
protected FoValue[] |
PdClip.getValidKeywords()
|
protected FoValue[] |
PdClear.getValidKeywords()
|
protected FoValue[] |
PdCharacter.getValidKeywords()
|
protected FoValue[] |
PdChangeBarWidth.getValidKeywords()
|
protected FoValue[] |
PdChangeBarStyle.getValidKeywords()
|
protected FoValue[] |
PdChangeBarPlacement.getValidKeywords()
|
protected FoValue[] |
PdChangeBarOffset.getValidKeywords()
|
protected FoValue[] |
PdChangeBarColor.getValidKeywords()
|
protected FoValue[] |
PdChangeBarClass.getValidKeywords()
|
protected FoValue[] |
PdCaseName.getValidKeywords()
|
protected FoValue[] |
PdCaptionSide.getValidKeywords()
|
protected FoValue[] |
PdBreakBefore.getValidKeywords()
|
protected FoValue[] |
PdBreakAfter.getValidKeywords()
|
protected FoValue[] |
PdBorderWidth.getValidKeywords()
|
protected FoValue[] |
PdBorderStyle.getValidKeywords()
|
protected FoValue[] |
PdBorderSpacing.getValidKeywords()
|
protected FoValue[] |
PdBorderSeparation.getValidKeywords()
|
protected FoValue[] |
PdBorderColor.getValidKeywords()
|
protected FoValue[] |
PdBorderCollapse.getValidKeywords()
|
protected FoValue[] |
PdBlankOrNotBlank.getValidKeywords()
|
protected FoValue[] |
PdBaselineShift.getValidKeywords()
|
protected FoValue[] |
PdBackgroundRepeat.getValidKeywords()
|
protected FoValue[] |
PdBackgroundPositionVertical.getValidKeywords()
|
protected FoValue[] |
PdBackgroundPositionHorizontal.getValidKeywords()
|
protected FoValue[] |
PdBackgroundPosition.getValidKeywords()
|
protected FoValue[] |
PdBackgroundImage.getValidKeywords()
|
protected FoValue[] |
PdBackgroundColor.getValidKeywords()
|
protected FoValue[] |
PdBackgroundAttachment.getValidKeywords()
|
protected FoValue[] |
PdBackground.getValidKeywords()
|
protected FoValue[] |
PdAzimuth.getValidKeywords()
|
protected FoValue[] |
PdAutoRestore.getValidKeywords()
|
protected FoValue[] |
PdAlignmentBaseline.getValidKeywords()
|
protected FoValue[] |
PdAlignmentAdjust.getValidKeywords()
|
protected FoValue[] |
PdActiveState.getValidKeywords()
|
protected FoValue[] |
PdAbsolutePosition.getValidKeywords()
|
protected FoValue[] |
AbstractString.getValidKeywords()
|
protected FoValue[] |
AbstractRelativeSpace.getValidKeywords()
|
protected FoValue[] |
AbstractRelativeDimension.getValidKeywords()
|
protected FoValue[] |
AbstractPause.getValidKeywords()
|
protected FoValue[] |
AbstractPageDimension.getValidKeywords()
|
protected FoValue[] |
AbstractPadding.getValidKeywords()
|
protected FoValue[] |
AbstractMergeIndex.getValidKeywords()
|
protected FoValue[] |
AbstractMargin.getValidKeywords()
|
protected FoValue[] |
AbstractKeep.getValidKeywords()
|
protected FoValue[] |
AbstractIndent.getValidKeywords()
|
protected FoValue[] |
AbstractCue.getValidKeywords()
|
protected FoValue[] |
AbstractContentDimension.getValidKeywords()
|
protected FoValue[] |
AbstractBorderWidth.getValidKeywords()
|
protected FoValue[] |
AbstractBorderStyle.getValidKeywords()
|
protected FoValue[] |
AbstractBorderPrecedence.getValidKeywords()
|
protected FoValue[] |
AbstractBorderColor.getValidKeywords()
|
protected FoValue[] |
AbstractBorder.getValidKeywords()
|
protected FoValue[] |
AbstractAudioDial.getValidKeywords()
|
protected FoValue[] |
AbstractAllowedAxisScale.getValidKeywords()
|
protected FoValue[] |
AbstractAbsoluteOffset.getValidKeywords()
|
FoValue |
PdTableLayout.getValue()
Returns the value of this property. |
FoValue |
PdSwitchTo.getValue()
Returns the value of this property if it is not a collection. |
FoValue |
PdRetrievePosition.getValue()
Returns the value of this property. |
FoValue |
PdRetrieveBoundary.getValue()
Returns the value of this property. |
FoValue |
PdPagePosition.getValue()
Returns the value of this property. |
FoValue |
PdOddOrEven.getValue()
Returns the value of this property. |
FoValue |
PdLetterValue.getValue()
Returns the value of this property. |
FoValue |
PdWrapOption.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdWhiteSpaceTreatment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdWhiteSpace.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdVisibility.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdUnicodeBidi.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdTextTransform.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdTextAlignLast.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdTextAlign.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSuppressAtLineBreak.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdStartingState.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeakPunctuation.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeakNumeral.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeakHeader.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpeak.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdSpan.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdShowDestination.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdScalingMethod.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdScaling.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRuleStyle.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRenderingIntent.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRelativePosition.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdRelativeAlign.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdReferenceOrientation.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPosition.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPageBreakInside.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPageBreakBefore.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdPageBreakAfter.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdOverflow.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdMediaUsage.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLineStackingStrategy.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLineHeightShiftAdjustment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLinefeedTreatment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLeaderPattern.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdLeaderAlignment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdHyphenationKeep.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdForcePageCount.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdFontSelectionStrategy.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdFloat.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdEmptyCells.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdDirection.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdClear.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdCaptionSide.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBreakBefore.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBreakAfter.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBorderCollapse.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBlankOrNotBlank.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBackgroundRepeat.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdBackgroundAttachment.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdActiveState.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
PdAbsolutePosition.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
FoValue |
AbstractMergeIndex.getValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
static FoValue |
PdUnicodeBidi.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdTableLayout.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdSwitchTo.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdSuppressAtLineBreak.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdStartingState.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdSpan.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdShowDestination.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdScalingMethod.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdScaling.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdRetrievePosition.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdRetrieveBoundary.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdRenderingIntent.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdRelativePosition.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdPosition.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdPagePosition.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdPageCitationStrategy.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdPageBreakBefore.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdPageBreakAfter.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdOverflow.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdOddOrEven.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdMediaUsage.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdLetterValue.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdForcePageCount.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdFloat.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdClear.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdBreakBefore.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdBreakAfter.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdBorderStyle.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdBlankOrNotBlank.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdBackgroundRepeat.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdBackgroundAttachment.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdAbsolutePosition.getValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue |
PdWrapOption.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdWhiteSpaceTreatment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdWhiteSpace.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdVisibility.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdTextTransform.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdTextAlignLast.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdTextAlign.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeakPunctuation.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeakNumeral.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeakHeader.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdSpeak.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdRuleStyle.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdRelativeAlign.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdReferenceOrientation.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdPageBreakInside.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLineStackingStrategy.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLineHeightShiftAdjustment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLinefeedTreatment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLeaderPattern.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdLeaderAlignment.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdHyphenationKeep.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdFontSelectionStrategy.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdEmptyCells.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdDirection.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdCaptionSide.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
static FoValue |
PdBorderCollapse.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj)
Returns the default (initial) value for this property. |
FoValue |
PdDisplayAlign.traitValue(org.axsl.fo.FoContext context,
FObj fobj)
Returns the value of this property. |
static FoValue |
PdDisplayAlign.traitValueNoInstance()
Returns the default (initial) value for this property. |
static FoValue[] |
PdBackgroundRepeat.validKeywords()
Returns the array of valid keywords for this class. |
static FoValue[] |
PdBackgroundAttachment.validKeywords()
Returns the array of valid keywords for this class. |
Uses of FoValue in org.foray.fotree.value |
---|
Fields in org.foray.fotree.value declared as FoValue | |
---|---|
static FoValue[] |
DtSpace.CONDITIONALITY_KEYWORDS
Array of the keywords that describe conditionality. |
static FoValue[] |
DtSpace.PRECEDENCE_KEYWORDS
Array of the keywords that describe precedence. |
static FoValue[] |
DtBorderWidth.VALID_KEYWORDS
Array of valid keywords, including the word "inherit". |
static FoValue[] |
DtBorderStyle.VALID_KEYWORDS
Array of valid keywords that can be used to designate a border-style. |
Methods in org.foray.fotree.value that return FoValue | |
---|---|
static FoValue |
Datatype.convertValueToFoValue(PropertyValue value)
Converts a keyword property value to its equivalent FoValue. |
FoValue |
DtLengthConditional.getConditionality()
Returns the conditionality component. |
Methods in org.foray.fotree.value with parameters of type FoValue | |
---|---|
static DtBorderStyle |
DtBorderStyle.getInstance(FoValue value)
Gets or creates the singleton instance for the specific keyword value. |
static boolean |
DtBorderStyle.isBorderStyle(FoValue foValue)
Indicates whether a given property value qualifies as a border-style property. |
void |
DtSpace.setConditionality(FoValue conditionality)
Sets the conditionality component in this space. |
Constructors in org.foray.fotree.value with parameters of type FoValue | |
---|---|
DtLengthConditional(DtLength length,
FoValue conditionality)
Constructor. |
|
DtSpace(PropertyValue lengthMinimum,
PropertyValue lengthOptimum,
PropertyValue lengthMaximum,
FoValue conditionality,
Expr precedence)
Constructor. |
Uses of FoValue in org.foray.fotree.xml |
---|
Methods in org.foray.fotree.xml that return FoValue | |
---|---|
protected abstract FoValue[] |
AbstractXmlProperty.getValidKeywords()
Returns the valid keywords for this property. |
Methods in org.foray.fotree.xml with parameters of type FoValue | |
---|---|
protected FoPropertyKeyword |
AbstractXmlProperty.checkKeywords(FoValue[] validKeywords,
String possibleKeyword)
Checks the keywords for this property, returning an appropriate property value if a keyword is detected. |
Uses of FoValue in org.foray.fotree.xml.prop |
---|
Methods in org.foray.fotree.xml.prop that return FoValue | |
---|---|
protected FoValue[] |
Lang.getValidKeywords()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |