|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValue | |
---|---|
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.parse | Classes related to the parsing of XSL-FO content, especially property values. |
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 PropertyValue in org.foray.fotree |
---|
Methods in org.foray.fotree that return PropertyValue | |
---|---|
abstract PropertyValue |
Property.value()
Returns the value for this property. |
Methods in org.foray.fotree with parameters of type PropertyValue | |
---|---|
protected int |
Property.convertNumericToInteger(PropertyValue value)
Converts a numeric property value its integer equivalent. |
protected int |
Property.convertValueToLength(PropertyValue value,
FObj fobj,
org.axsl.fo.FoContext context)
Converts a property value to its computed length. |
Uses of PropertyValue in org.foray.fotree.axsl |
---|
Classes in org.foray.fotree.axsl that implement PropertyValue | |
---|---|
class |
AxslPropertyKeyword
Class encapsulating those property values that are expressed as keywords (e.g. |
Methods in org.foray.fotree.axsl that return PropertyValue | |
---|---|
protected PropertyValue |
AbstractAxslProperty.standardParse(FObj fobj,
String rawPropertyValue)
Handles the standard parsing of a property value. |
Uses of PropertyValue in org.foray.fotree.axsl.prop |
---|
Methods in org.foray.fotree.axsl.prop that return PropertyValue | |
---|---|
PropertyValue |
AxslEnumerated.value()
Returns the value for this property. |
Uses of PropertyValue in org.foray.fotree.fo |
---|
Classes in org.foray.fotree.fo that implement PropertyValue | |
---|---|
class |
FoPropertyKeyword
Class encapsulating those property values that are expressed as keywords (e.g. |
Methods in org.foray.fotree.fo that return PropertyValue | |
---|---|
protected PropertyValue |
AbstractFoProperty.standardParse(FObj fobj,
String rawPropertyValue)
Handles the standard parsing of a property 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. |
Methods in org.foray.fotree.fo with parameters of type PropertyValue | |
---|---|
protected boolean |
AbstractFoProperty.canEvalBorderStyle(PropertyValue value)
Indicates whether a given property value can evaluate to a BorderStyle enumeration. |
protected boolean |
AbstractFoProperty.canEvalUri(PropertyValue value)
Indicates whether a given property value can evaluate to a URI. |
protected FoValue |
AbstractFoProperty.convertValueToFoValue(PropertyValue value)
Converts a keyword property value to its equivalent FoValue. |
protected org.axsl.common.value.BorderStyle |
AbstractFoProperty.evalBorderStyle(PropertyValue value)
Converts a given property value into a BorderStyle enumeration. |
protected String |
AbstractFoProperty.evalUri(PropertyValue value)
Converts a given property value into URI. |
protected boolean |
AbstractFoProperty.isKeywordInherit(PropertyValue value)
Indicates whether a given property value is the keyword "inherit". |
Uses of PropertyValue in org.foray.fotree.fo.prop |
---|
Methods in org.foray.fotree.fo.prop that return PropertyValue | |
---|---|
protected PropertyValue |
PdBorderColor.createPropertyValue(FObj fobj,
FoProperty enumeration,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
AbstractBorderColor.createPropertyValue(FObj fobj,
FoProperty enumeration,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
PdColor.createPropertyValue(FObj fobj,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
PdChangeBarColor.createPropertyValue(FObj fobj,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
PdBackgroundColor.createPropertyValue(FObj fobj,
String value)
Converts the unparsed property value into its parsed, storable value. |
PropertyValue |
PdZIndex.value()
|
PropertyValue |
PdWritingMode.value()
|
PropertyValue |
PdWrapOption.value()
|
PropertyValue |
PdWordSpacing.value()
|
PropertyValue |
PdWidows.value()
|
PropertyValue |
PdWhiteSpaceTreatment.value()
|
PropertyValue |
PdWhiteSpace.value()
|
PropertyValue |
PdVolume.value()
|
PropertyValue |
PdVoiceFamily.value()
|
PropertyValue |
PdVisibility.value()
|
PropertyValue |
PdVerticalAlign.value()
|
PropertyValue |
PdUnicodeBidi.value()
|
PropertyValue |
PdTreatAsWordSpace.value()
|
PropertyValue |
PdTextTransform.value()
|
PropertyValue |
PdTextShadow.value()
|
PropertyValue |
PdTextIndent.value()
|
PropertyValue |
PdTextDepth.value()
|
PropertyValue |
PdTextDecoration.value()
|
PropertyValue |
PdTextAltitude.value()
|
PropertyValue |
PdTextAlignLast.value()
|
PropertyValue |
PdTextAlign.value()
|
PropertyValue |
PdTargetStylesheet.value()
|
PropertyValue |
PdTargetProcessingContext.value()
|
PropertyValue |
PdTargetPresentationContext.value()
|
PropertyValue |
PdTableLayout.value()
|
PropertyValue |
PdSwitchTo.value()
|
PropertyValue |
PdSuppressAtLineBreak.value()
|
PropertyValue |
PdStartingState.value()
|
PropertyValue |
PdSrc.value()
|
PropertyValue |
PdSpeechRate.value()
|
PropertyValue |
PdSpeakPunctuation.value()
|
PropertyValue |
PdSpeakNumeral.value()
|
PropertyValue |
PdSpeakHeader.value()
|
PropertyValue |
PdSpeak.value()
|
PropertyValue |
PdSpan.value()
|
PropertyValue |
PdSourceDocument.value()
|
PropertyValue |
PdSize.value()
|
PropertyValue |
PdShowDestination.value()
|
PropertyValue |
PdScript.value()
|
PropertyValue |
PdScalingMethod.value()
|
PropertyValue |
PdScaling.value()
|
PropertyValue |
PdScaleOption.value()
|
PropertyValue |
PdRuleThickness.value()
|
PropertyValue |
PdRuleStyle.value()
|
PropertyValue |
PdRole.value()
|
PropertyValue |
PdRetrievePositionWithinTable.value()
|
PropertyValue |
PdRetrievePosition.value()
|
PropertyValue |
PdRetrieveBoundaryWithinTable.value()
|
PropertyValue |
PdRetrieveBoundary.value()
|
PropertyValue |
PdRenderingIntent.value()
|
PropertyValue |
PdRelativePosition.value()
|
PropertyValue |
PdRelativeAlign.value()
|
PropertyValue |
PdRegionName.value()
|
PropertyValue |
PdRefId.value()
|
PropertyValue |
PdReferenceOrientation.value()
|
PropertyValue |
PdProvisionalLabelSeparation.value()
|
PropertyValue |
PdProvisionalDistanceBetweenStarts.value()
|
PropertyValue |
PdPosition.value()
|
PropertyValue |
PdPlayDuring.value()
|
PropertyValue |
PdPitch.value()
|
PropertyValue |
PdPagePosition.value()
|
PropertyValue |
PdPageNumberTreatment.value()
|
PropertyValue |
PdPageCitationStrategy.value()
|
PropertyValue |
PdPageBreakInside.value()
|
PropertyValue |
PdPageBreakBefore.value()
|
PropertyValue |
PdPageBreakAfter.value()
|
PropertyValue |
PdPadding.value()
|
PropertyValue |
PdOverflow.value()
|
PropertyValue |
PdOrphans.value()
|
PropertyValue |
PdOddOrEven.value()
|
PropertyValue |
PdNumberRowsSpanned.value()
|
PropertyValue |
PdNumberColumnsSpanned.value()
|
PropertyValue |
PdNumberColumnsRepeated.value()
|
PropertyValue |
PdMediaUsage.value()
|
PropertyValue |
PdMaximumRepeats.value()
|
PropertyValue |
PdMargin.value()
|
PropertyValue |
PdLineStackingStrategy.value()
|
PropertyValue |
PdLineHeightShiftAdjustment.value()
|
PropertyValue |
PdLineHeight.value()
|
PropertyValue |
PdLinefeedTreatment.value()
|
PropertyValue |
PdLetterValue.value()
|
PropertyValue |
PdLetterSpacing.value()
|
PropertyValue |
PdLeaderPatternWidth.value()
|
PropertyValue |
PdLeaderPattern.value()
|
PropertyValue |
PdLeaderLength.value()
|
PropertyValue |
PdLeaderAlignment.value()
|
PropertyValue |
PdLastLineEndIndent.value()
|
PropertyValue |
PdLanguage.value()
|
PropertyValue |
PdIntrusionDisplace.value()
|
PropertyValue |
PdIntrinsicScaleValue.value()
|
PropertyValue |
PdInternalDestination.value()
|
PropertyValue |
PdInitialPageNumber.value()
|
PropertyValue |
PdId.value()
|
PropertyValue |
PdHyphenationRemainCharacterCount.value()
|
PropertyValue |
PdHyphenationPushCharacterCount.value()
|
PropertyValue |
PdHyphenationLadderCount.value()
|
PropertyValue |
PdHyphenationKeep.value()
|
PropertyValue |
PdGroupingSize.value()
|
PropertyValue |
PdForcePageCount.value()
|
PropertyValue |
PdFontWeight.value()
|
PropertyValue |
PdFontVariant.value()
|
PropertyValue |
PdFontStyle.value()
|
PropertyValue |
PdFontStretch.value()
|
PropertyValue |
PdFontSizeAdjust.value()
|
PropertyValue |
PdFontSize.value()
|
PropertyValue |
PdFontSelectionStrategy.value()
|
PropertyValue |
PdFontFamily.value()
|
PropertyValue |
PdFont.value()
|
PropertyValue |
PdFloat.value()
|
PropertyValue |
PdExternalDestination.value()
|
PropertyValue |
PdExtent.value()
|
PropertyValue |
PdEmptyCells.value()
|
PropertyValue |
PdElevation.value()
|
PropertyValue |
PdDominantBaseline.value()
|
PropertyValue |
PdDisplayAlign.value()
|
PropertyValue |
PdDirection.value()
|
PropertyValue |
PdDestinationPlacementOffset.value()
|
PropertyValue |
PdCountry.value()
|
PropertyValue |
PdContentType.value()
|
PropertyValue |
PdColumnWidth.value()
|
PropertyValue |
PdColumnNumber.value()
|
PropertyValue |
PdColumnGap.value()
|
PropertyValue |
PdColumnCount.value()
|
PropertyValue |
PdColor.value()
|
PropertyValue |
PdClip.value()
|
PropertyValue |
PdClear.value()
|
PropertyValue |
PdChangeBarWidth.value()
|
PropertyValue |
PdChangeBarStyle.value()
|
PropertyValue |
PdChangeBarPlacement.value()
|
PropertyValue |
PdChangeBarOffset.value()
|
PropertyValue |
PdChangeBarColor.value()
|
PropertyValue |
PdCaptionSide.value()
|
PropertyValue |
PdBreakBefore.value()
|
PropertyValue |
PdBreakAfter.value()
|
PropertyValue |
PdBorderWidth.value()
|
PropertyValue |
PdBorderStyle.value()
|
PropertyValue |
PdBorderSpacing.value()
|
PropertyValue |
PdBorderSeparation.value()
|
PropertyValue |
PdBorderColor.value()
|
PropertyValue |
PdBorderCollapse.value()
|
PropertyValue |
PdBlankOrNotBlank.value()
|
PropertyValue |
PdBaselineShift.value()
|
PropertyValue |
PdBackgroundRepeat.value()
|
PropertyValue |
PdBackgroundPosition.value()
|
PropertyValue |
PdBackgroundImage.value()
|
PropertyValue |
PdBackgroundColor.value()
|
PropertyValue |
PdBackgroundAttachment.value()
|
PropertyValue |
PdBackground.value()
|
PropertyValue |
PdAzimuth.value()
|
PropertyValue |
PdAlignmentBaseline.value()
|
PropertyValue |
PdAlignmentAdjust.value()
|
PropertyValue |
PdActiveState.value()
|
PropertyValue |
PdAbsolutePosition.value()
|
PropertyValue |
AbstractRelativeSpace.value()
|
PropertyValue |
AbstractRelativeDimension.value()
|
PropertyValue |
AbstractPause.value()
|
PropertyValue |
AbstractPageDimension.value()
|
PropertyValue |
AbstractPadding.value()
|
PropertyValue |
AbstractName.value()
|
PropertyValue |
AbstractMergeIndex.value()
|
PropertyValue |
AbstractMargin.value()
|
PropertyValue |
AbstractKeep.value()
|
PropertyValue |
AbstractIndent.value()
|
PropertyValue |
AbstractGlyphOrientation.value()
|
PropertyValue |
AbstractCue.value()
|
PropertyValue |
AbstractContentDimension.value()
|
PropertyValue |
AbstractCharacter.value()
|
PropertyValue |
AbstractBorderWidth.value()
|
PropertyValue |
AbstractBorderStyle.value()
|
PropertyValue |
AbstractBorderPrecedence.value()
|
PropertyValue |
AbstractBorderColor.value()
|
PropertyValue |
AbstractBorder.value()
|
PropertyValue |
AbstractBoolean.value()
|
PropertyValue |
AbstractBackgroundPosition.value()
|
PropertyValue |
AbstractAudioDial.value()
|
PropertyValue |
AbstractAllowedAxisScale.value()
|
PropertyValue |
AbstractAbsoluteOffset.value()
|
PropertyValue |
AbstractAbsoluteDimension.value()
|
Constructors in org.foray.fotree.fo.prop with parameters of type PropertyValue | |
---|---|
AbstractBorderWidth(PropertyValue value)
Special constructor to be used when some other class has done the parsing. |
|
AbstractCue(PropertyValue value)
Constructor for the case where the property value is already known. |
|
AbstractPause(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdBackgroundAttachment(PropertyValue value)
Constructor for the case of a known value. |
|
PdBackgroundColor(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdBackgroundImage(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdBackgroundPosition(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdBackgroundRepeat(PropertyValue value)
Constructor for the case of a known value. |
|
PdBorderColor(PropertyValue value)
Special constructor to be used when some other class has done the parsing. |
|
PdBorderSeparation(PropertyValue propertyValue)
Constructor for the case that the property value is known, useful when this is part of a shorthand property type. |
|
PdBorderStyle(PropertyValue value)
Special constructor to be used when some other class has done the parsing. |
|
PdBorderWidth(PropertyValue value)
Special constructor to be used when some other class has done the parsing. |
|
PdCountry(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdCue(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdFontFamily(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdFontSize(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdFontStretch(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdFontStyle(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdFontVariant(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdFontWeight(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdLanguage(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdLineHeight(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdPause(PropertyValue value)
Constructor for the case where the property value is already known. |
|
PdSize(PropertyValue value)
Constructor for cases where the property value has already been created. |
Uses of PropertyValue in org.foray.fotree.parse |
---|
Methods in org.foray.fotree.parse that return PropertyValue | |
---|---|
static PropertyValue |
PropertyParser.parse(FObj fobj,
String expr,
PropertyType propertyType)
Public entrypoint to the Property expression parser. |
Uses of PropertyValue in org.foray.fotree.value |
---|
Classes in org.foray.fotree.value that implement PropertyValue | |
---|---|
class |
Datatype
Abstract class representing an XSL-FO Property Datatype, as defined in Section 5.11 of the XSL-FO Standard 1.0. |
class |
DtAngle
An "angle" property datatype in XSL-FO. |
class |
DtBorderStyle
Pseudo-datatype wrapper for the axsl BorderStyle enumeration that
conforms to the PropertyValue interface. |
class |
DtBorderWidth
Pseudo-datatype for border-width, which is defined at XSL-FO Recommendation 1.1, Section 7.8.21. |
class |
DtCharacter
A "character" datatype in XSL-FO. |
class |
DtColor
A "color" property datatype in XSL-FO. |
class |
DtCountry
A "country" datatype in XSL-FO. |
class |
DtFrequency
A "frequency" datatype in XSL. |
class |
DtInteger
An "integer" property datatype in XSL-FO. |
class |
DtKeep
A keep datatype in XSL. |
class |
DtLanguage
A "language" datatype in XSL-FO. |
class |
DtLength
A "length" property datatype in XSL-FO. |
class |
DtLengthBPIPDirection
A length-conditional datatype in XSL. |
class |
DtLengthConditional
A length-conditional datatype in XSL. |
class |
DtLengthRange
A length-range datatype in XSL. |
class |
DtName
A "name" property datatype in XSL-FO. |
class |
DtNumber
A "number" property datatype in XSL-FO. |
class |
DtPercentage
A "percentage" property datatype in XSL-FO. |
class |
DtRectangle
A rectangle datatype in XSL. |
class |
DtScript
A "script" datatype in XSL-FO. |
class |
DtShadowEffect
Shadow Effect is not a datatype listed in the XSL-FO Standard. |
class |
DtShape
A "shape" datatype in XSL. |
class |
DtSpace
A space quantity in XSL (space-before, space-after). |
class |
DtString
A "string" property datatype in XSL-FO. |
class |
DtTextDeco
Text Decoration is not a datatype recognized in XSL-FO. |
class |
DtTime
A "time" datatype in XSL. |
class |
DtURI
A "uri-specification" property datatype in XSL-FO. |
class |
DtWritingMode
Writing Mode is not a datatype recognized in XSL-FO. |
class |
Expr
Abstract Base Class for all Expressions. |
class |
ExprAdditive
Class for handling AdditiveExpr. |
class |
ExprAdditiveOper
Class for handling AdditiveExpr. |
class |
ExprInner
Class representing nested expressions. |
class |
ExprMultiplicative
Abstract superclass for multiplicative expressions. |
class |
ExprMultiplicativeOper
Multiplicative operation. |
class |
ExprPrimary
Common superclass for all Expression types. |
class |
ExprUnary
Abstract superclass for unary expressions. |
class |
ExprUnaryOper
Unary operation expression. |
class |
FnAbs
The "abs" function in XSL-FO. |
class |
FnAbstractNamedProperty
Abstract superclass for the "inherited-property-value", "from-parent", "from-nearest-specified-value", "from-page-master-region", and "merge-property-values" functions. |
class |
FnBodyStart
The "body-start" function in XSL-FO. |
class |
FnCeiling
The "ceiling" function in XSL-FO. |
class |
FnFloor
The "floor" function in XSL-FO. |
class |
FnFromPageMasterRegion
The "from-page-master-region" function in XSL-FO. |
class |
FnFromParent
The "from-parent" function in XSL-FO. |
class |
FnFromTableColumn
The "from-table-column" function in XSL-FO. |
class |
FnInheritedProp
The "inherited-property-value" function in XSL-FO. |
class |
FnLabelEnd
The "label-end" function in XSL-FO. |
class |
FnMax
The "max" function in XSL-FO. |
class |
FnMergePropertyValues
The "merge-property-values" function in XSL-FO. |
class |
FnMin
The "min" function in XSL-FO. |
class |
FnNearestSpecProp
The "nearest-specified-value" function in XSL-FO. |
class |
FnProportionalColWidth
The "proportional-column-width" function in XSL-FO. |
class |
FnRgb
The "rgb" function in XSL-FO. |
class |
FnRgbIcc
The "rgb-icc" function in XSL-FO. |
class |
FnRound
The "round" function in XSL-FO. |
class |
FnSystemColor
The "system-color" function in XSL-FO. |
class |
FnSystemFont
The "system-font" function in XSL-FO. |
class |
Function
Abstract superclass for all XSL-FO functions. |
class |
PropertyCollection
This class is odd because it is a PropertyValue subclass that encapsulates one or more Property instances. |
class |
PropertyValueStatic
Abstract superclass for static property values, that is, property values that are not expressions. |
class |
PvKeyword
Abstract superclass for all property value classes that encapsulate keywords, regardless of namespace. |
class |
ValueCollection
A collection of one or more other PropertyValue instances that is itself a PropertyValue. |
Methods in org.foray.fotree.value that return PropertyValue | |
---|---|
PropertyValue |
FnFromTableColumn.eval()
Returns the value of this function. |
PropertyValue |
FnSystemFont.eval(FObj fobj)
Returns the value of this function. |
PropertyValue |
FnMergePropertyValues.eval(FObj fobj)
Returns the value of this function. |
PropertyValue |
FnFromParent.eval(FObj fobj)
Returns the value of this function. |
PropertyValue |
FnFromPageMasterRegion.eval(FObj fobj)
Returns the value of this function. |
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. |
PropertyValue |
DtLengthBPIPDirection.getBPDLength()
Returns the BPD length component. |
static PropertyValue |
DtKeep.getDefaultKeepValue()
Returns the default keep value. |
PropertyValue |
DtLengthBPIPDirection.getIPDLength()
Returns the IPD length component. |
PropertyValue |
ValueCollection.getItem(int index)
Returns a specific item from the collection. |
PropertyValue |
DtLengthRange.getLengthMaximum()
Returns the maximum length. |
PropertyValue |
DtLengthRange.getLengthMinimum()
Returns the minimum length. |
PropertyValue |
DtLengthRange.getLengthOptimum()
Returns the optimum length. |
Methods in org.foray.fotree.value that return types with arguments of type PropertyValue | |
---|---|
List<PropertyValue> |
ValueCollection.getValue()
Returns the list of values in this collection. |
Methods in org.foray.fotree.value with parameters of type PropertyValue | |
---|---|
boolean |
DtSpace.addComponent(String subPropertyName,
PropertyValue value)
Adds a component to the "space" datatype. |
void |
ValueCollection.addItem(PropertyValue pv)
Adds an item to the collection. |
static FoValue |
Datatype.convertValueToFoValue(PropertyValue value)
Converts a keyword property value to its equivalent FoValue. |
static boolean |
DtBorderWidth.isBorderWidth(PropertyValue value)
Indicates whether a given property value qualifies as a border-width property. |
void |
DtLengthBPIPDirection.setBPDLength(PropertyValue length)
Sets the BPD length component. |
void |
DtLengthBPIPDirection.setIPDLength(PropertyValue length)
Sets the IPD length component. |
void |
DtSpace.setLengthMaximum(PropertyValue lengthMaximum)
Sets the maximum length component in this space. |
void |
DtLengthRange.setLengthMaximum(PropertyValue lengthMaximum)
Sets the maximum length. |
void |
DtSpace.setLengthMinimum(PropertyValue lengthMinimum)
Sets the minimum length component in this space. |
void |
DtLengthRange.setLengthMinimum(PropertyValue lengthMinimum)
Sets the minimum length. |
void |
DtSpace.setLengthOptimum(PropertyValue lengthOptimum)
Sets the optimum length component in this space. |
void |
DtLengthRange.setLengthOptimum(PropertyValue lengthOptimum)
Sets the optimum length. |
void |
DtSpace.setPrecedence(PropertyValue precedence)
Sets the precedence component in this space. |
void |
DtKeep.setWithinColumn(PropertyValue newWithinColumn)
Sets the "within-column" component. |
void |
DtKeep.setWithinLine(PropertyValue newWithinLine)
Sets the "within-line" component. |
void |
DtKeep.setWithinPage(PropertyValue newWithinPage)
Sets the "within-page" component. |
Constructors in org.foray.fotree.value with parameters of type PropertyValue | |
---|---|
DtBorderWidth(PropertyValue value)
Constructor. |
|
DtKeep(PropertyValue withinLine,
PropertyValue withinColumn,
PropertyValue withinPage)
Constructor. |
|
DtLengthBPIPDirection(PropertyValue bpdLength,
PropertyValue ipdLength)
Constructor. |
|
DtLengthRange(boolean permitsPercentages,
PropertyValue lengthMinimum,
PropertyValue lengthOptimum,
PropertyValue lengthMaximum)
Constructor. |
|
DtRectangle(PropertyValue topOffset,
PropertyValue rightOffset,
PropertyValue bottomOffset,
PropertyValue leftOffset)
Constructor. |
|
DtSpace(PropertyValue lengthMinimum,
PropertyValue lengthOptimum,
PropertyValue lengthMaximum,
FoValue conditionality,
Expr precedence)
Constructor. |
Uses of PropertyValue in org.foray.fotree.xml |
---|
Methods in org.foray.fotree.xml that return PropertyValue | |
---|---|
protected PropertyValue |
AbstractXmlProperty.standardParse(FObj fobj,
String rawPropertyValue)
Handles the standard parsing of a property value. |
Uses of PropertyValue in org.foray.fotree.xml.prop |
---|
Methods in org.foray.fotree.xml.prop that return PropertyValue | |
---|---|
PropertyValue |
Lang.value()
Returns the value for this property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |