|
aXSL API 0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoContext | |
---|---|
org.axsl.area | Interfaces useful in the creation of an AreaTree that is backed by an FOTree. |
org.axsl.fo | Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. |
org.axsl.fo.fo | Interfaces useful for describing standard formatting objects in a common way. |
org.axsl.fo.fo.proforma | Interfaces useful for describing properties that are not exposed in the client-facing API, but that are useful on a pro-forma basis for implementations. |
org.axsl.fo.fo.prop | Interfaces describing methods for obtaining property or trait values from the Fo Tree objects. |
Uses of FoContext in org.axsl.area |
---|
Subinterfaces of FoContext in org.axsl.area | |
---|---|
interface |
AbstractTablePartContainer
Super-interface for Table body, header, and footer areas. |
interface |
AncestralNormalInlineArea
A NormalInlineArea that can have other areas as children. |
interface |
Area
Super-interface for all AreaNode instances that actually occupy area on a page. |
interface |
AreaNode
Super-interface for all AreaTree content. |
interface |
AreaTree
An AreaTree is a document that has been laid out on pages. |
interface |
BeforeFloatRefArea
Area containing all or part of a before-float. |
interface |
BlockContainerRefArea
Area containing all or part of a block-container. |
interface |
BlockContentFactory
Super-interface for all interfaces that need to be able to create block-level content, that is, those areas that contain such content. |
interface |
FootnoteRefArea
Area containing all or part of a footnote. |
interface |
GlyphAreaSequence
An Area containing text. |
interface |
InlineContainerArea
Viewport/Reference area pair for an inline container. |
interface |
LineArea
Area containing a line. |
interface |
ListBlockArea
Area for a list-block. |
interface |
ListItemArea
Area for a list-item. |
interface |
ListItemBodyContainer
A container for the content of a list-item-body. |
interface |
ListItemLabelContainer
A container for the content of a list-item-label. |
interface |
MainRefArea
Manages the main-reference-area. |
interface |
NormalBlockArea
Area for a normal block. |
interface |
NormalFlowRefArea
Represents a normal-flow-reference-area. |
interface |
NormalInlineArea
Area containing an external-graphic. |
interface |
PageCollection
A PageCollection is a collection of formatted pages. |
interface |
PageCollectionWrapper
A container for PageCollection instances. |
interface |
RegionBodyRefArea
The Area containing the region-body. |
interface |
RegionRefArea
Area for a Page Region. |
interface |
SpanRefArea
Represents a span-reference-area. |
interface |
TableArea
Container Area for a table. |
interface |
TableBodyContainer
Container Area for a table-body. |
interface |
TableCellArea
Area for a table-cell. |
interface |
TableFooterContainer
Container Area for a table-footer. |
interface |
TableHeaderContainer
Container Area for a table-header. |
interface |
TableRowContainer
A container for the cells in a table-row. |
Uses of FoContext in org.axsl.fo |
---|
Methods in org.axsl.fo with parameters of type FoContext | |
---|---|
BasicLink |
Fo.ancestorBasicLink(FoContext context)
Returns the nearest ancestor BasicLink. |
Fo |
Fo.ancestorListRelatedObject(FoContext context)
Returns the nearest ancestor list-related object. |
Table |
Fo.ancestorTable(FoContext context)
Returns the nearest ancestor Table. |
FoLineText |
FoLineText.getContextWrapper(FoContext context)
Allows the FoContext to attach itself to a LineText
item as it passes through the line-breaking system, if that context is
necessary. |
FoLineNonText |
FoLineNonText.getContextWrapper(FoContext context)
Allows the FoContext to attach itself to a LineNonText
item as it passes through the line-breaking system, if that context is
necessary. |
Iso3166 |
FoLineText.inlineCountry(FoContext context)
Context-aware version of LineText.inlineCountry() . |
int |
FoLineText.inlineFauxSmallCapsFontSize(FoContext context)
Context-aware version of LineText.inlineFauxSmallCapsFontSize() . |
int |
FoLineText.inlineFontSize(FoContext context)
Context-aware version of LineText.inlineFontSize() . |
boolean |
FoLineText.inlineHyphenate(FoContext context)
Context-aware version of LineText.inlineHyphenate() . |
int |
FoLineText.inlineHyphenationCharacter(FoContext context)
Context-aware version of LineText.inlineHyphenationCharacter() . |
int |
FoLineText.inlineHyphenationPushCount(FoContext context)
Context-aware version of LineText.inlineHyphenationPushCount() . |
int |
FoLineText.inlineHyphenationRemainCount(FoContext context)
Context-aware version of LineText.inlineHyphenationRemainCount() . |
boolean |
FoLineText.inlineIsFauxSmallCaps(FoContext context)
Context-aware version of LineText.inlineIsFauxSmallCaps() . |
Iso639 |
FoLineText.inlineLanguage(FoContext context)
Context-aware version of LineText.inlineLanguage() . |
int |
FoLineText.inlineLetterSpacingOptimum(FoContext context)
Context-aware version of LineText.inlineLetterSpacingOptimum() . |
FontUse |
FoLineText.inlinePrimaryFont(FoContext context)
Context-aware version of LineText.inlinePrimaryFont() . |
FontUse |
FoLineText.inlineSecondaryFont(FoContext context,
char c)
Context-aware version of LineText.inlineSecondaryFont(char) . |
int |
FoLineNonText.inlineSizeMaximum(FoContext context,
int lineLength)
Context-aware version of LineNonText.inlineSizeMaximum(int) . |
int |
FoLineNonText.inlineSizeMinimum(FoContext context,
int lineLength)
Context-aware version of LineNonText.inlineSizeMinimum(int) . |
int |
FoLineNonText.inlineSizeOptimum(FoContext context,
int lineLength)
Context-aware version of LineNonText.inlineSizeOptimum(int) . |
char[] |
FoLineText.inlineText(FoContext context)
Context-aware version of LineText.inlineText() . |
boolean |
FoLineText.inlineWrapOption(FoContext context)
Context-aware version of LineText.inlineWrapOption() . |
int |
FoScaled.referenceBpd(FoContext context)
Returns the block-progression-dimension of the reference area for this item. |
int |
FoScaled.referenceIpd(FoContext context)
Returns the inline-progression-dimension of the reference area for this item. |
int |
FoScaled.viewportBpd(FoContext context)
Returns the BPD of the viewport for this item. |
int |
FoScaled.viewportIpd(FoContext context)
Returns the IPD of the viewport for this item. |
Uses of FoContext in org.axsl.fo.fo |
---|
Methods in org.axsl.fo.fo with parameters of type FoContext | |
---|---|
int |
Region.crHeight(FoContext context)
Convenience method reporting the region's height. |
int |
Region.crWidth(FoContext context)
Convenience method reporting the region's width. |
int |
Region.crX(FoContext context)
Convenience method reporting the region's horizontal position. |
int |
Region.crY(FoContext context)
Convenience method reporting the region's vertical position. |
Graphic |
ExternalGraphic.getGraphic(FoContext context)
The resolved Graphic instance encapsulated by this FO. |
Uses of FoContext in org.axsl.fo.fo.proforma |
---|
Methods in org.axsl.fo.fo.proforma with parameters of type FoContext | |
---|---|
java.lang.String[] |
CommonFontExcludedPa.traitFontFamily(FoContext context)
Returns the "font-family" trait for this FO. |
Font.SelectionStrategy |
CommonFontExcludedPa.traitFontSelectionStrategy(FoContext context)
Returns the "font-selection-strategy" trait for this FO. |
int |
CommonFontExcludedPa.traitFontSize(FoContext context)
Returns the "font-size" trait for this FO. |
double |
CommonFontExcludedPa.traitFontSizeAdjust(FoContext context)
Retrieves the computed value for "font-size-adjust". |
Font.Stretch |
CommonFontExcludedPa.traitFontStretch(FoContext context)
Returns the "font-stretch" trait for this FO. |
Font.Variant |
CommonFontExcludedPa.traitFontVariant(FoContext context)
Returns the "font-variant" trait for this FO. |
LinefeedTreatment |
LinefeedTreatmentPa.traitLinefeedTreatment(FoContext context)
Returns the "linefeed-treatment" trait for this FO. |
boolean |
WhiteSpaceCollapsePa.traitWhiteSpaceCollapse(FoContext context)
Returns the "white-space-collapse" trait for this FO. |
Uses of FoContext in org.axsl.fo.fo.prop |
---|
Methods in org.axsl.fo.fo.prop with parameters of type FoContext | |
---|---|
char[] |
CharacterPa.getAreaTreeText(FoContext context)
Returns the character or sequence of characters. |
FontUse |
CommonFontPa.getPrimaryFont(FoContext context)
Provides a resolved font to be used as the primary font for this object. |
FontUse |
CommonFontPa.getSecondaryFont(FoContext context,
int codePoint)
Provides a resolved font that can be used as the secondary font for a specific character in this object. |
Voice |
CommonAuralPa.getVoice(FoContext context)
Provides a resolved voice for this object. |
AbsolutePosition |
CommonAbsolutePositionPa.traitAbsolutePosition(FoContext context)
Returns the "absolute-position" trait for this FO. |
ActiveState |
ActiveStatePa.traitActiveState(FoContext context)
Returns the "active-state" trait for this FO. |
int |
AlignmentAdjustPa.traitAlignmentAdjust(FoContext context,
FoInlineContext inlineContext)
Returns the length component, if any, of the "alignment-adjust" trait for this FO. |
AlignmentBaseline |
AlignmentBaselinePa.traitAlignmentBaseline(FoContext context)
Returns the "alignment-baseline" trait for this FO. |
float[] |
AllowedHeightScalePa.traitAllowedHeightScale(FoContext context)
Returns the "allowed-height-scale" trait for this FO. |
float[] |
AllowedWidthScalePa.traitAllowedWidthScale(FoContext context)
Returns the "allowed-width-scale" trait for this FO. |
boolean |
AutoRestorePa.traitAutoRestore(FoContext context)
Returns the "auto-restore" trait for this FO. |
float |
CommonAuralPa.traitAzimuth(FoContext context)
Returns the "azimuth" trait for this FO. |
BackgroundAttachment |
CommonBorderPaddingBgPa.traitBackgroundAttachment(FoContext context)
Returns the "background-attachment" trait for this FO. |
java.awt.Color |
CommonBorderPaddingBgPa.traitBackgroundColor(FoContext context)
Returns the "background-color" trait for this FO. |
Graphic |
CommonBorderPaddingBgPa.traitBackgroundImage(FoContext context)
Returns the "background-image" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitBackgroundPositionHorizontal(FoContext context,
int paddingRectangleWidth,
int backgroundImageWidth)
Returns the "background-position-horizontal" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitBackgroundPositionVertical(FoContext context,
int paddingRectangleHeight,
int backgroundImageHeight)
Returns the "background-position-vertical" trait for this FO. |
BackgroundRepeat |
CommonBorderPaddingBgPa.traitBackgroundRepeat(FoContext context)
Returns the "background-repeat" trait for this FO. |
int |
BaselineShiftPa.traitBaselineShift(FoContext context)
Returns the "baseline-shift" trait for this FO. |
boolean |
TextDecorationPa.traitBlink(FoContext context)
Returns the "blink" trait for this FO. |
java.awt.Color |
CommonBorderPaddingBgPa.traitBorderAfterColor(FoContext context)
Returns the "border-after-color" trait for this FO. |
int |
BorderAfterPrecedencePa.traitBorderAfterPrecedence(FoContext context)
Returns the "border-after-precedence" trait for this FO. |
BorderStyle |
CommonBorderPaddingBgPa.traitBorderAfterStyle(FoContext context)
Returns the "border-after-style" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitBorderAfterWidth(FoContext context)
Returns the "border-after-width" trait for this FO. |
java.awt.Color |
CommonBorderPaddingBgPa.traitBorderBeforeColor(FoContext context)
Returns the "border-before-color" trait for this FO. |
int |
BorderBeforePrecedencePa.traitBorderBeforePrecedence(FoContext context)
Returns the "border-before-precedence" trait for this FO. |
BorderStyle |
CommonBorderPaddingBgPa.traitBorderBeforeStyle(FoContext context)
Returns the "border-before-style" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitBorderBeforeWidth(FoContext context)
Returns the "border-before-width" trait for this FO. |
BorderModel |
BorderCollapsePa.traitBorderCollapse(FoContext context)
Returns the "border-collapse" trait for this FO. |
java.awt.Color |
CommonBorderPaddingBgPa.traitBorderEndColor(FoContext context)
Returns the "border-end-color" trait for this FO. |
int |
BorderEndPrecedencePa.traitBorderEndPrecedence(FoContext context)
Returns the "border-end-precedence" trait for this FO. |
BorderStyle |
CommonBorderPaddingBgPa.traitBorderEndStyle(FoContext context)
Returns the "border-end-style" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitBorderEndWidth(FoContext context)
Returns the "border-end-width" trait for this FO. |
int |
BorderSeparationPa.traitBorderSeparationBpd(FoContext context)
Returns the BPD portion of the "border-separation" trait for this FO. |
int |
BorderSeparationPa.traitBorderSeparationIpd(FoContext context)
Returns the IPD portion of the "border-separation" trait for this FO. |
java.awt.Color |
CommonBorderPaddingBgPa.traitBorderStartColor(FoContext context)
Returns the "border-start-color" trait for this FO. |
int |
BorderStartPrecedencePa.traitBorderStartPrecedence(FoContext context)
Returns the "border-start-precedence" trait for this FO. |
BorderStyle |
CommonBorderPaddingBgPa.traitBorderStartStyle(FoContext context)
Returns the "border-start-style" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitBorderStartWidth(FoContext context)
Returns the "border-start-width" trait for this FO. |
int |
CommonPositionPa.traitBottom(FoContext context)
Returns the "bottom" trait for this FO. |
int |
BlockProgressionDimensionPa.traitBpDimensionMax(FoContext context)
Returns the "maximum" component of the "block-progression-dimension" for this FO. |
int |
BlockProgressionDimensionPa.traitBpDimensionMin(FoContext context)
Returns the "minimum" component of the "block-progression-dimension" for this FO. |
int |
BlockProgressionDimensionPa.traitBpDimensionOpt(FoContext context)
Returns the "optimum" component of the "block-progression-dimension" for this FO. |
Break |
BreakAfterPa.traitBreakAfter(FoContext context)
Returns the "break-after" trait for this FO. |
Break |
BreakBeforePa.traitBreakBefore(FoContext context)
Returns the "break-before" trait for this FO. |
RelativeCompass |
CaptionSidePa.traitCaptionSide(FoContext context)
Returns the "caption-side" trait for this FO. |
java.lang.String |
CaseNamePa.traitCaseName(FoContext context)
Returns the "case-name" trait for this FO. |
java.awt.Color |
ChangeBarColorPa.traitChangeBarColor(FoContext context)
Returns the "change-bar-color" trait for this FO. |
int |
ChangeBarOffsetPa.traitChangeBarOffset(FoContext context)
Returns the "change-bar-offset" trait for this FO. |
ChangeBarPlacement |
ChangeBarPlacementPa.traitChangeBarPlacement(FoContext context)
Returns the "change-bar-placement" trait for this FO. |
BorderStyle |
ChangeBarStylePa.traitChangeBarStyle(FoContext context)
Returns the "change-bar-style" trait for this FO. |
int |
ChangeBarWidthPa.traitChangeBarWidth(FoContext context)
Returns the "change-bar-width" trait for this FO. |
Clear |
ClearPa.traitClear(FoContext context)
Returns the "clear" trait for this FO. |
java.awt.Shape |
ClipPa.traitClip(FoContext context,
java.awt.Shape containerShape)
Returns the "clip" trait for this FO. |
boolean |
ClipPa.traitClipIsAuto(FoContext context)
Indicates whether the "clip" trait is "auto". |
java.awt.Color |
ColorPa.traitColor(FoContext context)
Returns the resolved "color" trait for this FO. |
java.lang.String |
ColorProfileNamePa.traitColorProfileName(FoContext context)
Returns the "color-profile-name" trait for this FO. |
int |
ColumnCountPa.traitColumnCount(FoContext context)
Returns the "column-count" trait for this FO. |
int |
ColumnGapPa.traitColumnGap(FoContext context)
Returns the "column-gap" trait for this FO. |
int |
ColumnNumberPa.traitColumnNumber(FoContext context)
Returns the column number that this cell starts in. |
int |
ColumnWidthPa.traitColumnWidth(FoContext context)
Returns the "column-width" trait for this FO. |
java.lang.String |
ContentTypePa.traitContentType(FoContext context)
Returns the "content-type" trait for this FO. |
Iso3166 |
CommonHyphenationPa.traitCountry(FoContext context)
Returns the "country" trait for this FO. |
java.lang.String |
CommonAuralPa.traitCueAfter(FoContext context)
Returns the "cue-after" trait for this FO. |
java.lang.String |
CommonAuralPa.traitCueBefore(FoContext context)
Returns the "cue-before" trait for this FO. |
int |
DestinationPlacementOffsetPa.traitDestinationPlacementOffset(FoContext context)
Returns the "destination-placement-offset" trait for this FO. |
AbsoluteDirection |
DirectionPa.traitDirection(FoContext context)
Returns the "direction" trait for this FO. |
DisplayAlign |
DisplayAlignPa.traitDisplayAlign(FoContext context)
Returns the "display-align" trait for this FO. |
Baseline |
DominantBaselinePa.traitDominantBaseline(FoContext context)
Returns the resolved dominant baseline for this object. |
float |
CommonAuralPa.traitElevation(FoContext context)
Returns the "elevation" trait for this FO. |
EmptyCells |
EmptyCellsPa.traitEmptyCells(FoContext context)
Returns the "empty-cells" trait for this FO. |
int |
CommonMarginBlockPa.traitEndIndent(FoContext context)
Returns the "end-indent" trait for this FO. |
Float |
FloatPa.traitFloat(FoContext context)
Returns the "float" trait for this FO. |
int |
CommonFontPa.traitFontSizeActual(FoContext context,
Font font)
Returns the "actual" value for font-size, as distinguished from the "computed" value. |
Font.Style |
FontStylePa.traitFontStyle(FoContext context)
Returns the "font-style" trait for this FO. |
Font.Weight |
FontWeightPa.traitFontWeight(FoContext context)
Returns a numerical value indicating the relative boldness of the font-family typeface that should be used. |
ForcePageCount |
ForcePageCountPa.traitForcePageCount(FoContext context)
Returns the "force-page-count" trait for this FO. |
short |
GlyphOrientationHorizontalPa.traitGlyphOrientationHorizontal(FoContext context)
Returns the "glyph-orientation-horizontal" trait for this FO. |
short |
GlyphOrientationVerticalPa.traitGlyphOrientationVertical(FoContext context)
Returns the "glyph-orientation-vertical" trait for this FO. |
Conditionality |
LineHeightPa.traitHalfLeadingConditionality(FoContext context)
Returns the "conditionality" component of the "half-leading" trait for this FO. |
int |
LineHeightPa.traitHalfLeadingMax(FoContext context)
Returns the "maximum" component of the "half-leading" trait for this FO. |
int |
LineHeightPa.traitHalfLeadingMin(FoContext context)
Returns the "minimum" component of the "half-leading" trait for this FO. |
int |
LineHeightPa.traitHalfLeadingOpt(FoContext context)
Returns the "optimum" component of the "half-leading" trait for this FO. |
int |
LineHeightPa.traitHalfLeadingPrecedence(FoContext context)
Returns the "precedence" component of the "half-leading" trait for this FO. |
boolean |
CommonHyphenationPa.traitHyphenate(FoContext context)
Returns the "hyphenate" trait for this FO. |
int |
CommonHyphenationPa.traitHyphenationCharacter(FoContext context)
Returns the "hyphenation-character" trait for this FO. |
HyphenationKeep |
HyphenationKeepPa.traitHyphenationKeep(FoContext context)
Returns the "hyphenation-keep" trait for this FO. |
int |
HyphenationLadderCountPa.traitHyphenationLadderCount(FoContext context)
Returns the "hyphenation-ladder-count" trait for this FO. |
int |
CommonHyphenationPa.traitHyphenationPushCharacterCount(FoContext context)
Returns the "hyphenation-push-character-count" trait for this FO. |
int |
CommonHyphenationPa.traitHyphenationRemainCharacterCount(FoContext context)
Returns the "hyphenation-remain-character-count" trait for this FO. |
boolean |
IndicateDestinationPa.traitIndicateDestination(FoContext context)
Returns the "indicate-destination" trait for this FO. |
IntrusionDisplace |
IntrusionDisplacePa.traitIntrusionDisplace(FoContext context)
Returns the "intrusion-displace" trait for this FO. |
int |
InlineProgressionDimensionPa.traitIpDimensionMax(FoContext context)
Returns the "maximum" component of the "inline-progression-dimension" for this FO. |
int |
InlineProgressionDimensionPa.traitIpDimensionMin(FoContext context)
Returns the "minimum" component of the "inline-progression-dimension" for this FO. |
int |
InlineProgressionDimensionPa.traitIpDimensionOpt(FoContext context)
Returns the "optimum" component of the "inline-progression-dimension" for this FO. |
int |
KeepTogetherPa.traitKeepTogetherWithinColumn(FoContext context)
Returns the "within-column" portion of the "keep-together" trait for this FO. |
int |
KeepTogetherPa.traitKeepTogetherWithinLine(FoContext context)
Returns the "within-line" portion of the "keep-together" trait for this FO. |
int |
KeepTogetherPa.traitKeepTogetherWithinPage(FoContext context)
Returns the "within-page" portion of the "keep-together" trait for this FO. |
int |
KeepWithNextPa.traitKeepWithNextWithinColumn(FoContext context)
Returns the "within-column" portion of the "keep-with-next" trait for this FO. |
int |
KeepWithNextPa.traitKeepWithNextWithinLine(FoContext context)
Returns the "within-line" portion of the "keep-with-next" trait for this FO. |
int |
KeepWithNextPa.traitKeepWithNextWithinPage(FoContext context)
Returns the "within-page" portion of the "keep-with-next" trait for this FO. |
int |
KeepWithPreviousPa.traitKeepWithPreviousWithinColumn(FoContext context)
Returns the "within-column" portion of the "keep-with-previous" trait for this FO. |
int |
KeepWithPreviousPa.traitKeepWithPreviousWithinLine(FoContext context)
Returns the "within-line" portion of the "keep-with-previous" trait for this FO. |
int |
KeepWithPreviousPa.traitKeepWithPreviousWithinPage(FoContext context)
Returns the "within-page" portion of the "keep-with-previous" trait for this FO. |
Iso639 |
CommonHyphenationPa.traitLanguage(FoContext context)
Returns the "language" trait for this FO. |
int |
LastLineEndIndentPa.traitLastLineEndIndent(FoContext context)
Returns the "last-line-end-indent" for this FO. |
LeaderAlignment |
LeaderAlignmentPa.traitLeaderAlignment(FoContext context)
Returns the value of the "leader-alignment" trait for this FO. |
int |
LeaderLengthPa.traitLeaderLengthMax(FoContext context)
Returns the "maximum" component of the "leader-length" trait for this FO. |
int |
LeaderLengthPa.traitLeaderLengthMin(FoContext context)
Returns the "minimum" component of the "leader-length" trait for this FO. |
int |
LeaderLengthPa.traitLeaderLengthOpt(FoContext context)
Returns the "optimum" component of the "leader-length" trait for this FO. |
LeaderPattern |
LeaderPatternPa.traitLeaderPattern(FoContext context)
Returns the "leader-pattern" trait for this FO. |
int |
LeaderPatternWidthPa.traitLeaderPatternWidth(FoContext context)
Returns the value for the "leader-pattern-width" trait for this FO. |
int |
CommonPositionPa.traitLeft(FoContext context)
Returns the "left" trait for this FO. |
int |
LetterSpacingPa.traitLetterSpacingMax(FoContext context)
Returns the "maximum" component of the "letter-spacing" trait for this FO. |
int |
LetterSpacingPa.traitLetterSpacingMin(FoContext context)
Returns the "minimum" component of the "letter-spacing" trait for this FO. |
int |
LetterSpacingPa.traitLetterSpacingOpt(FoContext context)
Returns the "optimum" component of the "letter-spacing" trait for this FO. |
LineHeightShiftAdjustment |
LineHeightShiftAdjustmentPa.traitLineHeightShiftAdjustment(FoContext context)
Returns the "line-height-shift-adjustment" trait for this FO. |
LineStackingStrategy |
LineStackingStrategyPa.traitLineStackingStrategy(FoContext context)
Returns the "line-stacking-strategy" trait for this FO. |
MediaUsage |
MediaUsagePa.traitMediaUsage(FoContext context)
Returns the "media-usage" trait for this FO. |
IndexMerge |
MergePagesAcrossIndexKeyReferencesPa.traitMergePagesAcrossIndexKeyReferences(FoContext context)
Returns the "merge-pages-across-index-key-references" trait for this FO. |
IndexMerge |
MergeRangesAcrossIndexKeyReferencesPa.traitMergeRangesAcrossIndexKeyReferences(FoContext context)
Returns the "merge-ranges-across-index-key-references" trait for this FO. |
IndexMerge |
MergeSequentialPageNumbersPa.traitMergeSequentialPageNumbers(FoContext context)
Returns the "merge-sequential-page-numbers" trait for this FO. |
int |
OrphansPa.traitOrphans(FoContext context)
Returns the "orphans" trait for this FO. |
Overflow |
OverflowPa.traitOverflow(FoContext context)
Returns the "overflow" trait for this FO. |
boolean |
TextDecorationPa.traitOverlineScore(FoContext context)
Returns the "overline-score" trait for this FO. |
java.awt.Color |
TextDecorationPa.traitOverlineScoreColor(FoContext context)
Returns the "overline-score-color" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitPaddingAfter(FoContext context)
Returns the "padding-after" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitPaddingBefore(FoContext context)
Returns the "padding-before" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitPaddingEnd(FoContext context)
Returns the "padding-end" trait for this FO. |
int |
CommonBorderPaddingBgPa.traitPaddingStart(FoContext context)
Returns the "padding-start" trait for this FO. |
PageNumberTreatment |
PageNumberTreatmentPa.traitPageNumberTreatment(FoContext context)
Returns the "page-number-treatment" trait for this FO. |
double |
CommonAuralPa.traitPauseAfter(FoContext context)
Returns the "pause-after" trait for this FO. |
double |
CommonAuralPa.traitPauseBefore(FoContext context)
Returns the "pause-before" trait for this FO. |
double |
CommonAuralPa.traitPitch(FoContext context)
Returns the frequency for the audio for the current voice. |
double |
CommonAuralPa.traitPitchRange(FoContext context)
Returns the "pitch-range" trait for this FO. |
java.lang.String |
CommonAuralPa.traitPlayDuring(FoContext context)
Returns the "URL" component of the "play-during" trait for this FO. |
boolean |
CommonAuralPa.traitPlayDuringMix(FoContext context)
Returns the "mix" component of the "play-during" trait for this FO. |
boolean |
CommonAuralPa.traitPlayDuringRepeat(FoContext context)
Returns the "repeat" component of the "play-during" trait for this FO. |
int |
ProvisionalDistanceBetweenStartsPa.traitProvisionalDistanceBetweenStarts(FoContext context)
Returns the "provisional-distance-between-starts" trait for this FO. |
int |
ProvisionalLabelSeparationPa.traitProvisionalLabelSeparation(FoContext context)
Returns the "provisional-label-separation" trait for this FO. |
ReferenceOrientation |
ReferenceOrientationPa.traitReferenceOrientation(FoContext context)
Returns the "reference-orientation" trait for this FO. |
java.lang.String |
RefIdPa.traitRefId(FoContext context)
Returns the "ref-id" trait for this FO. |
RelativeAlign |
RelativeAlignPa.traitRelativeAlign(FoContext context)
Returns the "relative-align" trait for this FO. |
RelativePosition |
CommonRelativePositionPa.traitRelativePosition(FoContext context)
Returns the "relative-position" trait for this FO. |
RenderingIntent |
RenderingIntentPa.traitRenderingIntent(FoContext context)
Returns the "rendering-intent" trait for this FO. |
double |
CommonAuralPa.traitRichness(FoContext context)
Returns the "richness" trait for this FO. |
int |
CommonPositionPa.traitRight(FoContext context)
Returns the "right" trait for this FO. |
java.lang.String |
CommonAccessibilityPa.traitRole(FoContext context)
Returns the "role" trait for this FO. |
RuleStyle |
RuleStylePa.traitRuleStyle(FoContext context)
Returns the "rule-style" trait for this FO. |
int |
RuleThicknessPa.traitRuleThickness(FoContext context)
Returns the "rule-thickness" trait for this FO. |
boolean |
ScoreSpacesPa.traitScoreSpaces(FoContext context)
Returns the "score-spaces" trait for this FO. |
Iso15924 |
CommonHyphenationPa.traitScript(FoContext context)
Returns the "script" trait for this FO. |
ShowDestination |
ShowDestinationPa.traitShowDestination(FoContext context)
Returns the "show-destination" trait for this FO. |
java.lang.String[] |
CommonAccessibilityPa.traitSourceDocument(FoContext context)
Returns the "source-document" trait for this FO. |
Conditionality |
CommonMarginBlockPa.traitSpaceAfterConditionality(FoContext context)
Returns the "conditionality" component of the "space-after" trait for this FO. |
int |
CommonMarginBlockPa.traitSpaceAfterMaximum(FoContext context)
Returns the "maximum" component of the "space-after" trait for this FO. |
int |
CommonMarginBlockPa.traitSpaceAfterMinimum(FoContext context)
Returns the "minimum" component of the "space-after" trait for this FO. |
int |
CommonMarginBlockPa.traitSpaceAfterOptimum(FoContext context)
Returns the "optimum" component of the "space-after" trait for this FO. |
Conditionality |
CommonMarginBlockPa.traitSpaceBeforeConditionality(FoContext context)
Returns the "conditionality" component of the "space-before" trait for this FO. |
int |
CommonMarginBlockPa.traitSpaceBeforeMaximum(FoContext context)
Returns the "maximum" component of the "space-before" trait for this FO. |
int |
CommonMarginBlockPa.traitSpaceBeforeMinimum(FoContext context)
Returns the "minimum" component of the "space-before" trait for this FO. |
int |
CommonMarginBlockPa.traitSpaceBeforeOptimum(FoContext context)
Returns the "optimum" component of the "space-before" trait for this FO. |
int |
CommonMarginInlinePa.traitSpaceEndMaximum(FoContext context)
Returns the "maximum" component of the "space-end" trait for this FO. |
int |
CommonMarginInlinePa.traitSpaceEndMinimum(FoContext context)
Returns the "minimum" component of the "space-end" trait for this FO. |
int |
CommonMarginInlineOptimumPa.traitSpaceEndOptimum(FoContext context)
Returns the "optimum" component of the "space-end" trait for this FO. |
int |
CommonMarginInlinePa.traitSpaceStartMaximum(FoContext context)
Returns the "maximum" component of the "space-start" trait for this FO. |
int |
CommonMarginInlinePa.traitSpaceStartMinimum(FoContext context)
Returns the "minimum" component of the "space-start" trait for this FO. |
int |
CommonMarginInlineOptimumPa.traitSpaceStartOptimum(FoContext context)
Returns the "optimum" component of the "space-start" trait for this FO. |
Span |
SpanPa.traitSpan(FoContext context)
Returns the "span" trait for this FO. |
Speak |
CommonAuralPa.traitSpeak(FoContext context)
Returns the "speak" trait for this FO. |
SpeakHeader |
CommonAuralPa.traitSpeakHeader(FoContext context)
Returns the "speak-header" trait for this FO. |
SpeakNumeral |
CommonAuralPa.traitSpeakNumeral(FoContext context)
Returns the "speak-numeral" trait for this FO. |
SpeakPunctuation |
CommonAuralPa.traitSpeakPunctuation(FoContext context)
Returns the "speak-punctuation" trait for this FO. |
double |
CommonAuralPa.traitSpeechRate(FoContext context)
Returns the desired speech-rate, in words-per-minute. |
java.lang.String |
SrcPa.traitSrc(FoContext context)
Returns the "src" trait for this FO. |
int |
CommonMarginBlockPa.traitStartIndent(FoContext context)
Returns the "start-indent" trait for this FO. |
StartingState |
StartingStatePa.traitStartingState(FoContext context)
Returns the "starting-state" trait for this FO. |
double |
CommonAuralPa.traitStress(FoContext context)
Returns the "stress" trait for this FO. |
SuppressAtLineBreak |
SuppressAtLineBreakPa.traitSuppressAtLineBreak(FoContext context)
Returns the "suppress-at-line-break" trait for this FO. |
boolean |
TableOmitFooterAtBreakPa.traitTableOmitFooterAtBreak(FoContext context)
Returns the "table-omit-footer-at-break" trait for this FO. |
boolean |
TableOmitHeaderAtBreakPa.traitTableOmitHeaderAtBreak(FoContext context)
Returns the "table-omit-header-at-break" trait for this FO. |
TextAlign |
TextAlignPa.traitTextAlign(FoContext context)
Returns the "text-align" trait for this FO. |
TextAlignLast |
TextAlignLastPa.traitTextAlignLast(FoContext context)
Returns the "text-align-last" trait for this FO. |
int |
TextAltitudePa.traitTextAltitude(FoContext context)
Returns the "text-altitude" trait for this FO, adjusted for the font-size. |
int |
TextDepthPa.traitTextDepth(FoContext context)
Returns the "text-depth" trait for this FO, adjusted for the font-size. |
int |
TextIndentPa.traitTextIndent(FoContext context)
Returns the "text-indent" trait for this FO. |
ShadowEffect[] |
TextShadowPa.traitTextShadow(FoContext context)
Returns the "shadow-effect" trait for this FO. |
TextTransform |
TextTransformPa.traitTextTransform(FoContext context)
Returns the "text-transform" trait for this FO. |
boolean |
TextDecorationPa.traitThroughScore(FoContext context)
Returns the "through-score" trait for this FO. |
java.awt.Color |
TextDecorationPa.traitThroughScoreColor(FoContext context)
Returns the "through-score-color" trait for this FO. |
int |
CommonPositionPa.traitTop(FoContext context)
Returns the "top" trait for this FO. |
boolean |
TreatAsWordSpacePa.traitTreatAsWordSpace(FoContext context,
char character)
Returns the "treat-as-word-space" trait for this FO. |
boolean |
TextDecorationPa.traitUnderlineScore(FoContext context)
Returns the "underline-score" trait for this FO. |
java.awt.Color |
TextDecorationPa.traitUnderlineScoreColor(FoContext context)
Returns the "underline-score-color" trait for this FO. |
UnicodeBidi |
UnicodeBidiPa.traitUnicodeBidi(FoContext context)
Returns the "unicode-bidi" trait for this FO. |
Visibility |
VisibilityPa.traitVisibility(FoContext context)
Returns the "visibility" trait for this FO. |
java.lang.String[] |
CommonAuralPa.traitVoiceFamily(FoContext context)
Returns the "voice-family" trait for this FO. |
double |
CommonAuralPa.traitVolume(FoContext context)
Returns the computed value for the "volume" property. |
WhiteSpaceTreatment |
WhiteSpaceTreatmentPa.traitWhiteSpaceTreatment(FoContext context)
Returns the "white-space-treatment" trait for this FO. |
int |
WidowsPa.traitWidows(FoContext context)
Returns the "widows" trait for this FO. |
int |
WordSpacingPa.traitWordSpacingMax(FoContext context)
Returns the amount of additional space to create between letters. |
int |
WordSpacingPa.traitWordSpacingMin(FoContext context)
Returns the amount of additional space to create between letters. |
int |
WordSpacingPa.traitWordSpacingOpt(FoContext context)
Returns the amount of additional space to create between letters. |
WrapOption |
WrapOptionPa.traitWrapOption(FoContext context)
Returns the "wrap-option" trait for this FO. |
WritingMode |
WritingModePa.traitWritingMode(FoContext context)
Returns the writing-mode for this FO. |
int |
ZIndexPa.traitZIndex(FoContext context)
Returns the "z-index" trait for this FO if it is not "auto". |
boolean |
ZIndexPa.traitZIndexIsAuto(FoContext context)
Indicates whether the "z-index" trait for this FO is "auto". |
|
aXSL API 0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.