|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.fotree.PropertyList
public class PropertyList
The collection of properties for one formatting object.
Constructor Summary | |
---|---|
PropertyList(int size)
Constructor. |
Method Summary | |
---|---|
void |
addProperty(FObj fobj,
Property property)
Adds a property to this PropertyList. |
static org.axsl.font.Font.SelectionStrategy |
convertFontSelectionStrategy(FoValue parsedFontSelectionStrategy)
Converts an FO-oriented font-selection-strategy to a font-oriented font-selection-strategy. |
static org.axsl.font.Font.Style |
convertFontStyle(FoValue parsedFontStyle)
Converts an FO-oriented font-style to a font-oriented font-style. |
static PropertyList |
emptyPropertyList()
Returns an empty, immutable property list instance. |
int |
getAbsoluteMargin(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.AbsoluteCompass absoluteDirection)
Common logic for retrieving margin values. |
int |
getAbsoluteOffset(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.AbsoluteCompass absoluteDirection)
Returns the absolute offset for a specified direction. |
Color |
getBackgroundColor(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-color property. |
org.axsl.graphic.Graphic |
getBackgroundImage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-image property. |
FoValue |
getBackgroundRepeat(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-repeat property. |
FoValue |
getBlankOrNotBlank(FObj fobj)
Returns the blank-or-not-blank property. |
boolean |
getBlink(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
int |
getBorderAfterPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-after-precedence property. |
int |
getBorderBeforePrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-before-precedence property. |
FoValue |
getBorderCollapse(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-collapse property. |
Color |
getBorderColor(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the border-color property for a specific direction. |
int |
getBorderEndPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-end-precedence property. |
int |
getBorderSeparationBPD(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-separation (BPD) property. |
int |
getBorderSeparationIPD(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-separation (IPD) property. |
int |
getBorderStartPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the border-start-precedence property. |
org.axsl.common.value.BorderStyle |
getBorderStyle(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.Compass direction)
Returns the border-style property for a specific direction. |
int |
getBorderWidth(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the border width. |
int |
getBottom(FObj fobj,
org.axsl.fo.FoContext context)
Returns the bottom property. |
org.axsl.common.value.AbsoluteAxis |
getBPAxis(FObj fobj,
org.axsl.fo.FoContext context)
Tells which axis (horizontal or vertical) is the block-progression axis. |
FoValue |
getBreakAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the break-after property. |
FoValue |
getBreakBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the break-before property. |
char |
getCharacter()
Returns the character property. |
Color |
getColor(FObj fobj,
org.axsl.fo.FoContext context)
Returns the color property. |
int |
getColumnCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the column-count property. |
int |
getColumnGap(FObj fobj,
org.axsl.fo.FoContext context)
Returns the column-gap property. |
int |
getColumnNumber(FObj fobj,
org.axsl.fo.FoContext context)
Returns the column-number property. |
int |
getColumnWidth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the nominal em-width. |
double |
getColumnWidthTableUnits()
Returns the column-width property. |
float |
getContentHeight(FObj fobj,
org.axsl.fo.FoContext context,
FObjScaled fobjScaled)
Returns the scaling factor for the height. |
float |
getContentWidth(FObj fobj,
org.axsl.fo.FoContext context,
FObjScaled fobjScaled)
Returns the scaling factor for the width. |
org.axsl.common.i18n.Country |
getCountry(FObj fobj,
org.axsl.fo.FoContext context)
Returns the country property. |
FoValue |
getDisplayAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the display-align property. |
int |
getExtent(FObj fobj)
Returns the extent property. |
String |
getExternalDestination()
Returns the external-destination property. |
String |
getFlowMapName()
Returns the flow-map-name property. |
String |
getFlowMapReference()
Returns the flow-map-reference property. |
String |
getFlowName()
Returns the flow-name property. |
String |
getFlowNameReference()
Returns the flow-name-reference property. |
List<String> |
getFontFamily(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-family property. |
int |
getFontSize(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-size property. |
org.axsl.font.Font.Stretch |
getFontStretch(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-stretch property. |
org.axsl.font.Font.Style |
getFontStyle(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-style property. |
org.axsl.font.Font.Variant |
getFontVariant(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-variant property. |
org.axsl.font.Font.Weight |
getFontWeight(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-weight property. |
FoValue |
getForcePageCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the force-page-count property. |
String |
getFormat()
Returns the format property. |
char |
getGroupingSeparator()
Returns the grouping-separator property. |
int |
getGroupingSize()
Returns the grouping-size property. |
boolean |
getHyphenate(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenate property. |
int |
getHyphenationCharacter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-character property. |
int |
getHyphenationPushCharacterCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-push-character-count property. |
int |
getHyphenationRemainCharacterCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-remain-character-count property. |
String |
getId()
Returns the id property. |
int |
getIndent(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass direction)
Returns the start-indent or end-indent value. |
int |
getInitialPageNumber(FObj fobj,
int lastPageNumberUsed)
Returns the initial-page-number property. |
String |
getInternalDestination()
Returns the internal-destination property. |
org.axsl.common.value.AbsoluteAxis |
getIPAxis(FObj fobj,
org.axsl.fo.FoContext context)
Tells which axis (horizontal or vertical) is the inline-progression axis. |
int |
getKeepTogether(FObj fobj,
org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty)
Returns the keep-together property. |
int |
getKeepWithNext(FObj fobj,
org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty)
Returns the keep-with-next property. |
int |
getKeepWithPrevious(FObj fobj,
org.axsl.fo.FoContext context,
AbstractKeep.Type subProperty)
Returns the keep-with-previous property. |
String |
getLanguage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the language property. |
FoValue |
getLeaderAlignment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-alignment property. |
int |
getLeaderLengthMaximum(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-length.maximum property. |
int |
getLeaderLengthMinimum(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-length.minimum property. |
int |
getLeaderLengthOptimum(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-length.optimum property. |
FoValue |
getLeaderPattern(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader-pattern property. |
int |
getLeaderPatternWidth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the leader pattern width. |
int |
getLeft(FObj fobj,
org.axsl.fo.FoContext context)
Returns the left property. |
FoValue |
getLetterValue()
Returns the letter-value property. |
int |
getLineHeight(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange rangeID)
Returns the line-height. |
org.axsl.common.value.Conditionality |
getLineHeightConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height.conditionality property. |
float |
getLineHeightMultiplier(FObj fobj,
org.axsl.fo.FoContext context)
This method is used to get the raw line height multiplier. |
int |
getLineHeightPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height.precedence property. |
int |
getMarginBottom(FObj fobj,
org.axsl.fo.FoContext context)
Returns the bottom margin property. |
int |
getMarginLeft(FObj fobj,
org.axsl.fo.FoContext context)
Returns the left margin property. |
int |
getMarginRight(FObj fobj,
org.axsl.fo.FoContext context)
Returns the right margin property. |
int |
getMarginTop(FObj fobj,
org.axsl.fo.FoContext context)
Returns the top margin property. |
String |
getMarkerClassName()
Returns the marker-class-name property. |
String |
getMasterName()
Returns the master-name property. |
String |
getMasterReference()
Returns the master-reference property. |
int |
getMaximumRepeats(FObj fobj)
Returns the maximum-repeats property. |
int |
getNumberColumnsRepeated()
Returns the number-columns-repeated property. |
int |
getNumberColumnsSpanned()
Returns the number-columns-spanned property. |
int |
getNumberRowsSpanned()
Returns the number-rows-spanned property. |
FoValue |
getOddOrEven()
Returns the odd-or-even property. |
FoValue |
getOverflow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the overflow property. |
boolean |
getOverlineScore(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
int |
getPadding(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.common.value.RelativeCompass relativeDirection)
Returns the padding width. |
int |
getPageHeight(FObj fobj)
Returns the height of the page. |
FoValue |
getPagePosition()
Returns the page-position property. |
int |
getPageWidth(FObj fobj)
Returns the width of the page. |
FoValue |
getPosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the position property. |
boolean |
getPrecedence(FObj fobj)
Returns the precedence property. |
Property |
getProperty(PropertyType propertyType)
Returns the named Property from this PropertyList, if any. |
int |
getProvisionalDistanceBetweenStarts(FObj fobj,
org.axsl.fo.FoContext context)
Returns the provisional-distance-between-starts property. |
int |
getProvisionalLabelSeparation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the provisional-label-separation property. |
FoValue |
getRawInitialPageNumber(FObj fobj)
Returns the raw initial-page-number property. |
String |
getRefId(FObj fobj,
org.axsl.fo.FoContext context)
Returns the ref-id property. |
String |
getRegionName(FObj fobj)
Returns the region-name property. |
String |
getRegionNameReference()
Returns the region-name-reference property. |
FoValue |
getRelativeAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the relative-align property. |
FoValue |
getRetrieveBoundary()
Returns the retrieve-boundary property. |
String |
getRetrieveClassName()
Returns the retrieve-class-name property. |
FoValue |
getRetrievePosition()
Returns the retrieve-position property. |
int |
getRight(FObj fobj,
org.axsl.fo.FoContext context)
Returns the right property. |
String |
getRole(FObj fobj,
org.axsl.fo.FoContext context)
Returns the role property. |
FoValue |
getRuleStyle(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rule-style property. |
int |
getRuleThickness(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rule-thickness property. |
FoValue |
getScaling(FObj fobj,
org.axsl.fo.FoContext context)
Returns the scaling property. |
String[] |
getSourceDocument(FObj fobj,
org.axsl.fo.FoContext context)
Returns the source-document property. |
FoValue |
getSpan(FObj fobj,
org.axsl.fo.FoContext context)
Returns the span property. |
String |
getSrc(FObj fobj,
org.axsl.fo.FoContext context)
Returns the src property. |
FoValue |
getTableLayout()
Returns the table-layout property. |
boolean |
getTableOmitFooterAtBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the table-omit-footer-at-break property. |
boolean |
getTableOmitHeaderAtBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the table-omit-header-at-break property. |
FoValue |
getTextAlign(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-align property. |
FoValue |
getTextAlignLast(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-align-last property. |
String |
getTextAlignString()
Returns the text-align String, if any. |
DtTextDeco |
getTextDecoration(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text decoration property. |
int |
getTextIndent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-indent property. |
boolean |
getThroughScore(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
int |
getTop(FObj fobj,
org.axsl.fo.FoContext context)
Returns the top property. |
boolean |
getUnderlineScore(FObj fobj,
org.axsl.fo.FoContext context)
See XSL-FO 1.0, Section 5.5.6. |
String[] |
getVoiceFamily(FObj fobj,
org.axsl.fo.FoContext context)
Returns the voice-family property. |
boolean |
getWhiteSpaceCollapse(FObj fobj,
org.axsl.fo.FoContext context)
Returns the whitespace-collapse property. |
FoValue |
getWrapOption(FObj fobj,
org.axsl.fo.FoContext context)
Returns the wrap-option property. |
DtWritingMode |
getWritingMode(FObj fobj,
org.axsl.fo.FoContext context)
Returns the writing-mode property. |
boolean |
isContentHeightDependent(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the content-height is a known value or is dependent on the viewport dimensions. |
boolean |
isContentWidthDependent(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the content-width is a known value or is dependent on the viewport dimensions. |
boolean |
isIpdAuto(FObj fobj)
Indicates whether this object's inline-progression-dimension is "auto". |
int |
qtyProperties()
Returns the number of properties in this list. |
FoValue |
traitAbsolutePosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the absolute-position property. |
FoValue |
traitActiveState(FObj fobj,
org.axsl.fo.FoContext context)
Returns the active-state property. |
int |
traitAlignmentAdjust(FObj fobj,
org.axsl.fo.FoContext context,
org.axsl.fo.FoInlineContext inlineContext)
Returns the alignment-adjust amount. |
org.axsl.common.value.AlignmentBaseline |
traitAlignmentBaseline(FObj fobj,
org.axsl.fo.FoContext context)
Returns the alignment-baseline property. |
float[] |
traitAllowedHeightScale(FObj fobj)
Returns the allowed-height-scale property. |
float[] |
traitAllowedWidthScale(FObj fobj)
Returns the allowed-width-scale property. |
boolean |
traitAutoRestore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the auto-restore property. |
float |
traitAzimuth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the azimuth property. |
FoValue |
traitBackgroundAttachment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the background-attachment property. |
int |
traitBackgroundPositionHorizontal(FObj fobj,
org.axsl.fo.FoContext context,
int paddingRectangleWidth,
int backgroundImageWidth)
Returns the background-position-horizontal property. |
int |
traitBackgroundPositionVertical(FObj fobj,
org.axsl.fo.FoContext context,
int paddingRectangleHeight,
int backgroundImageHeight)
Returns the background-position-vertical property. |
int |
traitBaselineShift(FObj fobj,
org.axsl.fo.FoContext context)
Returns the baseline-shift property. |
int |
traitBPDimensionMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block-progression-dimension.maximum property. |
int |
traitBPDimensionMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block-progression-dimension.minimum property. |
int |
traitBPDimensionOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block-progression-dimension.optimum property. |
org.axsl.common.value.AbsoluteDirection |
traitBPDirection(FObj fobj,
org.axsl.fo.FoContext context)
Returns the block progression direction. |
FoValue |
traitCaptionSide(FObj fobj,
org.axsl.fo.FoContext context)
Returns the caption-side property. |
String |
traitCaseName(FObj fobj,
org.axsl.fo.FoContext context)
Returns the case-name property. |
String |
traitCaseTitle()
Returns the case-title property. |
FoValue |
traitClear(FObj fobj,
org.axsl.fo.FoContext context)
Returns the clear property. |
Shape |
traitClip(FObj fobj,
org.axsl.fo.FoContext context,
Shape containerShape)
Returns the clip property. |
boolean |
traitClipIsAuto(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether "clip" is "auto". |
String |
traitColorProfileName(FObj fobj,
org.axsl.fo.FoContext context)
Returns the color-profile-name property. |
String |
traitContentType(FObj fobj)
Returns the content-type property. |
String |
traitCueAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the cue-after property. |
String |
traitCueBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the cue-before property. |
int |
traitDestinationPlacementOffset(FObj fobj,
org.axsl.fo.FoContext context)
Returns the destination-placement-offset property. |
FoValue |
traitDirection(FObj fobj,
org.axsl.fo.FoContext context)
Returns the direction property. |
org.axsl.common.value.Baseline |
traitDominantBaseline(FObj fobj,
org.axsl.fo.FoContext context)
Returns the dominant-baseline property. |
float |
traitElevation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the elevation property. |
FoValue |
traitEmptyCells(FObj fobj,
org.axsl.fo.FoContext context)
Returns the empty-cells property. |
boolean |
traitEndsRow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the ends-row property. |
FoValue |
traitFloat(FObj fobj,
org.axsl.fo.FoContext context)
Returns the float property. |
FoValue |
traitFontSelectionStrategy(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-selection-strategy property. |
double |
traitFontSizeAdjust(FObj fobj,
org.axsl.fo.FoContext context)
Returns the font-size-adjust property. |
short |
traitGlyphOrientationHorizontal(FObj fobj,
org.axsl.fo.FoContext context)
Returns the glyph-orientation-horizontal property. |
short |
traitGlyphOrientationVertical(FObj fobj,
org.axsl.fo.FoContext context)
Returns the glyph-orientation-vertical property. |
org.axsl.common.value.Conditionality |
traitHalfLeadingConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.conditionality property. |
int |
traitHalfLeadingMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.maximum property. |
int |
traitHalfLeadingMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.minimum property. |
int |
traitHalfLeadingOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.optimum property. |
int |
traitHalfLeadingPrecedence(FObj fobj,
org.axsl.fo.FoContext context)
Returns the half-leading.precedence property. |
FoValue |
traitHyphenationKeep(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-keep property. |
int |
traitHyphLadderCount(FObj fobj,
org.axsl.fo.FoContext context)
Returns the hyphenation-ladder-count property. |
boolean |
traitIndicateDestination(FObj fobj,
org.axsl.fo.FoContext context)
Returns the indicate-destination property. |
int |
traitIPDimensionMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline-progression-dimension.maximum property. |
int |
traitIPDimensionMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline-progression-dimension.minimum property. |
int |
traitIPDimensionOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline-progression-dimension.optimum property. |
org.axsl.common.value.AbsoluteDirection |
traitIPDirectionEven(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline progression direction for even-numbered lines. |
org.axsl.common.value.AbsoluteDirection |
traitIPDirectionOdd(FObj fobj,
org.axsl.fo.FoContext context)
Returns the inline progression direction for odd-numbered lines. |
int |
traitKeepTogetherWithinColumn(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-together.within-column property. |
int |
traitKeepTogetherWithinLine(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-together.within-line property. |
int |
traitKeepTogetherWithinPage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-together.within-page property. |
int |
traitKeepWithNextWithinColumn(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-next.within-column property. |
int |
traitKeepWithNextWithinLine(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-next.within-line property. |
int |
traitKeepWithNextWithinPage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-next.within-page property. |
int |
traitKeepWithPreviousWithinColumn(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-previous.within-column property. |
int |
traitKeepWithPreviousWithinLine(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-previous.within-line property. |
int |
traitKeepWithPreviousWithinPage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the keep-with-previous.within-page property. |
int |
traitLastLineEndIndent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the last-line-end-indent property. |
org.axsl.common.value.Conditionality |
traitLetterSpacingConditionality()
Returns the letter-spacing.conditionality property. |
int |
traitLetterSpacingMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the letter-spacing.maximum property. |
int |
traitLetterSpacingMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the letter-spacing.minimum property. |
int |
traitLetterSpacingOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the letter-spacing.optimum property. |
int |
traitLetterSpacingPrecedence()
Returns the letter-spacing.precedence property. |
FoValue |
traitLinefeedTreatment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the linefeed-treatment property. |
FoValue |
traitLineHeightShiftAdjustment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-height-shift-adjustment property. |
FoValue |
traitLineStackingStrategy(FObj fobj,
org.axsl.fo.FoContext context)
Returns the line-stacking-strategy property. |
FoValue |
traitMediaUsage(FObj fobj,
org.axsl.fo.FoContext context)
Returns the media-usage property. |
int |
traitOrphans(FObj fobj,
org.axsl.fo.FoContext context)
Returns the orphans property. |
FoValue |
traitPageBreakAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-after property. |
FoValue |
traitPageBreakBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-before property. |
FoValue |
traitPageBreakInside(FObj fobj,
org.axsl.fo.FoContext context)
Returns the page-break-inside property. |
double |
traitPauseAfter(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pause-after property. |
double |
traitPauseBefore(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pause-before property. |
double |
traitPitch(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pitch property. |
double |
traitPitchRange(FObj fobj,
org.axsl.fo.FoContext context)
Returns the pitch-range property. |
String |
traitPlayDuring(FObj fobj,
org.axsl.fo.FoContext context)
Returns the play-during property. |
boolean |
traitPlayDuringMix()
Returns the play-during.mix property. |
boolean |
traitPlayDuringRepeat()
Returns the play-during.repeat property. |
FoValue |
traitReferenceOrientation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the reference-orientation property. |
FoValue |
traitRelativePosition(FObj fobj,
org.axsl.fo.FoContext context)
Returns the relative-position property. |
FoValue |
traitRenderingIntent(FObj fobj,
org.axsl.fo.FoContext context)
Returns the rendering-intent property. |
double |
traitRichness(FObj fobj,
org.axsl.fo.FoContext context)
Returns the richness property. |
FoValue |
traitScalingMethod(FObj fobj,
org.axsl.fo.FoContext context)
Returns the scaling-method property. |
boolean |
traitScoreSpaces(FObj fobj,
org.axsl.fo.FoContext context)
Returns the score-spaces property. |
String |
traitScript(FObj fobj,
org.axsl.fo.FoContext context)
Returns the script property. |
org.axsl.common.value.AbsoluteDirection |
traitShiftDirectionEven(FObj fobj,
org.axsl.fo.FoContext context)
Returns the shift direction for even-numbered lines. |
org.axsl.common.value.AbsoluteDirection |
traitShiftDirectionOdd(FObj fobj,
org.axsl.fo.FoContext context)
Returns the shift direction for odd-numbered lines. |
FoValue |
traitShowDestination(FObj fobj,
org.axsl.fo.FoContext context)
Returns the show-destination property. |
org.axsl.common.value.Conditionality |
traitSpaceAfterConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the space-after.conditionality property. |
int |
traitSpaceAfterLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-after.length property. |
int |
traitSpaceAfterPrecedence()
Returns the space-after.precedence property. |
org.axsl.common.value.Conditionality |
traitSpaceBeforeConditionality(FObj fobj,
org.axsl.fo.FoContext context)
Returns the space-before.conditionality property. |
int |
traitSpaceBeforeLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-before.length property. |
int |
traitSpaceBeforePrecedence()
Returns the space-before.precedence property. |
org.axsl.common.value.Conditionality |
traitSpaceEndConditionality()
Returns the space-end.conditionality property. |
int |
traitSpaceEndLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-end.length property. |
int |
traitSpaceEndPrecedence()
Returns the space-end.precedence property. |
org.axsl.common.value.Conditionality |
traitSpaceStartConditionality()
Returns the space-start.conditionality property. |
int |
traitSpaceStartLength(FObj fobj,
org.axsl.fo.FoContext context,
LengthRange subProperty)
Returns the space-start.length property. |
int |
traitSpaceStartPrecedence()
Returns the space-start.precedence property. |
FoValue |
traitSpeak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak property. |
FoValue |
traitSpeakHeader(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-header property. |
FoValue |
traitSpeakNumeral(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-numeral property. |
FoValue |
traitSpeakPunctuation(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speak-punctuation property. |
double |
traitSpeechRate(FObj fobj,
org.axsl.fo.FoContext context)
Returns the speech-rate property. |
FoValue |
traitStartingState(FObj fobj,
org.axsl.fo.FoContext context)
Returns the starting-state property. |
boolean |
traitStartsRow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the starts-row property. |
double |
traitStress(FObj fobj,
org.axsl.fo.FoContext context)
Returns the stress property. |
FoValue |
traitSuppressAtLineBreak(FObj fobj,
org.axsl.fo.FoContext context)
Returns the suppress-at-line-break property. |
FoValue |
traitSwitchTo()
Returns the switch-to property. |
String[] |
traitSwitchToNames()
Returns the switch-to names. |
String |
traitTargetPresentationContext(FObj fobj)
Returns the target-presentation-context property. |
String |
traitTargetProcessingContext()
Returns the target-processing-context property. |
String |
traitTargetStylesheet()
Returns the target-stylesheet property. |
int |
traitTextAltitude(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-altitude property. |
int |
traitTextDepth(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-depth property. |
org.axsl.common.value.ShadowEffect[] |
traitTextShadow(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-shadow property. |
FoValue |
traitTextTransform(FObj fobj,
org.axsl.fo.FoContext context)
Returns the text-transform property. |
boolean |
traitTreatAsWordSpace(FObj fobj,
org.axsl.fo.FoContext context,
char character)
Returns the treat-as-word-space property. |
FoValue |
traitUnicodeBidi(FObj fobj,
org.axsl.fo.FoContext context)
Returns the unicode-bidi property. |
FoValue |
traitVisibility(FObj fobj,
org.axsl.fo.FoContext context)
Returns the visibility property. |
double |
traitVolume(FObj fobj,
org.axsl.fo.FoContext context)
Returns the volume property. |
FoValue |
traitWhiteSpace(FObj fobj,
org.axsl.fo.FoContext context)
Returns the white-space property. |
FoValue |
traitWhiteSpaceTreatment(FObj fobj,
org.axsl.fo.FoContext context)
Returns the white-space-treatment property. |
int |
traitWidows(FObj fobj,
org.axsl.fo.FoContext context)
Returns the widows property. |
org.axsl.common.value.Conditionality |
traitWordSpacingConditionality()
Returns the word-spacing.conditionality property. |
int |
traitWordSpacingMax(FObj fobj,
org.axsl.fo.FoContext context)
Returns the word-spacing.maximum property. |
int |
traitWordSpacingMin(FObj fobj,
org.axsl.fo.FoContext context)
Returns the word-spacing.minimum property. |
int |
traitWordSpacingOpt(FObj fobj,
org.axsl.fo.FoContext context)
Returns the word-spacing.optimum property. |
int |
traitWordSpacingPrecedence()
Returns the word-spacing.precedence property. |
int |
traitZIndex(FObj fobj,
org.axsl.fo.FoContext context)
Returns the z-index property. |
boolean |
traitZIndexIsAuto(FObj fobj,
org.axsl.fo.FoContext context)
Indicates whether the z-index property value is auto. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyList(int size)
size
- The number of expected properties in the list.Method Detail |
---|
public static PropertyList emptyPropertyList()
public void addProperty(FObj fobj, Property property)
fobj
- The FObj to which the property belongs.property
- The property to be added.public Property getProperty(PropertyType propertyType)
propertyType
- The integral identifier of the property that is
sought.
public DtTextDeco getTextDecoration(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getUnderlineScore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getOverlineScore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getThroughScore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getBlink(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getAbsoluteMargin(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.AbsoluteCompass absoluteDirection)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.absoluteDirection
- One of WritingModeDT.DIRECTION_TOP,
WritingModeDT.DIRECTION_BOTTOM, WritingModeDT.DIRECTION_LEFT,
WritingModeDT.DIRECTION_RIGHT.
public int getMarginTop(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getMarginBottom(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getMarginLeft(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getMarginRight(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public Color getColor(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getWrapOption(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getWhiteSpaceCollapse(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public DtWritingMode getWritingMode(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getId()
public String getInternalDestination()
public String getExternalDestination()
public int getIndent(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.RelativeCompass direction)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.direction
- The direction for which the indent value is needed.
public FoValue getSpan(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getFlowName()
public String getMarkerClassName()
public String getRetrieveClassName()
public FoValue getRetrievePosition()
public FoValue getRetrieveBoundary()
public int getColumnNumber(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getNumberColumnsSpanned()
public int getNumberRowsSpanned()
public FoValue getBorderCollapse(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getDisplayAlign(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getRelativeAlign(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getBorderSeparationIPD(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getBorderSeparationBPD(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getNumberColumnsRepeated()
public int getColumnWidth(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double getColumnWidthTableUnits()
public FoValue getBreakAfter(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getKeepTogether(FObj fobj, org.axsl.fo.FoContext context, AbstractKeep.Type subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The keep type of the property to be returned.
public int traitKeepTogetherWithinLine(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitKeepTogetherWithinColumn(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitKeepTogetherWithinPage(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getKeepWithNext(FObj fobj, org.axsl.fo.FoContext context, AbstractKeep.Type subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The keep type of the property to be returned.
public int traitKeepWithNextWithinLine(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitKeepWithNextWithinColumn(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitKeepWithNextWithinPage(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getKeepWithPrevious(FObj fobj, org.axsl.fo.FoContext context, AbstractKeep.Type subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The keep type of the property to be returned.
public int traitKeepWithPreviousWithinLine(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitKeepWithPreviousWithinColumn(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitKeepWithPreviousWithinPage(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getMasterReference()
public FoValue getPagePosition()
public FoValue getOddOrEven()
public FoValue getBlankOrNotBlank(FObj fobj)
fobj
- The FObj to which the property belongs.
public int getInitialPageNumber(FObj fobj, int lastPageNumberUsed)
fobj
- The FObj to which the property belongs.lastPageNumberUsed
- The last page number from the previous
page-sequence.
public FoValue getRawInitialPageNumber(FObj fobj)
fobj
- The FObj to which the property belongs.
public String getFormat()
public char getGroupingSeparator()
public int getGroupingSize()
public FoValue getLetterValue()
public FoValue getForcePageCount(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getMasterName()
public String getRegionName(FObj fobj)
fobj
- The FObj to which the property belongs.
public boolean getPrecedence(FObj fobj)
fobj
- The FObj to which the property belongs.
public int getExtent(FObj fobj)
fobj
- The FObj to which the property belongs.
public int getColumnGap(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getOverflow(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getColumnCount(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getMaximumRepeats(FObj fobj)
fobj
- The FObj to which the property belongs.
public int getPageWidth(FObj fobj)
fobj
- The FObj to which the property belongs.
public int getPageHeight(FObj fobj)
fobj
- The FObj to which the property belongs.
public FoValue getTextAlign(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getTextAlignString()
public FoValue getTextAlignLast(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public float getLineHeightMultiplier(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLineHeight(FObj fobj, org.axsl.fo.FoContext context, LengthRange rangeID)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.rangeID
- One of MINIMUM, OPTIMUM, OR MAXIMUM.
public org.axsl.common.value.Conditionality getLineHeightConditionality(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLineHeightPrecedence(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitSpaceBeforeLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The length-range specifier.
public org.axsl.common.value.Conditionality traitSpaceBeforeConditionality(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitSpaceBeforePrecedence()
public int traitSpaceAfterLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The length-range specifier.
public org.axsl.common.value.Conditionality traitSpaceAfterConditionality(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitSpaceAfterPrecedence()
public int traitSpaceStartLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The length-range specified.
public org.axsl.common.value.Conditionality traitSpaceStartConditionality()
public int traitSpaceStartPrecedence()
public int traitSpaceEndLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.subProperty
- The length-range specifier.
public org.axsl.common.value.Conditionality traitSpaceEndConditionality()
public int traitSpaceEndPrecedence()
public int getTextIndent(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getPosition(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getAbsoluteOffset(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.AbsoluteCompass absoluteDirection)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.absoluteDirection
- The direction for which the absolute offset
is needed.
public int getTop(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getBottom(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLeft(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getRight(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public char getCharacter()
public String getSrc(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getBreakBefore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getScaling(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public float getContentWidth(FObj fobj, org.axsl.fo.FoContext context, FObjScaled fobjScaled)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.fobjScaled
- The object containing the scalable item whose content
dimension is needed. This may be the same as fobj
, but
will not be the same for cases where we are looking for the dimension
using "inherit".
public boolean isContentWidthDependent(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public float getContentHeight(FObj fobj, org.axsl.fo.FoContext context, FObjScaled fobjScaled)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.fobjScaled
- The object containing the scalable item whose content
dimension is needed. This may be the same as fobj
, but
will not be the same for cases where we are looking for the dimension
using "inherit".
public boolean isContentHeightDependent(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getLeaderPattern(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLeaderLengthMinimum(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLeaderLengthOptimum(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLeaderLengthMaximum(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getRuleThickness(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getRuleStyle(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getLeaderPatternWidth(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getLeaderAlignment(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getRefId(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getTableLayout()
public boolean getTableOmitHeaderAtBreak(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getTableOmitFooterAtBreak(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitBPDimensionMin(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitBPDimensionOpt(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitBPDimensionMax(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitIPDimensionMin(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitIPDimensionOpt(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitIPDimensionMax(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public List<String> getFontFamily(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.font.Font.Style getFontStyle(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.font.Font.Weight getFontWeight(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getFontSize(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.font.Font.Variant getFontVariant(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.font.Font.Stretch getFontStretch(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getProvisionalDistanceBetweenStarts(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getProvisionalLabelSeparation(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public Color getBorderColor(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.RelativeCompass direction)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.direction
- The direction for which the border-color is needed.
public org.axsl.common.value.BorderStyle getBorderStyle(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.Compass direction)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.direction
- The direction for which the border-style is needed.
public int getBorderWidth(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.RelativeCompass direction)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.direction
- The direction for which the border width is needed.
public int getPadding(FObj fobj, org.axsl.fo.FoContext context, org.axsl.common.value.RelativeCompass relativeDirection)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.relativeDirection
- The direction for which the padding width is
needed.
public Color getBackgroundColor(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean getHyphenate(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getHyphenationCharacter(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getHyphenationPushCharacterCount(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getHyphenationRemainCharacterCount(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getLanguage(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.i18n.Country getCountry(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.graphic.Graphic getBackgroundImage(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue getBackgroundRepeat(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String[] getSourceDocument(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String getRole(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitTextAltitude(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitTextDepth(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitHalfLeadingMin(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitHalfLeadingOpt(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitHalfLeadingMax(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.Conditionality traitHalfLeadingConditionality(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitHalfLeadingPrecedence(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AbsoluteDirection traitIPDirectionOdd(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AbsoluteDirection traitIPDirectionEven(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AbsoluteDirection traitBPDirection(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AbsoluteDirection traitShiftDirectionOdd(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AbsoluteDirection traitShiftDirectionEven(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AlignmentBaseline traitAlignmentBaseline(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitAlignmentAdjust(FObj fobj, org.axsl.fo.FoContext context, org.axsl.fo.FoInlineContext inlineContext)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.inlineContext
- An object that knows how to resolve FO Tree context
issues that apply to inline objects.
public int traitBaselineShift(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.Baseline traitDominantBaseline(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitLastLineEndIndent(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitLetterSpacingMin(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitLetterSpacingOpt(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitLetterSpacingMax(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.Conditionality traitLetterSpacingConditionality()
public int traitLetterSpacingPrecedence()
public int traitOrphans(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitWidows(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitIndicateDestination(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitAutoRestore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitEndsRow(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitStartsRow(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitScoreSpaces(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitTreatAsWordSpace(FObj fobj, org.axsl.fo.FoContext context, char character)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.character
- The character to be tested.
public String traitColorProfileName(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitCaseName(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitContentType(FObj fobj)
fobj
- The FObj to which the property belongs.
public FoValue traitAbsolutePosition(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitBackgroundAttachment(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitCaptionSide(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitDirection(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitFontSelectionStrategy(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitHyphenationKeep(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitLinefeedTreatment(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitLineHeightShiftAdjustment(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitLineStackingStrategy(FObj fobj, org.axsl.fo.FoContext context)
context
- An object that knows how to resolve FO Tree contextfobj
- The FObj to which the property belongs.
issues.
public FoValue traitRelativePosition(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitScalingMethod(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitSuppressAtLineBreak(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitUnicodeBidi(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitWhiteSpace(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitWhiteSpaceTreatment(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitCaseTitle()
public FoValue traitActiveState(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitClear(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitEmptyCells(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitFloat(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitMediaUsage(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitPageBreakAfter(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitPageBreakBefore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitPageBreakInside(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitReferenceOrientation(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitRenderingIntent(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitShowDestination(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitSpeakHeader(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitSpeak(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitSpeakNumeral(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitSpeakPunctuation(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitStartingState(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitTextTransform(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitVisibility(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public float traitAzimuth(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public float traitElevation(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitCueBefore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitCueAfter(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitClipIsAuto(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public Shape traitClip(FObj fobj, org.axsl.fo.FoContext context, Shape containerShape)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.containerShape
- The shape of the actual area in which the clipping
will take place.
All encapsulated dimensions are expressed in millipoints.
public int getBorderBeforePrecedence(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getBorderAfterPrecedence(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getBorderStartPrecedence(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int getBorderEndPrecedence(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitDestinationPlacementOffset(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitZIndex(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitZIndexIsAuto(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitHyphLadderCount(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitFontSizeAdjust(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitSpeechRate(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitPauseBefore(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitPauseAfter(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitPitch(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitPitchRange(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitVolume(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitPlayDuring(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public boolean traitPlayDuringMix()
public boolean traitPlayDuringRepeat()
public String[] getVoiceFamily(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitRichness(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public double traitStress(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitScript(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public FoValue traitSwitchTo()
public String[] traitSwitchToNames()
public org.axsl.common.value.ShadowEffect[] traitTextShadow(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public String traitTargetProcessingContext()
public String traitTargetPresentationContext(FObj fobj)
fobj
- The FObj to which the property belongs.
public String traitTargetStylesheet()
public short traitGlyphOrientationHorizontal(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public short traitGlyphOrientationVertical(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitBackgroundPositionHorizontal(FObj fobj, org.axsl.fo.FoContext context, int paddingRectangleWidth, int backgroundImageWidth)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.paddingRectangleWidth
- The width of the padding rectangle.backgroundImageWidth
- The width of the background image.
public int traitBackgroundPositionVertical(FObj fobj, org.axsl.fo.FoContext context, int paddingRectangleHeight, int backgroundImageHeight)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.paddingRectangleHeight
- The height of the padding rectangle.backgroundImageHeight
- The height of the background image.
public int traitWordSpacingMin(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitWordSpacingOpt(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public int traitWordSpacingMax(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.Conditionality traitWordSpacingConditionality()
public int traitWordSpacingPrecedence()
public org.axsl.common.value.AbsoluteAxis getBPAxis(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public org.axsl.common.value.AbsoluteAxis getIPAxis(FObj fobj, org.axsl.fo.FoContext context)
fobj
- The FObj to which the property belongs.context
- An object that knows how to resolve FO Tree context
issues.
public static org.axsl.font.Font.SelectionStrategy convertFontSelectionStrategy(FoValue parsedFontSelectionStrategy)
parsedFontSelectionStrategy
- The FO-oriented
font-selection-strategy.
public static org.axsl.font.Font.Style convertFontStyle(FoValue parsedFontStyle)
parsedFontStyle
- The FO-oriented font-style.
public int qtyProperties()
public float[] traitAllowedHeightScale(FObj fobj)
fobj
- The FObj to which the property belongs.
public float[] traitAllowedWidthScale(FObj fobj)
fobj
- The FObj to which the property belongs.
public boolean isIpdAuto(FObj fobj)
fobj
- The FObj to which the property belongs.
public String getFlowMapName()
public String getFlowMapReference()
public String getFlowNameReference()
public String getRegionNameReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |