SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo
Interface BasicLink

All Superinterfaces:
AlignmentAdjustPa, AlignmentBaselinePa, BaselineShiftPa, CommonAccessibilityPa, CommonAuralPa, CommonBorderPaddingBgPa, CommonMarginInlineOptimumPa, CommonMarginInlinePa, CommonPositionPa, CommonRelativePositionPa, DestinationPa, DestinationPlacementOffsetPa, DominantBaselinePa, Fo, IdPa, IndexClassPa, IndexKeyPa, IndicateDestinationPa, java.lang.Iterable<Fo>, KeepTogetherPa, KeepWithNextPa, KeepWithPreviousPa, LineHeightPa, ShowDestinationPa, TargetPresentationContextPa, TargetProcessingContextPa, TargetStylesheetPa, javax.swing.tree.TreeNode

public interface BasicLink
extends Fo, CommonAccessibilityPa, CommonAuralPa, CommonBorderPaddingBgPa, CommonMarginInlinePa, CommonRelativePositionPa, AlignmentAdjustPa, AlignmentBaselinePa, BaselineShiftPa, DestinationPlacementOffsetPa, DominantBaselinePa, IdPa, IndexClassPa, IndexKeyPa, IndicateDestinationPa, KeepTogetherPa, KeepWithNextPa, KeepWithPreviousPa, LineHeightPa, ShowDestinationPa, TargetProcessingContextPa, TargetPresentationContextPa, TargetStylesheetPa, DestinationPa

An fo:basic-link object in XSL-FO. The following items do follow the usual pattern for the property accessors:

See Also:
"XSL-FO 1.0 Section 6.9.2."

Field Summary
 
Fields inherited from interface org.axsl.fo.Fo
DIMENSION_AUTO
 
Fields inherited from interface org.axsl.fo.fo.prop.CommonPositionPa
ABSOLUTE_POSITION_AUTO
 
Method Summary
 
Methods inherited from interface org.axsl.fo.Fo
acceptProxyFactory, ancestorBasicLink, ancestorListRelatedObject, ancestorMarker, ancestorTable, getChildAt, getColumn, getContextMessage, getLine, getName, getParent, getSequentialIndex, getSystemId, isBlockLevelFo, qtyMarkerChildren, traitIsReferenceArea
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonAccessibilityPa
traitRole, traitSourceDocument
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonAuralPa
getVoice, traitAzimuth, traitCueAfter, traitCueBefore, traitElevation, traitPauseAfter, traitPauseBefore, traitPitch, traitPitchRange, traitPlayDuring, traitPlayDuringMix, traitPlayDuringRepeat, traitRichness, traitSpeak, traitSpeakHeader, traitSpeakNumeral, traitSpeakPunctuation, traitSpeechRate, traitStress, traitVoiceFamily, traitVolume
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
traitBackgroundAttachment, traitBackgroundColor, traitBackgroundImage, traitBackgroundPositionHorizontal, traitBackgroundPositionVertical, traitBackgroundRepeat, traitBorderAfterColor, traitBorderAfterStyle, traitBorderAfterWidth, traitBorderBeforeColor, traitBorderBeforeStyle, traitBorderBeforeWidth, traitBorderEndColor, traitBorderEndStyle, traitBorderEndWidth, traitBorderStartColor, traitBorderStartStyle, traitBorderStartWidth, traitPaddingAfter, traitPaddingBefore, traitPaddingEnd, traitPaddingStart
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginInlinePa
traitSpaceEndConditionality, traitSpaceEndMaximum, traitSpaceEndMinimum, traitSpaceEndPrecedence, traitSpaceStartConditionality, traitSpaceStartMaximum, traitSpaceStartMinimum, traitSpaceStartPrecedence
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginInlineOptimumPa
traitSpaceEndOptimum, traitSpaceStartOptimum
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonRelativePositionPa
traitRelativePosition
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonPositionPa
traitBottom, traitLeft, traitRight, traitTop
 
Methods inherited from interface org.axsl.fo.fo.prop.AlignmentAdjustPa
traitAlignmentAdjust
 
Methods inherited from interface org.axsl.fo.fo.prop.AlignmentBaselinePa
traitAlignmentBaseline
 
Methods inherited from interface org.axsl.fo.fo.prop.BaselineShiftPa
traitBaselineShift
 
Methods inherited from interface org.axsl.fo.fo.prop.DestinationPlacementOffsetPa
traitDestinationPlacementOffset
 
Methods inherited from interface org.axsl.fo.fo.prop.DominantBaselinePa
traitDominantBaseline
 
Methods inherited from interface org.axsl.fo.fo.prop.IdPa
traitId
 
Methods inherited from interface org.axsl.fo.fo.prop.IndexClassPa
traitIndexClass
 
Methods inherited from interface org.axsl.fo.fo.prop.IndexKeyPa
traitIndexKey
 
Methods inherited from interface org.axsl.fo.fo.prop.IndicateDestinationPa
traitIndicateDestination
 
Methods inherited from interface org.axsl.fo.fo.prop.KeepTogetherPa
traitKeepTogetherWithinColumn, traitKeepTogetherWithinLine, traitKeepTogetherWithinPage
 
Methods inherited from interface org.axsl.fo.fo.prop.KeepWithNextPa
traitKeepWithNextWithinColumn, traitKeepWithNextWithinLine, traitKeepWithNextWithinPage
 
Methods inherited from interface org.axsl.fo.fo.prop.KeepWithPreviousPa
traitKeepWithPreviousWithinColumn, traitKeepWithPreviousWithinLine, traitKeepWithPreviousWithinPage
 
Methods inherited from interface org.axsl.fo.fo.prop.LineHeightPa
traitHalfLeadingConditionality, traitHalfLeadingMax, traitHalfLeadingMin, traitHalfLeadingOpt, traitHalfLeadingPrecedence
 
Methods inherited from interface org.axsl.fo.fo.prop.ShowDestinationPa
traitShowDestination
 
Methods inherited from interface org.axsl.fo.fo.prop.TargetProcessingContextPa
traitTargetProcessingContext
 
Methods inherited from interface org.axsl.fo.fo.prop.TargetPresentationContextPa
traitTargetPresentationContext
 
Methods inherited from interface org.axsl.fo.fo.prop.TargetStylesheetPa
traitTargetStylesheet
 
Methods inherited from interface org.axsl.fo.fo.prop.DestinationPa
getDestination, getLinkType
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.