SourceForge.net Logo
aXSL API 0.2
A B C D E F G H I K L M N O P Q R S T U V W Z

A

ABSOLUTE_POSITION_AUTO - Static variable in interface org.axsl.fo.fo.prop.CommonPositionPa
Used by FO Properties "top", "bottom", "left", and "right" to indicate that the value is "auto".
AbsoluteAxis - Enum in org.axsl.common.value
An enumeration of absolute axes.
AbsoluteCompass - Enum in org.axsl.common.value
An enumeration for the various absolute compass-point directions.
AbsoluteDirection - Enum in org.axsl.common.value
An enumeration of absolute directions or vectors, that is, directions of movement.
absoluteHeight(int) - Method in interface org.axsl.graphic.Graphic
For image formats that store such information, return the image height, in millipoints.
AbsolutePosition - Enum in org.axsl.common.value
Enumeration of possible absolute-position values.
absoluteWidth(int) - Method in interface org.axsl.graphic.Graphic
For image formats that store such information, return the image width, in millipoints.
AbstractTablePartContainer - Interface in org.axsl.area
Super-interface for Table body, header, and footer areas.
acceptProxyFactory(ProxyFactory) - Method in interface org.axsl.fo.Fo
Creates an appropriate proxy for this node.
ActiveState - Enum in org.axsl.common.value
Enumeration of possible active-state values.
ActiveStatePa - Interface in org.axsl.fo.fo.prop
The XSL-FO active-state property.
addDefaultFilter(String) - Method in interface org.axsl.pdf.PdfDocument
Adds a standard filter to the document.
addLineContent(LineContent) - Method in interface org.axsl.text.line.PatientLineBreaker
Provide the line-breaking system with a piece of content.
alignmentAdjustBase() - Method in interface org.axsl.fo.FoInlineContext
Returns the base to which percentages should be applied when computing the "alignment-adjust" length.
AlignmentAdjustPa - Interface in org.axsl.fo.fo.prop
The XSL-FO alignment-adjust property.
AlignmentBaseline - Enum in org.axsl.common.value
Enumeration of possible values for alignment-baseline.
AlignmentBaselinePa - Interface in org.axsl.fo.fo.prop
The XSL-FO alignment-baseline property.
AllowedHeightScalePa - Interface in org.axsl.fo.fo.prop
The XSL-FO allowed-height-scale property.
AllowedWidthScalePa - Interface in org.axsl.fo.fo.prop
The XSL-FO allowed-width-scale property.
ancestorArea() - Method in interface org.axsl.area.AreaNode
Returns this node's nearest ancestor Area.
ancestorBasicLink(FoContext) - Method in interface org.axsl.fo.Fo
Returns the nearest ancestor BasicLink.
ancestorBlockContentFactory() - Method in interface org.axsl.area.AreaNode
Returns this node's nearest ancestor BlockContentFactory.
ancestorListRelatedObject(FoContext) - Method in interface org.axsl.fo.Fo
Returns the nearest ancestor list-related object.
ancestorMarker() - Method in interface org.axsl.fo.Fo
The nearest ancestor Marker instance.
ancestorNormalBlockArea() - Method in interface org.axsl.area.AreaNode
Returns this node's ancestor NormalBlockArea.
ancestorTable(FoContext) - Method in interface org.axsl.fo.Fo
Returns the nearest ancestor Table.
ancestorTableArea() - Method in interface org.axsl.area.AreaNode
Returns this node's ancestor TableArea.
AncestralNormalInlineArea - Interface in org.axsl.area
A NormalInlineArea that can have other areas as children.
Area - Interface in org.axsl.area
Super-interface for all AreaNode instances that actually occupy area on a page.
Area - Interface in org.axsl.galley
Super-interface for all AreaNodes that actually occupy Area on a page.
AreaNode - Interface in org.axsl.area
Super-interface for all AreaTree content.
AreaNode - Interface in org.axsl.galley
Super-interface for all nodes in the Area Tree.
AreaTree - Interface in org.axsl.area
An AreaTree is a document that has been laid out on pages.
AreaTreeEvent - Class in org.axsl.area
An Event used for notification that various stages of the building of an Area tree have been completed.
AreaTreeEvent(Object, Page) - Constructor for class org.axsl.area.AreaTreeEvent
Constructor for a "Page complete" event.
AreaTreeException - Exception in org.axsl.area
Exception thrown when an axslAreaIn implementation has a problem.
AreaTreeException(String) - Constructor for exception org.axsl.area.AreaTreeException
Create a new AreaInException.
AreaTreeException(Throwable) - Constructor for exception org.axsl.area.AreaTreeException
Create a new AreaInException.
AreaTreeException(String, Throwable) - Constructor for exception org.axsl.area.AreaTreeException
Create a new AreaInException.
AreaTreeFactory - Interface in org.axsl.area
Creates implementation-specific AreaTree instances.
AreaTreeListener - Interface in org.axsl.area
An interface for classes that need to handle AreaTreeEvent objects as they are fired.
asPostScript(Encoding) - Method in interface org.axsl.ps.Encoding
Returns this Encoding as a String in the format expected by PostScript.
AutoRestorePa - Interface in org.axsl.fo.fo.prop
The XSL-FO auto-restore property.
awtPaint(Graphics2D, Rectangle2D.Float, Rectangle2D.Float, int) - Method in interface org.axsl.graphic.SvgGraphic
Paints the SVG on an AWT window.

B

BackgroundArea - Interface in org.axsl.galley
Background Areas are rectangles for which a background should be painted.
BackgroundAttachment - Enum in org.axsl.common.value
Enumeration of possible background-attachement values.
BackgroundRepeat - Enum in org.axsl.common.value
Enumeration of the possible background-repeat values.
Baseline - Enum in org.axsl.common.value
An enumeration of the possible baseline values.
baseline(Iso15924) - Method in interface org.axsl.font.Font
Determines which baseline should be used by this font for a specified script.
baselineOffset(AbsoluteAxis, Baseline, int) - Method in interface org.axsl.font.Font
Returns the location of the specified baseline.
BaselineShiftPa - Interface in org.axsl.fo.fo.prop
The XSL-FO baseline-shift property.
baselineX() - Method in interface org.axsl.galley.GeneralInlineArea
The absolute X position of the alignment point at which the cursor should be positioned before writing this item in the output.
baselineY() - Method in interface org.axsl.galley.GeneralInlineArea
The absolute Y position of the alignment point at which the cursor should be positioned before writing this item in the output.
BasicLink - Interface in org.axsl.fo.fo
An fo:basic-link object in XSL-FO.
BBOX_ENTRIES - Static variable in interface org.axsl.ps.BoundingBox
The number of entries in a Bounding Box, that is, 4.
BBOX_LOWER_LEFT_X_INDEX - Static variable in interface org.axsl.ps.BoundingBox
Index to the array item for the lower-left X value in a PostScript bounding box, that is, 0.
BBOX_LOWER_LEFT_Y_INDEX - Static variable in interface org.axsl.ps.BoundingBox
Index to the array item for the lower-left Y value in a PostScript bounding box, that is, 1.
BBOX_UPPER_RIGHT_X_INDEX - Static variable in interface org.axsl.ps.BoundingBox
Index to the array item for the upper-right X value in a PostScript bounding box, that is, 2.
BBOX_UPPER_RIGHT_Y_INDEX - Static variable in interface org.axsl.ps.BoundingBox
Index to the array item for the upper-right X value in a PostScript bounding box, that is, 3.
BeforeFloatArea - Interface in org.axsl.galley
An Area containing all or part of a before-float.
BeforeFloatRefArea - Interface in org.axsl.area
Area containing all or part of a before-float.
bestBaseEncodingPdf() - Method in interface org.axsl.ps.EncodingVector
Method useful for determining what, if any, EncodingVector should be used as the base encoding when writing this EncodingVector in PDF.
bestMarker(RetrieveMarker) - Method in interface org.axsl.area.PageArea
Provides the marker instance best fitting the requirements of a given retrieve-marker.
BidiOverride - Interface in org.axsl.fo.fo
An fo:bidi-override object in XSL-FO.
Block - Interface in org.axsl.fo.fo
An fo:block object in XSL-FO.
BlockContainer - Interface in org.axsl.fo.fo
An fo:block-container object in XSL-FO.
BlockContainerArea - Interface in org.axsl.galley
An Area containing all or part of a block-container.
BlockContainerRefArea - Interface in org.axsl.area
Area containing all or part of a block-container.
BlockContentFactory - Interface in org.axsl.area
Super-interface for all interfaces that need to be able to create block-level content, that is, those areas that contain such content.
BlockProgressionDimensionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO block-progression-dimension property.
Bookmark - Interface in org.axsl.fo.fo
An fo:bookmark object in XSL-FO.
Bookmark - Interface in org.axsl.galley
A document bookmark.
BookmarkTitle - Interface in org.axsl.fo.fo
An fo:bookmark-title object in XSL-FO.
BookmarkTree - Interface in org.axsl.fo.fo
An fo:bookmark-tree object in XSL-FO.
BookmarkTree - Interface in org.axsl.galley
A tree of the bookmarks for a document.
BorderAfterPrecedencePa - Interface in org.axsl.fo.fo.prop
The XSL-FO border-after-precedence property.
BorderBeforePrecedencePa - Interface in org.axsl.fo.fo.prop
The XSL-FO border-before-precedence property.
BorderCollapsePa - Interface in org.axsl.fo.fo.prop
The XSL-FO border-collapse property.
BorderEndPrecedencePa - Interface in org.axsl.fo.fo.prop
The XSL-FO border-end-precedence property.
BorderModel - Enum in org.axsl.common.value
An enumeration of the possible table border models.
BorderPaddingArea - Interface in org.axsl.galley
Interface for all Areas that have borders and padding.
BorderSeparationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO border-separation property.
BorderStartPrecedencePa - Interface in org.axsl.fo.fo.prop
The XSL-FO border-start-precedence property.
BorderStyle - Enum in org.axsl.common.value
Enumeration of valid border styles.
BoundingBox - Interface in org.axsl.ps
A PostScript bounding box, essentially a specialized rectangle.
bpdAncestorBlockOrRa() - Method in interface org.axsl.fo.FoContext
Returns the block-progression-dimension of either 1) the nearest area ancestor that was generated by a block-level formatting object, or 2) if there is no such area ancestor, the nearest area ancestor that is a reference area.
brBpd() - Method in interface org.axsl.galley.Area
The block-progression-dimension of the border-rectangle for this Area.
Break - Enum in org.axsl.common.value
Enumeration of the various "break" options.
BreakAfterPa - Interface in org.axsl.fo.fo.prop
The XSL-FO break-after property.
BreakBeforePa - Interface in org.axsl.fo.fo.prop
The XSL-FO break-before property.
brIpd() - Method in interface org.axsl.galley.Area
The inline-progression-dimension of the border-rectangle for this Area.
brOriginX() - Method in interface org.axsl.galley.Area
Returns the X coordinate of the point-of-origin (intersection of before edge and start edge) of the border rectangle for this area.
brOriginY() - Method in interface org.axsl.galley.Area
Returns the Y coordinate of the point-of-origin (intersection of before edge and start edge) of the border rectangle for this area.

C

canEncode(int) - Method in interface org.axsl.ps.Encoding
Determine whether a given Unicode code point can be encoded by this Encoding.
capacityRemaining() - Method in interface org.axsl.text.line.LineOutput
The portion of the line still available to be filled with content.
capacityTotal() - Method in interface org.axsl.text.line.LineOutput
Provides size of the portion of the line on which content can actually be placed.
capacityUsed() - Method in interface org.axsl.text.line.LineOutput
The portion of the line that is already filled with content.
CaptionSidePa - Interface in org.axsl.fo.fo.prop
The XSL-FO caption-side property.
CaseNamePa - Interface in org.axsl.fo.fo.prop
The XSL-FO case-name property.
CaseTitlePa - Interface in org.axsl.fo.fo.prop
The XSL-FO case-title property.
ChangeBarBegin - Interface in org.axsl.fo.fo
An fo:change-bar-begin object in XSL-FO.
ChangeBarClassPa - Interface in org.axsl.fo.fo.prop
The XSL-FO change-bar-class property.
ChangeBarColorPa - Interface in org.axsl.fo.fo.prop
The XSL-FO change-bar-color property.
ChangeBarEnd - Interface in org.axsl.fo.fo
An fo:change-bar-end object in XSL-FO.
ChangeBarOffsetPa - Interface in org.axsl.fo.fo.prop
The XSL-FO change-bar-offset property.
ChangeBarPlacement - Enum in org.axsl.common.value
An enumeration of the possible change-bar-placement values.
ChangeBarPlacementPa - Interface in org.axsl.fo.fo.prop
The XSL-FO change-bar-placement property.
ChangeBarStylePa - Interface in org.axsl.fo.fo.prop
The XSL-FO change-bar-style property.
ChangeBarWidthPa - Interface in org.axsl.fo.fo.prop
The XSL-FO change-bar-width property.
CharacterPa - Interface in org.axsl.fo.fo.prop
The XSL-FO character property, or, more accurately, a sequence of one or more of them.
CharacterSequence - Interface in org.axsl.fo.fo
Interface for formatting objects that contain fo:character objects either explicitly (as fo:character objects in the document) or implicitly (as #PCDATA in objects whose content models include that).
Clear - Enum in org.axsl.common.value
Enumeration of possible clear values.
ClearPa - Interface in org.axsl.fo.fo.prop
The XSL-FO clear property.
ClipPa - Interface in org.axsl.fo.fo.prop
The XSL-FO clip property.
close() - Method in interface org.axsl.graphic.Graphic
Tells the server that the client application is done with this graphic, which gives the server an opportunity to release any resources devoted to this graphic.
close() - Method in interface org.axsl.pdf.PdfContentStream
Closes any open logical structures in the content so that it is ready to be output.
close() - Method in interface org.axsl.pdf.PdfDocument
Wraps up the processing of the document, completing the writing of any open objects and the document trailer, then closing any resources, including any open output streams.
ColorPa - Interface in org.axsl.fo.fo.prop
The XSL-FO color property.
ColorProfile - Interface in org.axsl.fo.fo
An fo:color-profile object in XSL-FO.
ColorProfileNamePa - Interface in org.axsl.fo.fo.prop
The XSL-FO color-profile-name property.
ColumnCountPa - Interface in org.axsl.fo.fo.prop
The XSL-FO column-count property.
ColumnGapPa - Interface in org.axsl.fo.fo.prop
The XSL-FO column-gap property.
ColumnNumberPa - Interface in org.axsl.fo.fo.prop
The XSL-FO column-number property.
ColumnWidthPa - Interface in org.axsl.fo.fo.prop
The XSL-FO column-width property.
CommonAbsolutePositionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Absolute Position properties.
CommonAccessibilityPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Accessibility properties.
CommonAuralPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Aural properties.
CommonBorderPaddingBgPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Border, Padding, and Background properties.
CommonFontExcludedPa - Interface in org.axsl.fo.fo.proforma
The XSL-FO Common Font properties that are NOT currently exposed to client applications in the axsl API.
CommonFontPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Font properties.
CommonHyphenationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Hyphenation properties.
CommonMarginBlockPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Margin Properties--Block.
CommonMarginInlineOptimumPa - Interface in org.axsl.fo.fo.prop
The "optimum" components of the XSL-FO Common Margin Properties--Inline.
CommonMarginInlinePa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Margin Properties--Inline.
CommonPositionPa - Interface in org.axsl.fo.fo.prop
The "top", "bottom", "left", and "right" properties, part of both the XSL-FO Common Absolute Position properties and the XSL-FO Common Relative Position properties.
CommonRelativePositionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO Common Relative Position properties.
Compass - Interface in org.axsl.common.value
A common interface for AbsoluteCompass and RelativeCompass.
Conditionality - Enum in org.axsl.common.value
Enumeration of possible conditionality values for space specifiers.
contentComplete() - Method in interface org.axsl.area.AreaTree
Client applications (applications that are pushing content into the Area Tree) should run this method to notify the area tree that there is no more content to be added to the document.
ContentTypePa - Interface in org.axsl.fo.fo.prop
The XSL-FO content-type property.
crBpd() - Method in interface org.axsl.area.Area
Returns the content-rectangle block-progression-dimension for this Area.
crBpd() - Method in interface org.axsl.galley.Area
The block-progression-dimension of the content-rectangle for this Area.
createDestination(float, float) - Method in interface org.axsl.pdf.PdfPage
Create an implementation-specific PDFExplicitDestination instance.
createFontOutput(FontUse) - Method in interface org.axsl.font.output.FontOutputFactory
Create a FontOutput implementation.
createPdfColor(Color) - Method in interface org.axsl.pdf.PdfDocument
Get or create an implementation-specific PDFColor instance.
createPdfEncryption() - Method in interface org.axsl.pdf.PdfDocument
Create an implementation-specific PDFEncryption instance to be used by this document.
createPdfOutlineItem(String, String, Color, boolean, boolean) - Method in interface org.axsl.pdf.PdfOutlineParent
Create an implementation-specific PDFOutlineItem instance that is a child of this.
createPdfPage(int, int) - Method in interface org.axsl.pdf.PdfDocument
Create an implementation-specific PDFPage instance.
crHeight(FoContext) - Method in interface org.axsl.fo.fo.Region
Convenience method reporting the region's height.
crIpd() - Method in interface org.axsl.area.Area
Returns the content-rectangle inline-progression-dimension for this Area.
crIpd() - Method in interface org.axsl.galley.Area
The inline-progression-dimension of the content-rectangle for this Area.
crOriginX() - Method in interface org.axsl.galley.Area
Returns the X coordinate of the point-of-origin (intersection of before edge and start edge) of the content rectangle for this area.
crOriginY() - Method in interface org.axsl.galley.Area
Returns the Y coordinate of the point-of-origin (intersection of before edge and start edge) of the content rectangle for this area.
crWidth(FoContext) - Method in interface org.axsl.fo.fo.Region
Convenience method reporting the region's width.
crX(FoContext) - Method in interface org.axsl.fo.fo.Region
Convenience method reporting the region's horizontal position.
crY(FoContext) - Method in interface org.axsl.fo.fo.Region
Convenience method reporting the region's vertical position.
cssFontFamily(String) - Static method in class org.axsl.font.FontUtility
Converts a CSS2-style String input for font-family into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
cssFontStretch(String, boolean) - Static method in class org.axsl.font.FontUtility
Converts a CSS2-style String input for font-stretch into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
cssFontStyle(String, boolean) - Static method in class org.axsl.font.FontUtility
Converts a CSS2-style String input for font-style into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
cssFontVariant(String, boolean) - Static method in class org.axsl.font.FontUtility
Converts a CSS2-style String input for font-variant into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
cssFontWeight(String, boolean) - Static method in class org.axsl.font.FontUtility
Converts a CSS2-style String input for font-weight into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
cssVoiceFamily(String) - Static method in class org.axsl.speech.SpeechUtility
Converts a CSS2-style String input for voice-family into a value expected by SpeechServer.selectVoiceCss(String[]).

D

Declarations - Interface in org.axsl.fo.fo
An fo:declarations object in XSL-FO.
decodeCharacter(int) - Method in interface org.axsl.ps.Encoding
Finds the Unicode code point, if any, for a given encoding index.
destinationName() - Method in interface org.axsl.galley.Area
If this Area should be defined in the output document as a destination, return the name of that destination.
DestinationPa - Interface in org.axsl.fo.fo.prop
A container for normalized values related to "external-destination" and "internal-destination".
DestinationPlacementOffsetPa - Interface in org.axsl.fo.fo.prop
The XSL-FO destination-placement-offset property.
DIMENSION_AUTO - Static variable in interface org.axsl.fo.Fo
Constant used to designate the "auto" value for the block-progression-dimension and inline-progression-dimension properties.
DirectionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO direction property.
DisplayAlign - Enum in org.axsl.common.value
Enumeration of the "display-align" options.
DisplayAlignPa - Interface in org.axsl.fo.fo.prop
The XSL-FO display-align property.
DominantBaselinePa - Interface in org.axsl.fo.fo.prop
The XSL-FO dominant-baseline property.
dotLeaderText() - Method in interface org.axsl.galley.LeaderArea
The text that should be written for the leader.
drawGraphic(Graphic, Rectangle2D.Float, Rectangle2D.Float, FontConsumer, boolean) - Method in interface org.axsl.pdf.PdfContentStream
Draws a graphic in the content stream.
drawLine(Line2D.Float) - Method in interface org.axsl.pdf.PdfContentStream
Draws a line at the current location in the content stream.
drawPdfDocument(OutputStream) - Method in interface org.axsl.graphic.SvgGraphic
Draws the SVG as a complete PDF document.
drawPdfStreamContent(OutputStream, GraphicPdfContext, FontConsumer, boolean) - Method in interface org.axsl.graphic.SvgGraphic
Draws the SVG into the content of a PDF document.
drawPs(OutputStream, FontConsumer, boolean, boolean) - Method in interface org.axsl.graphic.SvgGraphic
Draws the SVG into a PostScript document.
drawRectangle(Rectangle2D.Float, boolean, boolean) - Method in interface org.axsl.pdf.PdfContentStream
Draws a rectangle at the current location in the content stream.
drawText(String, boolean) - Method in interface org.axsl.pdf.PdfContentStream
Draws text at the current location in the content stream.

E

EagerLineBreaker - Interface in org.axsl.text.line
EagerLineBreaker implementations provide line-breaking logic to clients.
EMPTY_STRING_ARRAY - Static variable in class org.axsl.font.FontUtility
An array of Strings with zero elements, useful especially as a return value.
EMPTY_STRING_ARRAY - Static variable in class org.axsl.speech.SpeechUtility
An array of Strings with zero elements, useful especially as a return value.
EmptyCells - Enum in org.axsl.common.value
Enumeration of possible empty-cells values.
EmptyCellsPa - Interface in org.axsl.fo.fo.prop
The XSL-FO empty-cells property.
encodeCharacter(int) - Method in interface org.axsl.font.FontUse
Retrieve the font glyph index for a specified Unicode character.
encodeCharacter(int) - Method in interface org.axsl.ps.Encoding
Finds the encoding index for a given Unicode codepoint.
Encoding - Interface in org.axsl.ps
Encoding instances provide some standard encoding resources for PostScript.
EncodingVector - Interface in org.axsl.ps
EncodingVector implementations represent what PostScript and PDF call an Encoding, that is a mapping from character to glyph index that is based on the character's location in an array (vector).
EpsGraphic - Interface in org.axsl.graphic
Interface for EPS Graphic objects.
ExtentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO extent property.
ExternalGraphic - Interface in org.axsl.fo.fo
An fo:external-graphic object in XSL-FO.
ExternalGraphicArea - Interface in org.axsl.galley
An Area containing an external-graphic.

F

findFromAlpha(String) - Static method in enum org.axsl.common.value.Iso15924
Finds an instance of this class from a given alpha script code as defined in ISO 15924.
findFromAlpha(String) - Static method in enum org.axsl.common.value.Iso3166
Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 3166.
findFromAlpha(String) - Static method in enum org.axsl.common.value.Iso639
Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 639.
findFromNumeric(int) - Static method in enum org.axsl.common.value.Iso15924
Finds an instance of this class from a given alpha script code as defined in ISO 15924.
findFromNumeric(int) - Static method in enum org.axsl.common.value.Iso3166
Finds an instance of this class from a given numeric language code as defined in ISO 3166.
firstUnresolvedRefId() - Method in interface org.axsl.galley.Page
Determines whether there are any unresolved "ref-id" items on this page.
Float - Enum in org.axsl.common.value
Enumeration of possible float values.
Float - Interface in org.axsl.fo.fo
An fo:float object in XSL-FO.
FloatPa - Interface in org.axsl.fo.fo.prop
The XSL-FO float property.
Flow - Interface in org.axsl.fo.fo
An fo:flow object in XSL-FO.
FlowNamePa - Interface in org.axsl.fo.fo.prop
The XSL-FO flow-name property.
Fo - Interface in org.axsl.fo
Base interface for formatting objects.
foComplete(FoTreeEvent) - Method in interface org.axsl.fo.FoTreeListener
Method for handling a completed FObj object.
FoContext - Interface in org.axsl.fo
Provides the FO Tree with contextual information for cases where its contents may be used differently in one context than in another.
foDocumentComplete(FoTreeEvent) - Method in interface org.axsl.fo.FoTreeListener
Method for handling the end of the document.
foFontFamily(String) - Static method in class org.axsl.font.FontUtility
Same as FontUtility.cssFontFamily(String), except input is an XSL-FO-style String.
foFontSelectionStrategy(String, boolean) - Static method in class org.axsl.font.FontUtility
Converts XSL-FO String input for font-selection-strategy into a value expected by FontConsumer.selectFontXsl(Font.SelectionStrategy, String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
foFontStretch(String, boolean) - Static method in class org.axsl.font.FontUtility
Same as FontUtility.cssFontStretch(String, boolean), except input is an XSL-FO-style String.
foFontStyle(String, boolean) - Static method in class org.axsl.font.FontUtility
Same as FontUtility.cssFontStyle(String, boolean), except input is an XSL-FO-style String.
foFontVariant(String, boolean) - Static method in class org.axsl.font.FontUtility
Same as FontUtility.cssFontVariant(String, boolean), except input is an XSL-FO-style String.
foFontWeight(String, boolean) - Static method in class org.axsl.font.FontUtility
Same as FontUtility.cssFontWeight(String, boolean), except input is an XSL-FO-style String.
FoForeignXml - Interface in org.axsl.fo
Super-interface for the root node of XML documents or document fragments that are wrapped inside of an fo:instream-foreign-object.
FoInlineContext - Interface in org.axsl.fo
This interface has a similar purpose to FoContext, but applies only to inline objects.
FoLineNonText - Interface in org.axsl.fo
Subinterface of LineNonText that provides additional services to XSL-FO systems.
FoLineText - Interface in org.axsl.fo
Subinterface of LineText that provides additional services to XSL-FO systems.
FolioPrefix - Interface in org.axsl.fo.fo
An fo:folio-prefix object in XSL-FO.
FolioSuffix - Interface in org.axsl.fo.fo
An fo:folio-suffix object in XSL-FO.
Font - Interface in org.axsl.font
The Font interface exposes a font resource to the client application.
Font.Complexity - Enum in org.axsl.font
Enumeration of constants to describe the complexity of a font.
Font.Format - Enum in org.axsl.font
Enumeration of constants to describe the format of a font.
Font.LineHeightAlgorithm - Enum in org.axsl.font
Enumeration of possible algorithms that could be used to compute the line-height for a given font.
Font.SelectionStrategy - Enum in org.axsl.font
Enumeration of constants needed to describe the various font selection strategies.
Font.Stretch - Enum in org.axsl.font
Enumeration of constants needed to describe the "stretch" value of a font.
Font.Style - Enum in org.axsl.font
Enumeration of constants needed to describe the style of a font.
Font.Variant - Enum in org.axsl.font
Enumeration of constants needed to describe the variant of a font.
Font.Weight - Enum in org.axsl.font
Enumeration of constants needed to describe the weight of a font.
Font.WritingMode - Enum in org.axsl.font
Enumeration of possible writing-modes that a font might have.
FONT_SOURCE_FREE_STANDING - Static variable in interface org.axsl.font.FontConsumer
Free standing fonts are those fonts which are available to the application through means other than the operating system.
FONT_SOURCE_SYSTEM - Static variable in interface org.axsl.font.FontConsumer
System fonts are those fonts which are available to the application through the operating system.
FontConsumer - Interface in org.axsl.font
FontConsumer provides many of the font-related services that a client application may require, such as font resolution (obtaining a FontUse instance to use), and getting a collection of Font and FontUse instances actually used.
FontException - Exception in org.axsl.font
Exception thrown when an axslFont implementation has a problem.
FontException(String) - Constructor for exception org.axsl.font.FontException
Create a new FontException.
FontException(Throwable) - Constructor for exception org.axsl.font.FontException
Create a new FontException.
FontException(String, Throwable) - Constructor for exception org.axsl.font.FontException
Create a new FontException.
FontOutput - Interface in org.axsl.font.output
Superinterface for all aXSL Font Output interfaces.
FontOutputFactory - Interface in org.axsl.font.output
Implementations of this interface create FontOutput implementations.
fontOutputFactoryAvailable(String) - Method in interface org.axsl.font.FontServer
Reports on the availability of FontOutputFactory instances by mime-type.
FontPdf - Interface in org.axsl.font.output
Provides services to applications using and embedding fonts in PDF output.
FontPs - Interface in org.axsl.font.output
Provides services to applications using and embedding fonts in PostScript output.
FontServer - Interface in org.axsl.font
FontServer provides some basic system-wide services such as listing available fonts.
fontStretchName(Font.Stretch) - Static method in class org.axsl.font.FontUtility
Returns a String description for a numeric font-weight value, suitable for using in user messages.
fontStyleName(Font.Style) - Static method in class org.axsl.font.FontUtility
Returns a String description for a font-style value, suitable for using in user messages.
FontStylePa - Interface in org.axsl.fo.fo.prop
The XSL-FO font-style property.
FontUse - Interface in org.axsl.font
The FontUse interface exposes a font resource to the client application.
FontUtility - Class in org.axsl.font
Class containing font-related utility methods.
fontVariantName(Font.Variant) - Static method in class org.axsl.font.FontUtility
Returns a String description for a numeric font-weight value, suitable for using in user messages.
FontWeightPa - Interface in org.axsl.fo.fo.prop
The XSL-FO font-weight property.
Footnote - Interface in org.axsl.fo.fo
An fo:footnote object in XSL-FO.
FootnoteArea - Interface in org.axsl.galley
An Area containing all or part of a footnote.
FootnoteBody - Interface in org.axsl.fo.fo
An fo:footnote-body object in XSL-FO.
FootnoteRefArea - Interface in org.axsl.area
Area containing all or part of a footnote.
foPageSequenceComplete(FoTreeEvent) - Method in interface org.axsl.fo.FoTreeListener
Method for handling a completed PageSequence object.
ForcePageCount - Enum in org.axsl.common.value
Enumeration of possible "force-page-count" values.
ForcePageCountPa - Interface in org.axsl.fo.fo.prop
The XSL-FO force-page-count property.
ForeignContent - Interface in org.axsl.galley
Super-interface for foreign content that can be encapsulated inside a ForeignObjectArea.
ForeignContentSvg - Interface in org.axsl.galley
The reference area for the content of an SVG document that is inside a ForeignObjectArea.
ForeignObjectArea - Interface in org.axsl.galley
An Area containing a foreign-object.
formatPageNumber(int) - Method in interface org.axsl.fo.fo.PageSequence
For a given page-number in the page-sequence, provides a formatted String representation of that page-number, suitable for placement in the output document.
formatPageSequence(PageCollection) - Method in interface org.axsl.layout.Layout
Lays out content by creating the needed content in the given PageCollection to satisfy the PageCollection's cousin PageSequence in the FOTree.
FoScaled - Interface in org.axsl.fo
Subinterface for formatting objects that can be scaled and viewed inside a viewport.
FoTree - Interface in org.axsl.fo
An FoTree is created for each document that is processed.
FoTreeEvent - Class in org.axsl.fo
An Event used for notification that various stages of the building of an FO tree have been completed.
FoTreeEvent(Object, Fo) - Constructor for class org.axsl.fo.FoTreeEvent
Constructor for an "FObj complete" event.
FoTreeEvent(Object) - Constructor for class org.axsl.fo.FoTreeEvent
Constructor for a "Document complete" event.
FoTreeEvent(Object, PageSequence) - Constructor for class org.axsl.fo.FoTreeEvent
Constructor for a "PageSequence complete" event.
FoTreeException - Exception in org.axsl.fo
Exception thrown when an axslFOTree implementation has a problem.
FoTreeException(String) - Constructor for exception org.axsl.fo.FoTreeException
Create a new FoTreeException.
FoTreeException(Throwable) - Constructor for exception org.axsl.fo.FoTreeException
Create a new FoTreeException.
FoTreeException(String, Throwable) - Constructor for exception org.axsl.fo.FoTreeException
Create a new FoTreeException.
FoTreeFactory - Interface in org.axsl.fo
Creates implementation-specific FoTree instances.
FoTreeListener - Interface in org.axsl.fo
An interface for classes that need to handle FOTreeEvent objects as they are fired.
foVoiceFamily(String) - Static method in class org.axsl.speech.SpeechUtility
Same as SpeechUtility.cssVoiceFamily(String), except input is an XSL-FO-style String.
fromNumeric(int) - Static method in enum org.axsl.font.Font.Weight
Returns the Weight constant corresponding to a given numeric weight.
fromString(String) - Static method in enum org.axsl.pdf.PdfVersion
For a given version String, finds the PdfVersion that represents that version.

G

Galley - Interface in org.axsl.galley
A document that has been laid out on pages.
GalleyException - Exception in org.axsl.galley
Exception thrown when an axslAreaOut implementation has a problem.
GalleyException(String) - Constructor for exception org.axsl.galley.GalleyException
Create a new AreaOutException.
GalleyException(Throwable) - Constructor for exception org.axsl.galley.GalleyException
Create a new AreaOutException.
GalleyException(String, Throwable) - Constructor for exception org.axsl.galley.GalleyException
Create a new AreaOutException.
GeneralInlineArea - Interface in org.axsl.galley
Super-interface for all inline areas.
generatedByExists() - Method in interface org.axsl.galley.Area
Indicates whether the "generated-by" trait exists.
generatedByName() - Method in interface org.axsl.galley.Area
Returns the name of the "generated-by".
getAbbrev2() - Method in enum org.axsl.common.value.Iso3166
Returns the two-character abbreviation for this country.
getAbbrev2() - Method in enum org.axsl.common.value.Iso639
Returns the two-character abbreviation for this language.
getAbbrev3() - Method in enum org.axsl.common.value.Iso3166
Returns the three-character abbreviation for this country.
getAbbrev3() - Method in enum org.axsl.common.value.Iso639
Returns the three-character bibliographic abbreviation for this language.
getAbsoluteAxis(RelativeAxis) - Method in interface org.axsl.common.value.WritingMode
Converts a relative axis(block-progression or inline-progress) to an absolute axis (horizontal or vertical) for this writing mode.
getAbsoluteDirection(RelativeCompass) - Method in interface org.axsl.common.value.WritingMode
Given a relative direction, this method returns the corresponding absolute direction in this writing mode.
getAbsoluteDirFromRelativeAxis(RelativeAxis) - Method in interface org.axsl.common.value.WritingMode
Given a relative axis, this method returns the related absolute direction that applies to that axis.
getAfter() - Method in interface org.axsl.common.value.WritingMode
Tells which absolute direction is the "before" direction.
getAfterExtent() - Method in interface org.axsl.fo.fo.SimplePageMaster
Convenience method.
getAllFonts(boolean, boolean) - Method in interface org.axsl.font.FontServer
Returns an array of all Font instances.
getAlphaCode() - Method in enum org.axsl.common.value.Iso15924
Returns the alpha code for this script.
getAppliedScaleFactorString(int) - Method in interface org.axsl.fo.fo.ScalingValueCitation
Returns the "applied scale-factor string", that is, the applied scale-factor converted to a string using the number-to-string conversion properties.
getAreaName() - Method in interface org.axsl.area.AreaNode
Provides a name suitable for display purposes, but specifically intended to match the axsl-area-tree DTD.
getAreaName() - Method in interface org.axsl.galley.AreaNode
Provides a name suitable for display purposes, but specifically intended to be match the axsl-area-tree DTD.
getAreaTree() - Method in interface org.axsl.area.AreaNode
Returns the area tree.
getAreaTree() - Method in interface org.axsl.area.PageCollection
Returns the parent AreaTree.
getAreaTreeText(FoContext) - Method in interface org.axsl.fo.fo.prop.CharacterPa
Returns the character or sequence of characters.
getAscender(int) - Method in interface org.axsl.font.Font
Returns the Ascender value for this font, scaled to a specific point size.
getAuthor() - Method in interface org.axsl.fo.fo.Root
Returns the document author.
getAuthor() - Method in interface org.axsl.galley.Galley
Returns the document author.
getAwtFont(int) - Method in interface org.axsl.font.Font
If this Font has a java.awt.Font associated with it, return it.
getBackgroundAreas() - Method in interface org.axsl.galley.TableArea
Return the background-only areas related to this table area.
getBefore() - Method in interface org.axsl.common.value.WritingMode
Tells which absolute direction is the "before" direction.
getBeforeExtent() - Method in interface org.axsl.fo.fo.SimplePageMaster
Convenience method.
getBeforeFloatRefArea() - Method in interface org.axsl.area.RegionBodyRefArea
Returns the before-float reference-area.
getBeforeFloatSeparator() - Method in interface org.axsl.fo.fo.PageSequence
Convenience method to obtain the static content for the before-float-separator.
getBitsPerComponent() - Method in interface org.axsl.graphic.Graphic
Return the number of uncompressed bits per component for this graphic.
getBlurRadius() - Method in interface org.axsl.common.value.ShadowEffect
Returns the blur radius for this shadow effect.
getBookmarkTree() - Method in interface org.axsl.fo.fo.Root
Returns the bookmark tree for this document.
getBookmarkTree() - Method in interface org.axsl.galley.Galley
Returns the bookmark tree for this document.
getBottom() - Method in interface org.axsl.common.value.WritingMode
Tells which relative direction is the "bottom" direction.
getBoundingBox() - Method in interface org.axsl.graphic.EpsGraphic
Returns the EPS Bounding Box.
getBpAxis() - Method in interface org.axsl.common.value.WritingMode
Tells which axis (horizontal or vertical) is the block-progression axis.
getBpDirection() - Method in interface org.axsl.common.value.WritingMode
Returns the block-progression-direction for this writing-mode.
getCapHeight(int) - Method in interface org.axsl.font.Font
Returns the CapHeight value for this font, scaled to a specific point size.
getChildAt(int) - Method in interface org.axsl.fo.fo.BookmarkTitle
getChildAt(int) - Method in interface org.axsl.fo.Fo
getChildAt(int) - Method in interface org.axsl.galley.AreaNode
getChildren() - Method in interface org.axsl.galley.Bookmark
The child bookmarks in this bookmark.
getChildren() - Method in interface org.axsl.galley.BookmarkTree
The first-generation child bookmarks in this tree.
getColor() - Method in interface org.axsl.common.value.ShadowEffect
Returns the color for this shadow effect.
getColorProfiles() - Method in interface org.axsl.fo.fo.Declarations
Returns the array of color-profile elements available.
getColorSpace() - Method in interface org.axsl.graphic.Graphic
Return the image color space: DeviceGray, DeviceRGB, or DeviceCMYK.
getColumn() - Method in interface org.axsl.fo.Fo
Returns the column number of the location of this node in the original document, if known.
getCompressionType() - Method in interface org.axsl.graphic.Graphic
Indicates the type of compression used in this graphic.
getContainedForeignObject() - Method in interface org.axsl.galley.ForeignObjectArea
Returns the encapsulated foreign-object.
getContent() - Method in interface org.axsl.graphic.Graphic
Return the uncompressed content of the graphic.
getContents() - Method in interface org.axsl.font.output.FontOutput
Returns a byte array containing the raw font file contents, so that they can be embedded in other documents.
getContentSize() - Method in interface org.axsl.graphic.Graphic
Return the graphic content size, in bytes (uncompressed).
getContentsPostScriptHex() - Method in interface org.axsl.font.output.FontPs
Returns a byte array containing the font file contents, so that they can be embedded in other documents.
getContentStream() - Method in interface org.axsl.pdf.PdfPage
Return the content stream that contains the content of this page.
getContextMessage() - Method in interface org.axsl.fo.Fo
Provides formatted information about the location (system-id, line, and column number from the parsed document) of this node, suitable for user messages.
getContextWrapper(FoContext) - Method in interface org.axsl.fo.FoLineNonText
Allows the FoContext to attach itself to a LineNonText item as it passes through the line-breaking system, if that context is necessary.
getContextWrapper(FoContext) - Method in interface org.axsl.fo.FoLineText
Allows the FoContext to attach itself to a LineText item as it passes through the line-breaking system, if that context is necessary.
getCorresponding(Compass) - Method in interface org.axsl.common.value.WritingMode
If given a relative direction, this method returns the corresponding absolute direction; if given an absolute direction, this method returns the corresponding relative direction.
getDeclarations() - Method in interface org.axsl.fo.fo.Root
Returns the declarations for this document.
getDefaultWidth() - Method in interface org.axsl.font.Font
Returns the default glyph width for this font.
getDescender(int) - Method in interface org.axsl.font.Font
Returns the Descender value for this font, scaled to a specific point size.
getDestination() - Method in interface org.axsl.fo.fo.prop.DestinationPa
Returns the destination (target) of this link.
getDestination() - Method in interface org.axsl.galley.Bookmark
Returns the destination associated with this bookmark.
getEncoding(String) - Method in interface org.axsl.font.FontServer
Returns an Encoding instance for the given name.
getEncoding() - Method in interface org.axsl.font.FontUse
Get the Encoding scheme that is used to encode characters in this Font.
getEnd() - Method in interface org.axsl.common.value.WritingMode
Tells which absolute direction is the "end" direction.
getEndExtent() - Method in interface org.axsl.fo.fo.SimplePageMaster
Convenience method.
getEnglishName() - Method in enum org.axsl.common.value.Iso15924
Returns the English name of this script.
getEnglishName() - Method in enum org.axsl.common.value.Iso3166
Returns the English name of this country.
getEnglishName() - Method in enum org.axsl.common.value.Iso639
Returns the English name of this language.
getEquivalentRuleStyle() - Method in enum org.axsl.common.value.BorderStyle
Returns the equivalent rule style.
getFamilyName() - Method in interface org.axsl.font.Font
Returns this font's font-family name.
getFirstIndex() - Method in interface org.axsl.font.output.FontPdf
Convenience method equivalent to getFontUse().getEncoding().getFirstIndex().
getFirstIndex() - Method in interface org.axsl.ps.Encoding
Returns the lowest glyph index used in this encoding.
getFlags() - Method in interface org.axsl.font.output.FontPdf
Returns the Flags value for this font, used in a PDF Font Descriptor, as defined in the PDF Reference, Second Edition, Section 5.7, and, more specifically, in Section 5.7.1.
getFlows() - Method in interface org.axsl.fo.fo.PageSequence
The fo:flow items for this fo:page-sequence.
getFo() - Method in class org.axsl.fo.FoTreeEvent
Returns the FObj instance attached to this event.
getFolioNumberString(int) - Method in interface org.axsl.fo.fo.PageNumber
Returns the "folio-number string", that is, the folio-number for the reference page, converted to a String using the number-to-string conversion properties of the reference-page-sequence.
getFolioNumberString(int) - Method in interface org.axsl.fo.fo.PageNumberCitation
Returns the "folio-number string", that is, the folio-number for the cited page, converted to a String using the number-to-string conversion properties of the page-sequence that generated the cited page.
getFolioNumberString(int) - Method in interface org.axsl.fo.fo.PageNumberCitationLast
Returns the "folio-number string", that is, the folio-number for the cited page, converted to a String using the number-to-string conversion properties of the page-sequence that generated the cited page.
getFont() - Method in interface org.axsl.font.FontUse
Return the parent Font.
getFontBoundingBox() - Method in interface org.axsl.font.output.FontPdf
Returns the FontBBox value for this font, used in a PDF Font Descriptor, as defined in the PDF Reference, Second Edition, Section 5.7.
getFontComplexity() - Method in interface org.axsl.font.Font
Returns a value indicating whether this font is a simple or composite font.
getFontConsumer() - Method in interface org.axsl.area.AreaTree
Returns the FontConsumer instance used by this AreaTree.
getFontConsumer() - Method in interface org.axsl.fo.FoTree
Return the FontConsumer for this tree.
getFontConsumer() - Method in interface org.axsl.font.FontUse
Returns the FontConsumer for whom this FontUse exists.
getFontConsumer() - Method in interface org.axsl.galley.Galley
Returns the FontConsumer instance for this document.
getFontFamilyForAlias(String) - Method in interface org.axsl.font.FontServer
Finds the font-family that is associated with a given font-family alias.
getFontFormat() - Method in interface org.axsl.font.Font
Returns a value indicating what format (e.g.
getFontName() - Method in interface org.axsl.font.Font
Returns this font's name.
getFontName(FontUse) - Method in interface org.axsl.graphic.GraphicPdfContext
For a given FontUse instance, returns the name by which the font is referred within the PDF document.
getFontOutput(String) - Method in interface org.axsl.font.FontUse
Provide a FontOutput implementation for a given mime type.
getFontSources() - Method in interface org.axsl.output.OutputTarget
Indicates which font sources can be used by this OutputTarget.
getFontUse() - Method in interface org.axsl.font.output.FontOutput
Return the parent FontUse instance.
getFontUse() - Method in interface org.axsl.pdf.PdfFont
Get the wrapped FontUse instance.
getFootnoteBody() - Method in interface org.axsl.fo.fo.Footnote
Returns the FootnoteBody child of this Footnote object.
getFootnoteRefArea() - Method in interface org.axsl.area.RegionBodyRefArea
Returns the footnote reference-area.
getFootnoteSeparator() - Method in interface org.axsl.fo.fo.PageSequence
Convenience method to obtain the static content for the footnote-separator.
getForeignXml() - Method in interface org.axsl.fo.fo.InstreamForeignObject
Retrieve the embedded ForeignXML instance.
getFormattedNumber() - Method in interface org.axsl.galley.Page
Returns the formatted page number of this page.
getFoTree() - Method in interface org.axsl.fo.fo.Root
Returns the "parent" FoTree instance.
getFrenchName() - Method in enum org.axsl.common.value.Iso15924
Returns the French name of this script.
getFrenchName() - Method in enum org.axsl.common.value.Iso639
Returns the French name of this language.
getGalley() - Method in interface org.axsl.galley.AreaNode
Returns the ancestor Galley instance.
getGraftingPoint() - Method in interface org.axsl.fo.FoContext
Tells the FO Tree which RetrieveMarker or RetrieveTableMarker instance should be the grafting point if a Marker instance is found in the FO Tree.
getGraftingPoint() - Method in interface org.axsl.fo.FoLineNonText
Return the grafting point (retrieve-marker or retrieve-table-marker) associated with this item, if any.
getGraftingPoint() - Method in interface org.axsl.fo.FoLineText
Return the grafting point (retrieve-marker or retrieve-table-marker) associated with this item, if any.
getGraphic(FoContext) - Method in interface org.axsl.fo.fo.ExternalGraphic
The resolved Graphic instance encapsulated by this FO.
getGraphic() - Method in interface org.axsl.galley.ForeignContentSvg
Returns the encapsulated SVG Graphic.
getGraphic() - Method in interface org.axsl.galley.GraphicArea
Returns the graphic associated with this node.
getGraphicServer() - Method in interface org.axsl.fo.FoTree
Return the GraphicServer for this tree.
getGraphicType() - Method in interface org.axsl.graphic.Graphic
Indicates the type of this graphic.
getHeight() - Method in interface org.axsl.galley.Page
Returns the height of this page.
getHorizontalAxis() - Method in interface org.axsl.common.value.WritingMode
Tells which axis (block-progression or inline-progression) is the horizontal axis.
getHorizontalDistance() - Method in interface org.axsl.common.value.ShadowEffect
Returns the horizontal distance to the right of the text.
getHyphenBreak(int) - Method in interface org.axsl.hyphen.Hyphenation
Provides detailed information about a hyphenation break opportunity if such information is available.
getInline() - Method in interface org.axsl.fo.fo.Footnote
Returns the Inline child of this Footnote object.
getInternalEncoding() - Method in interface org.axsl.font.Font
Get the font's internal Encoding scheme.
getIpAxis() - Method in interface org.axsl.common.value.WritingMode
Tells which axis (horizontal or vertical) is the inline-progression axis.
getIpDirectionEven() - Method in interface org.axsl.common.value.WritingMode
Returns the inline-progression-direction for even-numbered lines for this writing-mode.
getIpDirectionOdd() - Method in interface org.axsl.common.value.WritingMode
Returns the inline-progression-direction for odd-numbered lines for this writing-mode.
getItalicAngle() - Method in interface org.axsl.font.Font
Returns the ItalicAngle value for this font.
getItalicAngleFormatted() - Method in interface org.axsl.font.output.FontPdf
Returns a compactly formatted version of the ItalicAngle value for this font, expressed in degrees counterclockwise from vertical.
getKeywords() - Method in interface org.axsl.fo.fo.Root
Returns the document keywords.
getKeywords() - Method in interface org.axsl.galley.Galley
Returns the document keywords.
getLastIndex() - Method in interface org.axsl.font.output.FontPdf
Convenience method equivalent to getFontUse().getEncoding().getFirstIndex().
getLastIndex() - Method in interface org.axsl.ps.Encoding
Returns the highest glyph index used in this encoding.
getLeft() - Method in interface org.axsl.common.value.WritingMode
Tells which relative direction is the "left" direction.
getLiangWeights() - Method in interface org.axsl.hyphen.Hyphenation
Provides the same information as Hyphenation.getWeights(), except the values returned use the Liang input scheme.
getLine() - Method in interface org.axsl.fo.Fo
Returns the line number of the location of this node in the original document, if known.
getLineArea() - Method in interface org.axsl.galley.GeneralInlineArea
Return the parent LineArea instance.
getLinks() - Method in interface org.axsl.graphic.Graphic
Returns any links embedded in the graphic.
getLinkType() - Method in interface org.axsl.fo.fo.prop.DestinationPa
Returns the type of the destination for this link.
getMainRefArea() - Method in interface org.axsl.area.RegionBodyRefArea
Returns the main reference-area.
getMessage() - Method in exception org.axsl.fo.FoTreeException
getMetadataName() - Method in interface org.axsl.fo.extension.Metadata
Returns the name of the metadata item, for example "title", or "author".
getMetadataValue() - Method in interface org.axsl.fo.extension.Metadata
Returns the value of the metadata item, for example the title of the document or its author.
getMimeType() - Method in interface org.axsl.font.output.FontOutputFactory
Returns the mime-type for this factory.
getMimeType() - Method in interface org.axsl.graphic.Graphic
Return corresponding mime type.
getModeValue() - Method in enum org.axsl.pdf.PdfTextRenderingMode
Returns the PDF value for this mode.
getName() - Method in interface org.axsl.fo.Fo
Returns the name of this formatting object.
getName() - Method in interface org.axsl.graphic.Graphic
Return the name of the Graphic.
getName() - Method in interface org.axsl.pdf.PdfFont
Get the internal name used for this font, typically starting with "F".
getName() - Method in interface org.axsl.ps.Encoding
Return the name of this Encoding.
getNextLine() - Method in interface org.axsl.text.line.LineBreakControl
Provides the line-breaking system with the next LineOutput implementation on which text should be placed.
getNextPageMaster(boolean) - Method in interface org.axsl.fo.fo.PageMasterResolver
Uses the sub-sequence-specifiers for the parent PageSequence to determine which page master should be used for the next page.
getNormalFlow(Fo) - Method in interface org.axsl.area.MainRefArea
Depending on the column-count of the next FO, determine whether a new span area needs to be constructed or not, and return the appropriate NormalFlowRefArea.
getNumber() - Method in interface org.axsl.area.PageArea
Returns the raw page number for this page.
getNumber() - Method in interface org.axsl.galley.Page
Returns the raw page number of this page.
getNumericCode() - Method in enum org.axsl.common.value.Iso15924
Returns the numeric code for this script.
getNumericCode() - Method in enum org.axsl.common.value.Iso3166
Returns the numeric code for this country.
getNumericStretch() - Method in enum org.axsl.font.Font.Stretch
Returns the numeric stretch value, or the relative stretch between different instances of this class.
getNumericWeight() - Method in enum org.axsl.font.Font.Weight
Return this weight's numeric weight.
getOpposite() - Method in enum org.axsl.common.value.AbsoluteAxis
Returns the opposite axis.
getOutlineRoot() - Method in interface org.axsl.pdf.PdfDocument
Get the root Outlines object.
getPage() - Method in interface org.axsl.area.AreaNode
Returns this node's ancestor PageArea.
getPage() - Method in class org.axsl.area.AreaTreeEvent
Returns the page for whose completion this event was fired.
getPage() - Method in interface org.axsl.fo.fo.Region
Returns the parent page of this Region.
getPageCollection() - Method in interface org.axsl.area.PageArea
Returns the parent PageCollection instance.
getPageCount() - Method in interface org.axsl.area.PageCollection
Returns the current count of pages in this collection.
getPageCount() - Method in interface org.axsl.galley.PageCollection
Returns the count of pages in this page collection.
getPageMaster() - Method in interface org.axsl.area.PageArea
Returns page master from which this page was generated.
getPageSequence() - Method in interface org.axsl.area.PageCollection
Returns the generating PageSequence.
getPageSequence() - Method in class org.axsl.fo.FoTreeEvent
Returns the PageSequence instance attached to this event.
getPanose() - Method in interface org.axsl.font.Font
Returns the Panose array for this font.
getParent() - Method in interface org.axsl.fo.Fo
getParent() - Method in interface org.axsl.galley.ForeignContentSvg
Returns the parent foreign-object area.
getPdfFont(FontUse) - Method in interface org.axsl.pdf.PdfDocument
Looks up or creates a PDFFont for a given font.
getPdfFontFileStreamAdditional() - Method in interface org.axsl.font.output.FontPdf
Returns the "Additional entries in a FontFile stream dictionary" that is documented in the PDF Reference, Second Edition, Section 5.8, especially Table 5.22.
getPdfValue() - Method in enum org.axsl.pdf.PdfLineCapStyle
Returns the value written into a PDF document to designate this style.
getPoints() - Method in interface org.axsl.hyphen.Hyphenation
Provides hyphenation point information for the underlying word.
getPostscriptName() - Method in interface org.axsl.font.Font
Returns the PostScript name of the font.
getPostscriptName() - Method in interface org.axsl.font.FontUse
Returns the PostScript name of the font.
getPrimaryFont(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonFontPa
Provides a resolved font to be used as the primary font for this object.
getPrimaryFont() - Method in interface org.axsl.galley.TextArea
The primary font for this Area.
getRawSamples() - Method in interface org.axsl.graphic.Graphic
Return the raw content of the sample portion of the graphic.
getRegionAfter() - Method in interface org.axsl.area.PageArea
Returns the region-after area.
getRegionAfter() - Method in interface org.axsl.fo.fo.SimplePageMaster
Returns the region-after for this page.
getRegionAfter() - Method in interface org.axsl.galley.Page
Returns the region-after for this page.
getRegionBefore() - Method in interface org.axsl.area.PageArea
Returns the region-before area.
getRegionBefore() - Method in interface org.axsl.fo.fo.SimplePageMaster
Returns the region-before for this page.
getRegionBefore() - Method in interface org.axsl.galley.Page
Returns the region-before for this page.
getRegionBodies() - Method in interface org.axsl.area.PageArea
Returns the region-body areas as a Collection.
getRegionBodies() - Method in interface org.axsl.fo.fo.SimplePageMaster
Returns the child region-body instances as a Collection.
getRegionBodies() - Method in interface org.axsl.galley.Page
Returns the region-body for this page.
getRegionBody(String) - Method in interface org.axsl.area.PageArea
Returns a region-body for this page by name.
getRegionBody(String) - Method in interface org.axsl.fo.fo.SimplePageMaster
Returns a region-body for this page.
getRegionEnd() - Method in interface org.axsl.area.PageArea
Returns the region-end area.
getRegionEnd() - Method in interface org.axsl.fo.fo.SimplePageMaster
Returns the region-end for this page.
getRegionEnd() - Method in interface org.axsl.galley.Page
Returns the region-end for this page.
getRegionStart() - Method in interface org.axsl.area.PageArea
Returns the region-start area.
getRegionStart() - Method in interface org.axsl.fo.fo.SimplePageMaster
Returns the region-start for this page.
getRegionStart() - Method in interface org.axsl.galley.Page
Returns the region-start for this page.
getRelatedTextAlign() - Method in enum org.axsl.common.value.TextAlignLast
Returns the related TextAlign instance.
getRelativeAxis(AbsoluteAxis) - Method in interface org.axsl.common.value.WritingMode
Converts an absolute axis(horizontal or vertical) to a relative axis (inline-progression or block-progression) for this writing mode.
getRelativeDirection(AbsoluteCompass) - Method in interface org.axsl.common.value.WritingMode
Given an absolute direction, this method returns the corresponding relative direction for this writing-mode.
getResults() - Method in interface org.axsl.text.line.PatientLineBreaker
This method is currently not right, and cannot yet be properly documented.
getRight() - Method in interface org.axsl.common.value.WritingMode
Tells which relative direction is the "right" direction.
getRootFo() - Method in interface org.axsl.fo.FoTree
Returns the fo:root that was parsed.
getSecondaryFont(FoContext, int) - Method in interface org.axsl.fo.fo.prop.CommonFontPa
Provides a resolved font that can be used as the secondary font for a specific character in this object.
getSecondaryFont(int) - Method in interface org.axsl.galley.TextArea
The secondary font for this Area.
getSequentialIndex() - Method in interface org.axsl.fo.Fo
Returns the unique sequential index assigned to this node.
getSetterString(boolean) - Method in interface org.axsl.pdf.PdfPathPaint
Returns a String suitable for writing in the content stream which will set either the fill or stroke paint to this.
getShape() - Method in interface org.axsl.graphic.GraphicLink
Returns the shape that activates the link.
getShiftEven() - Method in interface org.axsl.common.value.WritingMode
Returns the shift-direction for even-numbered lines for this writing-mode.
getShiftOdd() - Method in interface org.axsl.common.value.WritingMode
Returns the shift-direction for odd-numbered lines for this writing-mode.
getSpeechServer() - Method in interface org.axsl.fo.FoTree
Return the SpeechServer for this tree.
getStart() - Method in interface org.axsl.common.value.WritingMode
Tells which absolute direction is the "start" direction.
getStartExtent() - Method in interface org.axsl.fo.fo.SimplePageMaster
Convenience method.
getStaticContent(Region) - Method in interface org.axsl.fo.fo.PageSequence
Returns the static-content for a given region in this page-sequence.
getStemV() - Method in interface org.axsl.font.Font
Returns the StemV value for this font, used in a PDF Font Descriptor, as defined in the PDF Reference, Second Edition, Section 5.7.
getSubject() - Method in interface org.axsl.fo.fo.Root
Returns the document subject.
getSubject() - Method in interface org.axsl.galley.Galley
Returns the document subject.
getSvgDocument() - Method in interface org.axsl.graphic.SvgGraphic
Return the encapsulated SVGDocument.
getSvgGraphic() - Method in interface org.axsl.fo.svg.SvgElement
Returns the embedded SvgGraphic.
getSystemFontFamilyList() - Method in interface org.axsl.font.FontServer
Exposes the list of font families registered with the operating system.
getSystemFontList() - Method in interface org.axsl.font.FontServer
Exposes the list of fonts registered with the operating system.
getSystemId() - Method in interface org.axsl.fo.Fo
Returns any system-id information that is available about which document this node was parsed from.
getTableBodyContainer() - Method in interface org.axsl.area.TableArea
Returns the child TableBody container.
getTableColumns() - Method in interface org.axsl.fo.fo.Table
Returns the columns for this table.
getTableFooter() - Method in interface org.axsl.fo.fo.Table
Returns the table-footer for this table.
getTableFooterContainer() - Method in interface org.axsl.area.TableArea
Returns the child TableFooter container.
getTableHeader() - Method in interface org.axsl.fo.fo.Table
Returns the table-header for this table.
getTableHeaderContainer() - Method in interface org.axsl.area.TableArea
Returns the child TableHeader container.
getText() - Method in interface org.axsl.galley.TextArea
Returns the text that should actually be used in the output document.
getTextServer() - Method in interface org.axsl.area.AreaTree
Returns the TextServer instance used by this AreaTree.
getTextServer() - Method in interface org.axsl.fo.FoTree
Return the TextServer for this tree.
getTitle() - Method in interface org.axsl.fo.fo.PageSequence
The fo:title item for this fo:page-sequence.
getTitle() - Method in interface org.axsl.fo.fo.Root
Returns the document title.
getTitle() - Method in interface org.axsl.galley.Galley
Returns the document title.
getTitleText() - Method in interface org.axsl.galley.Bookmark
Returns the text of the title.
getTop() - Method in interface org.axsl.common.value.WritingMode
Tells which relative direction is the "top" direction.
getToUnicodeBf() - Method in interface org.axsl.font.output.FontPdf
Return the BF Entries needed to write this FontUse's ToUnicode CMap.
getTransparentColor() - Method in interface org.axsl.graphic.Graphic
Return the transparent color, if any.
getUri() - Method in interface org.axsl.graphic.GraphicLink
Returns the URI of the target of the link.
getUrl() - Method in interface org.axsl.graphic.Graphic
Return the image URL.
getUsedFonts() - Method in interface org.axsl.font.FontConsumer
Returns an array of the Font instances that have been used by this FontConsumer.
getUsedFontUses() - Method in interface org.axsl.font.FontConsumer
Returns an array of the FontUse instances that have been used by this FontConsumer.
getVersionString() - Method in enum org.axsl.pdf.PdfVersion
Returns the String description of this version.
getVerticalAxis() - Method in interface org.axsl.common.value.WritingMode
Tells which axis (block-progression or inline-progression) is the vertical axis.
getVerticalDistance() - Method in interface org.axsl.common.value.ShadowEffect
Returns the vertical distance below the text.
getVoice(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Provides a resolved voice for this object.
getWeights() - Method in interface org.axsl.hyphen.Hyphenation
Provides hyphenation point values for the underlying word.
getWidth() - Method in interface org.axsl.galley.Page
Returns the width of this page.
getWidths() - Method in interface org.axsl.font.output.FontPdf
Returns an array containing the widths of all glyphs in the font that can be encoded by the FontUse instance.
getWrapped() - Method in interface org.axsl.fo.FoLineNonText
If this instance wraps another (to provide context), return the wrapped instance.
getWrapped() - Method in interface org.axsl.fo.FoLineText
If this instance wraps another (to provide context), return the wrapped instance.
getXHeight(int) - Method in interface org.axsl.font.Font
Returns the XHeight value for this font, scaled to a specific point size.
GlyphAreaSequence - Interface in org.axsl.area
An Area containing text.
glyphAvailable(int) - Method in interface org.axsl.font.FontUse
Reports whether a glyph can be encoded for a given Unicode code point.
GlyphOrientationHorizontalPa - Interface in org.axsl.fo.fo.prop
The XSL-FO glyph-orientation-horizontal property.
GlyphOrientationVerticalPa - Interface in org.axsl.fo.fo.prop
The XSL-FO glyph-orientation-vertical property.
GraftingPoint - Interface in org.axsl.fo.fo
Super-interface for formatting objects that have no content of their own, but which have other content grafted onto them, that is, RetrieveMarker and RetrieveTableMarker.
Graphic - Interface in org.axsl.graphic
Interface for Graphics.
Graphic.Compression - Enum in org.axsl.graphic
Enumeration of compression schemes used in Graphic files.
Graphic.Type - Enum in org.axsl.graphic
Enumeration of graphic formats.
GraphicArea - Interface in org.axsl.galley
Interface for all Areas that can have a Graphic instance attached.
GraphicException - Exception in org.axsl.graphic
Exception thrown when an axslGraphic implementation has a problem.
GraphicException(String) - Constructor for exception org.axsl.graphic.GraphicException
Create a new GraphicException.
GraphicException(Throwable) - Constructor for exception org.axsl.graphic.GraphicException
Create a new GraphicException.
GraphicException(String, Throwable) - Constructor for exception org.axsl.graphic.GraphicException
Create a new GraphicException.
GraphicLink - Interface in org.axsl.graphic
A link to an item external to the graphic.
GraphicPdfContext - Interface in org.axsl.graphic
Provides contextual information to a Graphic implementation when handling PDF-specific tasks.
GraphicServer - Interface in org.axsl.graphic
Interface for creating Graphic objects.

H

handleLineBreakNonText(LineOutput, LineNonText, int) - Method in interface org.axsl.text.line.LineBreakHandler
Handle the results of the line-breaking by placing the specified text on the specified line.
handleLineBreakText(LineOutput, LineText, int, int, int, boolean, boolean, boolean) - Method in interface org.axsl.text.line.LineBreakHandler
Handle the results of the line-breaking by placing the specified text on the specified line.
hasAnyContent() - Method in interface org.axsl.text.line.LineOutput
Tells the line-breaking system whether this line already has any content on it.
hasData() - Method in interface org.axsl.fo.FoTree
Indicates whether the document had any data in it.
heightContainingBlock() - Method in interface org.axsl.fo.FoContext
Returns the height of the containing block.
hyphenate(CharSequence, int, int, Iso639, Iso3166, int, int, boolean) - Method in interface org.axsl.hyphen.HyphenationServer
Hyphenate a word.
hyphenate(char[], int, int, Iso639, Iso3166, int, int, boolean) - Method in interface org.axsl.hyphen.HyphenationServer
Hyphenate a word.
Hyphenation - Interface in org.axsl.hyphen
Encapsulates a "word" and provides information about hyphenation break possibilities in that a word.
HyphenationException - Exception in org.axsl.hyphen
Exception thrown when an axslHyphen-R implementation has a problem.
HyphenationException(String) - Constructor for exception org.axsl.hyphen.HyphenationException
Create a new HyphenationException.
HyphenationException(Throwable) - Constructor for exception org.axsl.hyphen.HyphenationException
Create a new HyphenationException.
HyphenationException(String, Throwable) - Constructor for exception org.axsl.hyphen.HyphenationException
Create a new HyphenationException.
HyphenationKeep - Enum in org.axsl.common.value
Enumeration of possible hyphenation-keep values.
HyphenationKeepPa - Interface in org.axsl.fo.fo.prop
The XSL-FO hyphenation-keep property.
HyphenationLadderCountPa - Interface in org.axsl.fo.fo.prop
The XSL-FO hyphenation-ladder-count property.
HyphenationServer - Interface in org.axsl.hyphen
The main entry point to the hyphenation package.
HyphenBreak - Interface in org.axsl.hyphen
Specialized information about a specific hyphenation break opportunity in a word.

I

IdPa - Interface in org.axsl.fo.fo.prop
The XSL-FO id property.
IndexClassPa - Interface in org.axsl.fo.fo.prop
The XSL-FO index-class property.
IndexKeyPa - Interface in org.axsl.fo.fo.prop
The XSL-FO index-key property.
IndexKeyReference - Interface in org.axsl.fo.fo
An fo:index-key-reference object in XSL-FO.
IndexMerge - Enum in org.axsl.common.value
An enumeration of possible index merging options.
IndexPageCitationList - Interface in org.axsl.fo.fo
An fo:index-page-citation-list object in XSL-FO.
IndexPageCitationListSeparator - Interface in org.axsl.fo.fo
An fo:index-page-citation-list-separator object in XSL-FO.
IndexPageCitationRangeSeparator - Interface in org.axsl.fo.fo
An fo:index-page-citation-range-separator object in XSL-FO.
IndexPageNumberPrefix - Interface in org.axsl.fo.fo
An fo:index-page-number-prefix object in XSL-FO.
IndexPageNumberSuffix - Interface in org.axsl.fo.fo
An fo:index-page-number-suffix object in XSL-FO.
IndexRangeBegin - Interface in org.axsl.fo.fo
An fo:index-range-begin object in XSL-FO.
IndexRangeEnd - Interface in org.axsl.fo.fo
An fo:index-range-end object in XSL-FO.
IndicateDestinationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO indicate-destination property.
init() - Method in interface org.axsl.pdf.PdfEncryption
Initializes the encryption algorithms and values.
InitialPageNumberPa - Interface in org.axsl.fo.fo.prop
The XSL-FO initial-page-number property.
initialPageNumberSetExplicitly() - Method in interface org.axsl.fo.fo.prop.InitialPageNumberPa
Indicates whether the page number was set with a specific integer.
InitialPropertySet - Interface in org.axsl.fo.fo
An fo:initial-property-set object in XSL-FO.
Inline - Interface in org.axsl.fo.fo
An fo:inline object in XSL-FO.
InlineArea - Interface in org.axsl.galley
An Area containing all or part of an inline.
InlineContainer - Interface in org.axsl.fo.fo
An fo:inline-container object in XSL-FO.
InlineContainerArea - Interface in org.axsl.area
Viewport/Reference area pair for an inline container.
inlineCountry(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineCountry().
inlineCountry() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system which country to use for purposes of hyphenation and other line-breaking decisions.
inlineFauxSmallCapsFontSize(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineFauxSmallCapsFontSize().
inlineFauxSmallCapsFontSize() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system what font-size should be used on faux small-caps text.
inlineFontSize(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineFontSize().
inlineFontSize() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system the size of the Font that should be used in the character size computations.
inlineHyphenate(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineHyphenate().
inlineHyphenate() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system whether the text can be hyphenated or not.
inlineHyphenationCharacter(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineHyphenationCharacter().
inlineHyphenationCharacter() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system what character to use as the hyphen for purposes of hyphenation.
inlineHyphenationPushCount(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineHyphenationPushCount().
inlineHyphenationPushCount() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system the minimum number of characters in a hyphenated word after the hyphenation character.
inlineHyphenationRemainCount(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineHyphenationRemainCount().
inlineHyphenationRemainCount() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system the minimum number of characters in a hyphenated word before the hyphenation character.
inlineIsFauxSmallCaps(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineIsFauxSmallCaps().
inlineIsFauxSmallCaps() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system whether faux small-caps should be applied to this text.
inlineLanguage(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineLanguage().
inlineLanguage() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system which language to use for purposes of hyphenation and other line-breaking decisions.
inlineLetterSpacingOptimum(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineLetterSpacingOptimum().
inlineLetterSpacingOptimum() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system the optimum amount of letter-spacing that should be used the line-breaking computations.
inlinePrimaryFont(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlinePrimaryFont().
inlinePrimaryFont() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking sytem which FontUse instance should be considered the primary font to use in the text size computations.
InlineProgressionDimensionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO inline-progression-dimension property.
inlineSecondaryFont(FoContext, char) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineSecondaryFont(char).
inlineSecondaryFont(char) - Method in interface org.axsl.text.line.LineText
Provides a way to obtain a secondary FontUse instance for characters that cannot be encoded by the primary font.
inlineSizeMaximum(FoContext, int) - Method in interface org.axsl.fo.FoLineNonText
Context-aware version of LineNonText.inlineSizeMaximum(int).
inlineSizeMaximum(int) - Method in interface org.axsl.text.line.LineNonText
Tells the line-breaking system the maximum amount of the line that this non-text item should occupy.
inlineSizeMinimum(FoContext, int) - Method in interface org.axsl.fo.FoLineNonText
Context-aware version of LineNonText.inlineSizeMinimum(int).
inlineSizeMinimum(int) - Method in interface org.axsl.text.line.LineNonText
Tells the line-breaking system the minimum amount of the line that this non-text item should occupy.
inlineSizeOptimum(FoContext, int) - Method in interface org.axsl.fo.FoLineNonText
Context-aware version of LineNonText.inlineSizeOptimum(int).
inlineSizeOptimum(int) - Method in interface org.axsl.text.line.LineNonText
Tells the line-breaking system the optimum amount of the line that this non-text item should occupy.
inlineText(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineText().
inlineText() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system what char array to use as the text for which the line-breaks should be computed.
inlineWrapOption(FoContext) - Method in interface org.axsl.fo.FoLineText
Context-aware version of LineText.inlineWrapOption().
inlineWrapOption() - Method in interface org.axsl.text.line.LineText
Tells the line-breaking system whether the text should wrap to a new line, or whether it should be overflowed.
INPUT_100 - Static variable in class org.axsl.font.FontUtility
String value for input "100".
INPUT_200 - Static variable in class org.axsl.font.FontUtility
String value for input "200".
INPUT_300 - Static variable in class org.axsl.font.FontUtility
String value for input "300".
INPUT_400 - Static variable in class org.axsl.font.FontUtility
String value for input "400".
INPUT_500 - Static variable in class org.axsl.font.FontUtility
String value for input "500".
INPUT_600 - Static variable in class org.axsl.font.FontUtility
String value for input "600".
INPUT_700 - Static variable in class org.axsl.font.FontUtility
String value for input "700".
INPUT_800 - Static variable in class org.axsl.font.FontUtility
String value for input "800".
INPUT_900 - Static variable in class org.axsl.font.FontUtility
String value for input "900".
INPUT_BACKSLANT - Static variable in class org.axsl.font.FontUtility
String value for input "backslant".
INPUT_BOLD - Static variable in class org.axsl.font.FontUtility
String value for input "bold".
INPUT_CONDENSED - Static variable in class org.axsl.font.FontUtility
String value for input "condensed".
INPUT_EXPANDED - Static variable in class org.axsl.font.FontUtility
String value for input "expanded".
INPUT_EXTRA_CONDENSED - Static variable in class org.axsl.font.FontUtility
String value for input "extra-condensed".
INPUT_EXTRA_EXPANDED - Static variable in class org.axsl.font.FontUtility
String value for input "extra-expanded".
INPUT_INVALID - Static variable in class org.axsl.font.FontUtility
String value for invalid input.
INPUT_INVALID - Static variable in class org.axsl.speech.SpeechUtility
String value for invalid input.
INPUT_ITALIC - Static variable in class org.axsl.font.FontUtility
String value for input "italic".
INPUT_NORMAL - Static variable in class org.axsl.font.FontUtility
String value for input "normal".
INPUT_OBLIQUE - Static variable in class org.axsl.font.FontUtility
String value for input "oblique".
INPUT_SEMI_CONDENSED - Static variable in class org.axsl.font.FontUtility
String value for input "semi-condensed".
INPUT_SEMI_EXPANDED - Static variable in class org.axsl.font.FontUtility
String value for input "semi-expanded".
INPUT_SMALL_CAPS - Static variable in class org.axsl.font.FontUtility
String value for input "small-caps".
INPUT_ULTRA_CONDENSED - Static variable in class org.axsl.font.FontUtility
String value for input "ultra-condensed".
INPUT_ULTRA_EXPANDED - Static variable in class org.axsl.font.FontUtility
String value for input "ultra-expanded".
InstreamForeignObject - Interface in org.axsl.fo.fo
An fo:instream-foreign-object object in XSL-FO.
IntrusionDisplace - Enum in org.axsl.common.value
Enumeration of possible "intrusion-displace" values.
IntrusionDisplacePa - Interface in org.axsl.fo.fo.prop
The XSL-FO intrusion-displace property.
INVALID_UNICODE_CHAR - Static variable in interface org.axsl.ps.Encoding
The invalid Unicode character, suitable as a return value in methods that need to return an invalid character.
ipdAncestorBlockArea() - Method in interface org.axsl.fo.FoContext
Returns the inline-progression-dimension of the content-rectangle of the nearest ancestor block area that is not a line area.
ipdAncestorBlockOrRa() - Method in interface org.axsl.fo.FoContext
Returns the inline-progression-dimension of either 1) the nearest area ancestor that was generated by a block-level formatting object, or 2) if there is no such area ancestor, the nearest area ancestor that is a reference area.
ipdContainingRefArea() - Method in interface org.axsl.fo.FoContext
Returns the inline-progression-dimension of the containing reference area, in millipoints.
ipdParentArea() - Method in interface org.axsl.fo.FoContext
Returns the inline-progression-dimension of the content rectangle of the parent Area, in millipoints.
isAbsolute() - Method in enum org.axsl.common.value.AbsoluteCompass
Indicates whether this compass direction is an absolute direction.
isAbsolute() - Method in interface org.axsl.common.value.Compass
Indicates whether this compass direction is an absolute direction.
isAbsolute() - Method in enum org.axsl.common.value.RelativeCompass
Indicates whether this compass direction is an absolute direction.
isAbsolutelyPositioned() - Method in enum org.axsl.common.value.AbsolutePosition
Indicates whether the area is absolutely positioned or not.
isBalancingRequired(Fo) - Method in interface org.axsl.area.MainRefArea
Indicates whether adding a new object to this main-reference area will require any balancing work.
isBlockLevelFo() - Method in interface org.axsl.fo.Fo
Indicates whether this FO is a block-level FO.
isCollapse() - Method in enum org.axsl.common.value.BorderModel
Indicates whether this model is the collapse model.
isContextSet() - Method in exception org.axsl.fo.FoTreeException
Indicates whether the context message has been set.
isEmbeddable() - Method in interface org.axsl.font.Font
Tells the client application whether this font can be embedded or not.
isFirst() - Method in interface org.axsl.fo.FoContext
Indicates whether the context is the first Area within its parent reference-area.
isFirstChildOfGeneratedBy() - Method in interface org.axsl.area.AreaNode
Indicates whether this node is the first child of its "generated-by".
isFixed() - Method in enum org.axsl.common.value.TableLayout
Indicates whether this table layout is fixed.
isFixedLayout() - Method in interface org.axsl.fo.fo.Table
Indicates whether the "fixed" or "automatic" table layout algorithm should be used.
isHorizontal() - Method in enum org.axsl.common.value.AbsoluteDirection
Indicates whether this direction is on the horizontal axis.
isInverted() - Method in interface org.axsl.graphic.Graphic
Indicates whether a graphic has its colors inverted.
isLast() - Method in interface org.axsl.fo.FoContext
Indicates whether the context is the last Area within its parent reference-area.
isLastColumn() - Method in interface org.axsl.area.MainRefArea
Indicates whether the current column in this area is the last column.
isLastItemInBlock() - Method in interface org.axsl.text.line.LineContent
Indicates whether this is the last item in the block.
isLink() - Method in enum org.axsl.common.value.PageNumberTreatment
Indicates whether page numbers should be linked.
isLinkRoot() - Method in interface org.axsl.galley.Area
Indicates whether this Area is the root of a link area.
isMerge() - Method in enum org.axsl.common.value.IndexMerge
Indicates whether items should be merged.
isNewSpanArea() - Method in interface org.axsl.area.MainRefArea
Indicates whether the currently-active span area in this Area is newly created.
Iso15924 - Enum in org.axsl.common.value
Enumeration of script codes using the ISO-15924 standard.
Iso3166 - Enum in org.axsl.common.value
Enumeration of country codes using the ISO-3166 standard.
Iso639 - Enum in org.axsl.common.value
Enumeration of language codes using the ISO-639 standard.
isPaired() - Method in interface org.axsl.common.value.WritingMode
Indicates whether characters are written in pairs in this writing-mode.
isPdfStandardFont() - Method in interface org.axsl.font.Font
Indicates whether this font is one of the PDF Base-14 fonts.
isPredefinedPdf() - Method in interface org.axsl.ps.Encoding
Indicates whether this is a predefined PDF encoding.
isPredefinedPs() - Method in interface org.axsl.ps.Encoding
Indicates whether this is a predefined PostScript encoding.
isRegisteredFont(String) - Method in interface org.axsl.font.FontServer
Indicates whether a font has already been registered for use by the system.
isRegisteredFontFamily(String) - Method in interface org.axsl.font.FontServer
Indicates whether a font-family has already been registered for use by the system.
isRelative() - Method in enum org.axsl.common.value.AbsoluteCompass
Indicates whether this compass direction is a relative direction.
isRelative() - Method in interface org.axsl.common.value.Compass
Indicates whether this compass direction is a relative direction.
isRelative() - Method in enum org.axsl.common.value.RelativeCompass
Indicates whether this compass direction is a relative direction.
isSubsettable() - Method in interface org.axsl.font.Font
Tells the client application whether a subset of this font can be embedded.
isTransparent() - Method in interface org.axsl.graphic.Graphic
Indicates whether this image is transparent.
isValidNumericWeight(int) - Static method in enum org.axsl.font.Font.Weight
Indicates whether a given numeric weight has a corresponding Weight instance.
isVertical() - Method in enum org.axsl.common.value.AbsoluteDirection
Indicates whether this direction is on the horizontal axis.

K

KeepTogetherPa - Interface in org.axsl.fo.fo.prop
The XSL-FO keep-together property.
KeepWithNextPa - Interface in org.axsl.fo.fo.prop
The XSL-FO keep-with-next property.
KeepWithPreviousPa - Interface in org.axsl.fo.fo.prop
The XSL-FO keep-with-previous property.
kern(int, int) - Method in interface org.axsl.font.Font
Computes the kerning needed between two glyphs in this font.
kern() - Method in interface org.axsl.galley.TextArea
Indicates whether any text in this area should be kerned or not.

L

LastLineEndIndentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO last-line-end-indent property.
Layout - Interface in org.axsl.layout
Lays out a FOTree component into an AreaTree.
layoutComplete() - Method in interface org.axsl.area.PageArea
Allows a layout system to notify the page that it is done adding content to it.
layoutComplete() - Method in interface org.axsl.area.PageCollection
Allows a layout system to notify the page that it is done adding content to it.
LayoutException - Exception in org.axsl.layout
Exception thrown when an axslLayout implementation has a problem.
LayoutException(String) - Constructor for exception org.axsl.layout.LayoutException
Create a new LayoutException.
LayoutException(Throwable) - Constructor for exception org.axsl.layout.LayoutException
Create a new LayoutException.
LayoutException(String, Throwable) - Constructor for exception org.axsl.layout.LayoutException
Create a new LayoutException.
LayoutFactory - Interface in org.axsl.layout
Creates implementation-specific Layout instances.
Leader - Interface in org.axsl.fo.fo
An fo:leader object in XSL-FO.
LeaderAlignment - Enum in org.axsl.common.value
Enumeration of the possible leader-alignment values.
LeaderAlignmentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO leader-alignment property.
LeaderArea - Interface in org.axsl.galley
Area containing a leader.
LeaderLengthPa - Interface in org.axsl.fo.fo.prop
The XSL-FO leader-length property.
LeaderPattern - Enum in org.axsl.common.value
Enumeration of valid leader patterns.
LeaderPatternPa - Interface in org.axsl.fo.fo.prop
The XSL-FO leader-pattern property.
LeaderPatternWidthPa - Interface in org.axsl.fo.fo.prop
The XSL-FO leader-pattern-width property.
letterSpacing() - Method in interface org.axsl.galley.TextArea
The letter-spacing for this Area.
LetterSpacingPa - Interface in org.axsl.fo.fo.prop
The XSL-FO letter-spacing property.
LineArea - Interface in org.axsl.area
Area containing a line.
LineArea - Interface in org.axsl.galley
An Area containing a line of text or inline objects.
LineBreakControl - Interface in org.axsl.text.line
This interface must be implemented by some class on the calling end.
LineBreaker - Interface in org.axsl.text.line
Super-interface for all line-breakers.
LineBreakHandler - Interface in org.axsl.text.line
Defines an interface that can be used by client applications to handle the results of the line-breaking process.
LineContent - Interface in org.axsl.text.line
This is the super-interface for all line content that can be evaluated for line-breaking purposes.
LineContentFactory - Interface in org.axsl.area
Super-interface for all interfaces that need to be able to create child inline content.
LinefeedTreatment - Enum in org.axsl.common.value
Enumeration of possible linefeed-treatment values.
LinefeedTreatmentPa - Interface in org.axsl.fo.fo.proforma
The XSL-FO linefeed-treatment property.
LineHeightPa - Interface in org.axsl.fo.fo.prop
The XSL-FO line-height property.
LineHeightShiftAdjustment - Enum in org.axsl.common.value
Enumeration of possible line-height-shift-adjustment values.
LineHeightShiftAdjustmentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO line-height-shift-adjustment property.
LineNonText - Interface in org.axsl.text.line
This interface should be used by classes wishing to present themselves to the line-breaking system as being a part of a line, but not containing text.
LineOutput - Interface in org.axsl.text.line
Interface for objects that represent a line of actual output.
LineStackingStrategy - Enum in org.axsl.common.value
Enumeration of possible line-stacking-strategy values.
LineStackingStrategyPa - Interface in org.axsl.fo.fo.prop
The XSL-FO line-stacking-strategy property.
LineText - Interface in org.axsl.text.line
This interface should be used by classes who wish to present themselves to the line-breaking system as containing text.
linkDestination() - Method in interface org.axsl.galley.Area
If this Area is descended from a fo:basic-link, return the link destination (either internal-destination or external-destination).
LinkType - Enum in org.axsl.common.value
Enumeration of the types of a basic-link object.
linkType() - Method in interface org.axsl.galley.Area
If this Area is descended from a fo:basic-link, return the link type for that link.
ListBlock - Interface in org.axsl.fo.fo
An fo:list-block object in XSL-FO.
ListBlockArea - Interface in org.axsl.area
Area for a list-block.
ListBlockArea - Interface in org.axsl.galley
An area containing all or part of a list-block.
ListItem - Interface in org.axsl.fo.fo
An fo:list-item object in XSL-FO.
ListItemArea - Interface in org.axsl.area
Area for a list-item.
ListItemBody - Interface in org.axsl.fo.fo
An fo:list-item-body object in XSL-FO.
ListItemBodyContainer - Interface in org.axsl.area
A container for the content of a list-item-body.
ListItemLabel - Interface in org.axsl.fo.fo
An fo:list-item-label object in XSL-FO.
ListItemLabelContainer - Interface in org.axsl.area
A container for the content of a list-item-label.
ListJavaFonts - Class in org.axsl.font
List all the fonts that are registered with Java.

M

main(String[]) - Static method in class org.axsl.font.ListJavaFonts
The command-line interface to list the Java fonts.
MainRefArea - Interface in org.axsl.area
Manages the main-reference-area.
MainReferenceArea - Interface in org.axsl.galley
A main-reference area.
makeAreaTree(Root) - Method in interface org.axsl.area.AreaTreeFactory
Create an AreaTree instance.
makeBasicLinkArea(BasicLink, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for basic-link content.
makeBidiOverrideArea(BidiOverride, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for bidi-override content.
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in interface org.axsl.area.BlockContentFactory
Create a new BlockContainerRefArea as a child of this Area.
makeExternalGraphicArea(ExternalGraphic, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for external-graphic content.
makeFontConsumer() - Method in interface org.axsl.font.FontServer
Creates an implementation-specific FontConsumer instance.
makeForeignObjectArea(InstreamForeignObject, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for foreign-object content.
makeFoTree() - Method in interface org.axsl.fo.FoTreeFactory
Create an FoTree instance to process a document.
makeGlyphAreaSequence(CharacterSequence, int, int, int, boolean, boolean, boolean, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Create a new sequence of glyph-areas.
makeGraphic(String, URL[], boolean) - Method in interface org.axsl.graphic.GraphicServer
Factory method to find or create a Graphic instance.
makeIndexPageCitationListArea(IndexPageCitationList, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for index-page-citation-list content.
makeInlineArea(Inline, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for inline content.
makeInlineContainerArea(InlineContainer, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for inline content.
makeLayout() - Method in interface org.axsl.layout.LayoutFactory
Create a Layout instance.
makeLeaderArea(Leader, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for leader content.
makeLineArea(boolean) - Method in interface org.axsl.area.NormalBlockArea
Creates a LineArea that logically follows the last child of this.
makeLink(Rectangle2D, String, boolean) - Method in interface org.axsl.pdf.PdfPage
Create a link object in the PDF and add it to this page.
makeListBlockArea(ListBlock, GraftingPoint) - Method in interface org.axsl.area.BlockContentFactory
Create a new ListBlockArea as a child of this Area.
makeListItemArea(ListItem, GraftingPoint) - Method in interface org.axsl.area.ListBlockArea
Factory method for creation of ListItemArea instances.
makeListItemBodyContainer(ListItemBody, GraftingPoint) - Method in interface org.axsl.area.ListItemArea
Factory method for creation of ListItemBodyContainer instances.
makeListItemLabelContainer(ListItemLabel, GraftingPoint) - Method in interface org.axsl.area.ListItemArea
Factory method for creation of ListItemLabelContainer instances.
makeNormalBlockArea(Block, GraftingPoint) - Method in interface org.axsl.area.BlockContentFactory
Create a new NormalBlockArea as a child of this Area.
makePage(PageCollection.Force) - Method in interface org.axsl.area.PageCollection
Creates a new page area for the given parameters.
makePageCollection(PageSequence) - Method in interface org.axsl.area.PageCollectionFactory
Factory method to create a child PageCollection instance.
makePageMasterResolver(int) - Method in interface org.axsl.fo.fo.PageSequence
Creates a new PageMasterResolver instance for this PageSequence.
makePageNumberArea(PageNumber, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for page-number content.
makePageNumberCitationArea(PageNumberCitation, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for page-number-citation content.
makePageNumberCitationLastArea(PageNumberCitationLast, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for page-number-citation-last content.
makeProxy(Fo) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an FONode.
makeProxy(PageSequence) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a PageSequence.
makeProxy(BookmarkTitle) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a BookmarkTitle.
makeProxy(Bookmark) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Bookmark.
makeProxy(ColorProfile) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a ColorProfile.
makeProxy(Declarations) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Declarations.
makeProxy(CharacterSequence) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an FOText.
makeProxy(Title) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Title.
makeProxy(BidiOverride) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a BidiOverride.
makeProxy(Block) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Block.
makeProxy(BlockContainer) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a BlockContainer.
makeProxy(ExternalGraphic) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an ExternalGraphic.
makeProxy(Flow) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Flow.
makeProxy(Footnote) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Footnote.
makeProxy(Float) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Float.
makeProxy(FootnoteBody) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a FootnoteBody.
makeProxy(InitialPropertySet) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an InitialPropertySet.
makeProxy(Inline) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an Inline.
makeProxy(InlineContainer) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an InlineContainer.
makeProxy(InstreamForeignObject) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an InstreamForeignObject.
makeProxy(Leader) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Leader.
makeProxy(ListBlock) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a ListBlock.
makeProxy(ListItem) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a ListItem.
makeProxy(ListItemBody) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a ListItemBody.
makeProxy(ListItemLabel) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a ListItemLabel.
makeProxy(Marker) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Marker.
makeProxy(MultiCase) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a MultiCase.
makeProxy(MultiProperties) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a MultiProperties.
makeProxy(MultiPropertySet) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a MultiPropertySet.
makeProxy(MultiSwitch) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a MultiSwitch.
makeProxy(MultiToggle) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a MultiToggle.
makeProxy(PageNumber) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a PageNumber.
makeProxy(PageNumberCitation) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a PageNumberCitation.
makeProxy(RetrieveMarker) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a RetrieveMarker.
makeProxy(StaticContent) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a StaticContent.
makeProxy(Table) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Table.
makeProxy(TableAndCaption) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableAndCaption.
makeProxy(TableBody) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableBody.
makeProxy(TableCaption) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableCaption.
makeProxy(TableCell) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableCell.
makeProxy(TableColumn) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableColumn.
makeProxy(TableFooter) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableFooter.
makeProxy(TableHeader) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableHeader.
makeProxy(TableRow) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a TableRow.
makeProxy(Wrapper) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Wrapper.
makeProxy(RegionAfter) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a RegionAfter.
makeProxy(RegionBefore) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a RegionBefore.
makeProxy(RegionBody) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a RegionBody.
makeProxy(RegionEnd) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a RegionEnd.
makeProxy(RegionStart) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a RegionStart.
makeProxy(Root) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a Root.
makeProxy(SimplePageMaster) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a SimplePageMaster.
makeProxy(BasicLink) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for a BasicLink.
makeProxy(SvgElement) - Method in interface org.axsl.fo.ProxyFactory
Creates a proxy for an SVGElement.
makeScalingValueCitationArea(ScalingValueCitation, int, GraftingPoint) - Method in interface org.axsl.area.LineContentFactory
Creates a new Area for scaling-value-citation content.
makeSvgDocument() - Method in interface org.axsl.graphic.GraphicServer
Factory method to create a new, empty DOM implementation for an SVG document.
makeSvgGraphic(SVGDocument) - Method in interface org.axsl.graphic.GraphicServer
Factory method to find or create an SvgGraphic instance from an already-parsed SVGDocument.
makeTableArea(Table, GraftingPoint) - Method in interface org.axsl.area.BlockContentFactory
Create a new TableArea as a child of this Area.
makeTableBodyContainer(TableBody, GraftingPoint) - Method in interface org.axsl.area.TableArea
Factory method to create a child TableBodyContainer.
makeTableCellArea(TableCell, GraftingPoint) - Method in interface org.axsl.area.TableRowContainer
Creates a new child table-cell area.
makeTableFooterContainer(TableFooter, GraftingPoint) - Method in interface org.axsl.area.TableArea
Factory method to create a child TableBodyContainer.
makeTableHeaderContainer(TableHeader, GraftingPoint) - Method in interface org.axsl.area.TableArea
Factory method to create a child TableHeaderContainer.
makeTableRowContainer(TableRow, GraftingPoint) - Method in interface org.axsl.area.AbstractTablePartContainer
Makes a new TableRowContainer instance for this Table.
Marker - Interface in org.axsl.fo.fo
An fo:marker object in XSL-FO.
MarkerClassNamePa - Interface in org.axsl.fo.fo.prop
The XSL-FO marker-class-name property.
MediaUsage - Enum in org.axsl.common.value
Enumeration of possible media-usage values.
MediaUsagePa - Interface in org.axsl.fo.fo.prop
The XSL-FO media-usage property.
MergePagesAcrossIndexKeyReferencesPa - Interface in org.axsl.fo.fo.prop
The XSL-FO merge-pages-across-index-key-references property.
MergeRangesAcrossIndexKeyReferencesPa - Interface in org.axsl.fo.fo.prop
The XSL-FO merge-ranges-across-index-key-references property.
MergeSequentialPageNumbersPa - Interface in org.axsl.fo.fo.prop
The XSL-FO merge-sequential-page-numbers property.
Metadata - Interface in org.axsl.fo.extension
An axsl:metadata object which can be used as an extension to XSL-FO.
MIME_PDF - Static variable in interface org.axsl.font.output.FontOutput
The MIME type for PDF.
MIME_POSTSCRIPT - Static variable in interface org.axsl.font.output.FontOutput
The MIME type for PostScript.
MultiCase - Interface in org.axsl.fo.fo
An fo:multi-case object in XSL-FO.
MultiProperties - Interface in org.axsl.fo.fo
An fo:multi-properties object in XSL-FO.
MultiPropertySet - Interface in org.axsl.fo.fo
An fo:multi-property-set object in XSL-FO.
MultiSwitch - Interface in org.axsl.fo.fo
An fo:multi-switch object in XSL-FO.
MultiToggle - Interface in org.axsl.fo.fo
An fo:multi-toggle object in XSL-FO.

N

nearestArea() - Method in interface org.axsl.area.AreaNode
Returns this node if if it is an instance of Area, or, if not, the nearest ancestor node that is an instance of Area.
nearestGeneratedByBlockLevelFo() - Method in interface org.axsl.area.AreaNode
Finds either "this" or the nearest ancestor area that was generated by a block-level formatting object.
nextBolderFont() - Method in interface org.axsl.font.FontUse
Returns the next bolder font in this font's font-family, if one exists, or null if this is the boldest font.
nextBolderWeight() - Method in interface org.axsl.font.FontUse
Returns the weight of the next bolder font in this font's font-family, if one exists.
nextContiguousLineText() - Method in interface org.axsl.text.line.LineText
Gives the line-breaking system the next contiguous LineText instance, if any.
nextHeaviest() - Method in enum org.axsl.font.Font.Weight
Returns the next heaviest weight.
nextLighterFont() - Method in interface org.axsl.font.FontUse
Returns the next lighter font in this font's font-family, if one exists, or null if this is the lightest font.
nextLighterWeight() - Method in interface org.axsl.font.FontUse
Returns the weight of the next lighter font in this font's font-family, if one exists.
nextLightest() - Method in enum org.axsl.font.Font.Weight
Returns the next lightest weight.
NormalBlockArea - Interface in org.axsl.area
Area for a normal block.
NormalBlockArea - Interface in org.axsl.galley
A normal block area.
NormalFlowRefArea - Interface in org.axsl.area
Represents a normal-flow-reference-area.
NormalInlineArea - Interface in org.axsl.area
Area containing an external-graphic.
normalLineHeightFactor(Font.LineHeightAlgorithm) - Method in interface org.axsl.font.Font
Returns a factor suitable for computing a "normal" line-height as defined in the CSS and XSL-FO standards.
NumberColumnsRepeatedPa - Interface in org.axsl.fo.fo.prop
The XSL-FO number-columns-repeated property.
NumberColumnsSpannedPa - Interface in org.axsl.fo.fo.prop
The XSL-FO number-columns-spanned property.
numberOfColumns() - Method in interface org.axsl.fo.fo.Table
Returns the number of columns defined for this table.
NumberRowsSpannedPa - Interface in org.axsl.fo.fo.prop
The XSL-FO number-rows-spanned property.

O

optimizeFonts() - Method in interface org.axsl.font.FontConsumer
Optimizes the fonts used by this FontConsumer.
org.axsl.area - package org.axsl.area
Interfaces useful in the creation of an AreaTree that is backed by an FOTree.
org.axsl.common.value - package org.axsl.common.value
Classes (usually enums) for various values useful in document processing, typically used as return values for traits.
org.axsl.fo - package 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.extension - package org.axsl.fo.extension
Interfaces useful for describing non-standard formatting objects in a common way.
org.axsl.fo.fo - package org.axsl.fo.fo
Interfaces useful for describing standard formatting objects in a common way.
org.axsl.fo.fo.proforma - package 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 - package org.axsl.fo.fo.prop
Interfaces describing methods for obtaining property or trait values from the Fo Tree objects.
org.axsl.fo.svg - package org.axsl.fo.svg
Interfaces useful for describing Formatting objects and/or properties in the svg: namespace.
org.axsl.font - package org.axsl.font
Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way.
org.axsl.font.output - package org.axsl.font.output
Helper interfaces useful with specific output formats, usually to assist with embedding fonts in output documents.
org.axsl.galley - package org.axsl.galley
Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document.
org.axsl.graphic - package org.axsl.graphic
Interfaces allowing client applications to use graphics in a vendor-neutral way.
org.axsl.hyphen - package org.axsl.hyphen
Interfaces useful for hyphenating text.
org.axsl.layout - package org.axsl.layout
Interfaces useful in laying out an FO Tree into an Area Tree.
org.axsl.output - package org.axsl.output
Interfaces useful in the creation of an output document.
org.axsl.pdf - package org.axsl.pdf
Interfaces allowing client applications to create PDF documents in a vendor-neutral way.
org.axsl.ps - package org.axsl.ps
Interfaces giving access to various PostScript concepts.
org.axsl.speech - package org.axsl.speech
Interfaces allowing client applications to integrate documents to speech applications in a vendor-neutral way.
org.axsl.text - package org.axsl.text
Interfaces useful for various text processing tasks.
org.axsl.text.line - package org.axsl.text.line
Interfaces useful for breaking text into lines.
OrphansPa - Interface in org.axsl.fo.fo.prop
The XSL-FO orphans property.
OutputException - Exception in org.axsl.output
Exception thrown when an axslOutput implementation has a problem.
OutputException(String) - Constructor for exception org.axsl.output.OutputException
Create a new OutputException.
OutputException(Throwable) - Constructor for exception org.axsl.output.OutputException
Create a new OutputException.
OutputException(String, Throwable) - Constructor for exception org.axsl.output.OutputException
Create a new OutputException.
outputStreamRequired() - Method in interface org.axsl.output.OutputTarget
Indicates whether an OutputStream is required by this target.
OutputTarget - Interface in org.axsl.output
Interface for all output formats.
Overflow - Enum in org.axsl.common.value
Enumeration of valid "overflow" values, that is, the property that tells what to do when the content of an element overflows its Area.
OverflowPa - Interface in org.axsl.fo.fo.prop
The XSL-FO overflow property.
overlinePosition(int) - Method in interface org.axsl.font.Font
The recommended position of the bottom of the overline stroke, relative to the baseline, in millipoints.
overlineSize(int) - Method in interface org.axsl.font.Font
The recommended thickness, in millipoints, of the overline stroke for this font.

P

Page - Interface in org.axsl.galley
An Area containing a page.
PageArea - Interface in org.axsl.area
Area for a page.
PageCitationStrategy - Enum in org.axsl.common.value
An enumeration of the possible page-citation-strategy values.
PageCitationStrategyPa - Interface in org.axsl.fo.fo.prop
The XSL-FO page-citation-strategy property.
PageCollection - Interface in org.axsl.area
A PageCollection is a collection of formatted pages.
PageCollection - Interface in org.axsl.galley
A PageCollection is a collection of formatted pages.
PageCollection.Force - Enum in org.axsl.area
Enumeration of possible "force" values when creating new pages.
PageCollectionFactory - Interface in org.axsl.area
Interface for objects that can create PageCollection instances.
PageCollectionWrapper - Interface in org.axsl.area
A container for PageCollection instances.
pageComplete(AreaTreeEvent) - Method in interface org.axsl.area.AreaTreeListener
Method for handling a completed Area Tree page.
PageHeightPa - Interface in org.axsl.fo.fo.prop
The XSL-FO page-height property.
PageMasterResolver - Interface in org.axsl.fo.fo
Provides pages sequentially for a given PageSequence.
PageNumber - Interface in org.axsl.fo.fo
An fo:page-number object in XSL-FO.
PageNumberCitation - Interface in org.axsl.fo.fo
An fo:page-number-citation object in XSL-FO.
PageNumberCitationLast - Interface in org.axsl.fo.fo
An fo:page-number-citation-last object in XSL-FO.
PageNumberTreatment - Enum in org.axsl.common.value
An enumeration of possible "page-number-treatment" options.
PageNumberTreatmentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO page-number-treatment property.
PageSequence - Interface in org.axsl.fo.fo
An fo:page-sequence object in XSL-FO.
PageSequenceWrapper - Interface in org.axsl.fo.fo
An fo:page-sequence-wrapper object in XSL-FO.
PageWidthPa - Interface in org.axsl.fo.fo.prop
The XSL-FO page-width property.
PatientLineBreaker - Interface in org.axsl.text.line
PatientLineBreaker implementations provide line-breaking logic to clients.
pdAvailable() - Method in interface org.axsl.area.Area
Returns the amount of progression-dimension in this Area which can still be used by child Areas.
PdfColor - Interface in org.axsl.pdf
A PDF Color.
PdfContentStream - Interface in org.axsl.pdf
A PDF Content Stream.
PdfDestination - Interface in org.axsl.pdf
A PDF Destination.
PdfDocument - Interface in org.axsl.pdf
A PDF document.
PdfEncryption - Interface in org.axsl.pdf
Encryption-related items for a PDFDocument.
PdfException - Exception in org.axsl.pdf
Exception thrown when an axslPDF implementation has a problem.
PdfException(String) - Constructor for exception org.axsl.pdf.PdfException
Create a new PDFException.
PdfException(Throwable) - Constructor for exception org.axsl.pdf.PdfException
Create a new PDFException.
PdfException(String, Throwable) - Constructor for exception org.axsl.pdf.PdfException
Create a new PDFException.
PdfFont - Interface in org.axsl.pdf
A PDF Font.
PdfLineCapStyle - Enum in org.axsl.pdf
Enumeration of the possible line cap styles in PDF.
PdfLink - Interface in org.axsl.pdf
A PDF Link.
PdfOutlineItem - Interface in org.axsl.pdf
A PDF Outline Item.
PdfOutlineParent - Interface in org.axsl.pdf
A PDF Outline Parent.
PdfPage - Interface in org.axsl.pdf
A PDF Page.
PdfPathPaint - Interface in org.axsl.pdf
Paint (Color or Pattern) used to stroke or fill paths.
PdfTextRenderingMode - Enum in org.axsl.pdf
An enumeration of the valid text rendering modes.
PdfVersion - Enum in org.axsl.pdf
An enumeration of the possible PDF Versions.
pitchExtraHigh() - Method in interface org.axsl.speech.Voice
The normal extra-high frequency for this voice family.
pitchExtraLow() - Method in interface org.axsl.speech.Voice
The normal extra-low frequency for this voice family.
pitchHigh() - Method in interface org.axsl.speech.Voice
The normal high frequency for this voice family.
pitchLow() - Method in interface org.axsl.speech.Voice
The normal low frequency for this voice family.
pitchMedium() - Method in interface org.axsl.speech.Voice
The normal medium frequency for this voice family.
pixelHeight() - Method in interface org.axsl.graphic.Graphic
Return the image height, in pixels, if available.
pixelWidth() - Method in interface org.axsl.graphic.Graphic
Return the image width, in pixels, if available.
postDelete() - Method in interface org.axsl.hyphen.HyphenBreak
Assuming that a hyphen is placed at this point, provides the text immediately after that hyphen that should be removed.
postInsert() - Method in interface org.axsl.hyphen.HyphenBreak
Assuming that a hyphen is placed at this point, provides the text that should be inserted immediately after that hyphen.
prBpd() - Method in interface org.axsl.galley.BackgroundArea
The height of the padding rectangle in which the background should be painted.
preDelete() - Method in interface org.axsl.hyphen.HyphenBreak
Assuming that a hyphen is placed at this point, provides the text immediately before that hyphen that should be removed.
preInsert() - Method in interface org.axsl.hyphen.HyphenBreak
Assuming that a hyphen is placed at this point, provides the text that should be inserted immediately before that hyphen.
previousContiguousLineText() - Method in interface org.axsl.text.line.LineText
Gives the line-breaking system the preceding contiguous LineText instance, if any.
prIpd() - Method in interface org.axsl.galley.BackgroundArea
The width of the padding rectangle in which the background should be painted.
processLineContent(LineContent, int, int, LineOutput) - Method in interface org.axsl.text.line.EagerLineBreaker
Push up to one line's worth of content through the line-breaking logic.
prOriginX() - Method in interface org.axsl.galley.BackgroundArea
The X coordinate of start-point of the padding rectangle in which the background should be painted.
prOriginY() - Method in interface org.axsl.galley.BackgroundArea
The Y coordinate of start-point of the padding rectangle in which the background should be painted.
provideEagerLineBreaker(LineBreakControl, LineBreakHandler, FontConsumer) - Method in interface org.axsl.text.TextServer
Returns a LineBreaker instance that can be used by the client to compute line-breaks.
providePatientLineBreaker(LineBreakControl, LineBreakHandler, FontConsumer) - Method in interface org.axsl.text.TextServer
Returns a LineBreaker instance that can be used by the client to compute line-breaks.
ProvisionalDistanceBetweenStartsPa - Interface in org.axsl.fo.fo.prop
The XSL-FO provisional-distance-between-starts property.
ProvisionalLabelSeparationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO provisional-label-separation property.
ProxyFactory - Interface in org.axsl.fo
Uses the Visitor pattern to allow an FO Object to properly cast itself for purposes of creating a proxy.

Q

qtyMarkerChildren() - Method in interface org.axsl.fo.Fo
Returns the number of children of the FO that are Markers.

R

referenceBpd(FoContext) - Method in interface org.axsl.fo.FoScaled
Returns the block-progression-dimension of the reference area for this item.
referenceBpd() - Method in interface org.axsl.galley.ScalableArea
Returns the block-progression-dimension of the rectangle in which the content should be drawn.
referenceIpd(FoContext) - Method in interface org.axsl.fo.FoScaled
Returns the inline-progression-dimension of the reference area for this item.
referenceIpd() - Method in interface org.axsl.galley.ScalableArea
Returns the inline-progression-dimension of the rectangle in which the content should be drawn.
ReferenceOrientation - Enum in org.axsl.common.value
Enumeration of possible reference-orientation values.
ReferenceOrientationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO reference-orientation property.
RefIdPa - Interface in org.axsl.fo.fo.prop
The XSL-FO ref-id property.
RefIndexKeyPa - Interface in org.axsl.fo.fo.prop
The XSL-FO ref-index-key property.
Region - Interface in org.axsl.fo.fo
Super-interface for all pagination regions.
RegionAfter - Interface in org.axsl.fo.fo
An fo:region-after object in XSL-FO.
RegionArea - Interface in org.axsl.galley
An Area containing a region.
RegionBefore - Interface in org.axsl.fo.fo
An fo:region-before object in XSL-FO.
regionBodies() - Method in interface org.axsl.fo.fo.Flow
Returns the list of RegionBody names that this flow's content is mapped to flow into during layout.
RegionBody - Interface in org.axsl.fo.fo
An fo:region-body object in XSL-FO.
RegionBodyRefArea - Interface in org.axsl.area
The Area containing the region-body.
RegionEnd - Interface in org.axsl.fo.fo
An fo:region-end object in XSL-FO.
RegionNamePa - Interface in org.axsl.fo.fo.prop
The XSL-FO region-name property.
RegionRefArea - Interface in org.axsl.area
Area for a Page Region.
RegionStart - Interface in org.axsl.fo.fo
An fo:region-start object in XSL-FO.
registerCharsUsed(CharSequence) - Method in interface org.axsl.font.FontUse
Convenience method that provides the equivalent of running FontUse.registerCharUsed(int) for each char in a given String, StringBuffer or other CharSequence.
registerCharUsed(int) - Method in interface org.axsl.font.FontUse
Records the fact that a FontConsumer is using a particular character.
registerFont(String, URL, URL, String, String, String) - Method in interface org.axsl.font.FontServer
Register a font for use by the system.
registerFont(String, String, byte[], String, byte[], String, String, String) - Method in interface org.axsl.font.FontServer
Register a font for use by the system.
registerFontDescription(String, String, Encoding, Font.Style, Font.Weight, Font.Variant, Font.Stretch, float, float, float, float[]) - Method in interface org.axsl.font.FontServer
Register a font description for use by the system.
registerFontFamily(String) - Method in interface org.axsl.font.FontServer
Register a font-family for use by the system.
registerFontFamilyAlias(String, String) - Method in interface org.axsl.font.FontServer
Add a font-family alias.
registerFontOutputFactory(FontOutputFactory) - Method in interface org.axsl.font.FontServer
Registers a FontOutputFactory for use by this server.
registerListener(AreaTreeListener) - Method in interface org.axsl.area.AreaTree
Registers a listener for notification of AreaTreeEvent firings.
registerListener(FoTreeListener) - Method in interface org.axsl.fo.FoTree
Registers a listener for notification of FoTreeEvent firings.
registerMarker(Marker) - Method in interface org.axsl.area.PageArea
Places a Marker instance on this page.
registerName(String) - Method in interface org.axsl.pdf.PdfDestination
Registers a name for this destination, turning it into a "named destination".
RelativeAlign - Enum in org.axsl.common.value
Enumeration of possible "relative-align" values.
RelativeAlignPa - Interface in org.axsl.fo.fo.prop
The XSL-FO relative-align property.
RelativeAxis - Enum in org.axsl.common.value
An enumeration of relative axes.
RelativeCompass - Enum in org.axsl.common.value
An enumeration for the various compass-point directions.
RelativePosition - Enum in org.axsl.common.value
Enumeration of possible relative-position values.
removeChild(AreaNode) - Method in interface org.axsl.area.AreaNode
Remove a node from this node's children.
render(RenderVisitor) - Method in interface org.axsl.galley.AreaNode
Uses the Visitor pattern to allow a Renderer to render this node with proper casting.
render(AreaNode) - Method in interface org.axsl.galley.RenderVisitor
Renders a generic AreaNode not rendered elsewhere.
render(Area) - Method in interface org.axsl.galley.RenderVisitor
Renders an Area not rendered elsewhere.
render(BlockContainerArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a BlockContainerArea.
render(RegionArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a RegionArea.
render(NormalBlockArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a NormalBlockArea.
render(ForeignObjectArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a ForeignObjectArea.
render(ExternalGraphicArea) - Method in interface org.axsl.galley.RenderVisitor
Renders an ExternalGraphicArea.
render(TableArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a TableArea.
render(TableCellArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a TableCellArea.
render(LineArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a LineArea.
render(LeaderArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a LeaderArea.
render(TextArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a TextArea.
render(FootnoteArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a FootnoteArea.
render(BeforeFloatArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a BeforeFloatArea.
render(MainReferenceArea) - Method in interface org.axsl.galley.RenderVisitor
Renders a MainReferenceArea.
render(InlineArea) - Method in interface org.axsl.galley.RenderVisitor
Renders an InlineArea.
render(Page) - Method in interface org.axsl.output.Renderer
Render the given Galley page.
Renderer - Interface in org.axsl.output
Specialized OutputTarget that converts an AreaTree instance into a specific output format.
RenderingIntent - Enum in org.axsl.common.value
Enumeration of possible rendering-intent values.
RenderingIntentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO rendering-intent property.
RenderVisitor - Interface in org.axsl.galley
Uses the Visitor pattern to allow an Area to properly cast itself for an object that wants to render the Area.
repeatsHorizontal() - Method in enum org.axsl.common.value.BackgroundRepeat
Indicates whether the background repeats on the horizontal axis.
repeatsVertical() - Method in enum org.axsl.common.value.BackgroundRepeat
Indicates whether the background repeats on the vertical axis.
resetSpanArea() - Method in interface org.axsl.area.MainRefArea
Resets the the just-done span area in preparation for a backtrack for balancing.
RetrieveBoundary - Enum in org.axsl.common.value
Enumeration of the possible values for the boundary within which a marker should be selected.
RetrieveBoundaryPa - Interface in org.axsl.fo.fo.prop
The XSL-FO retrieve-boundary property.
RetrieveBoundaryWithinTable - Enum in org.axsl.common.value
Enumeration of possible "retrieve-boundary-within-table" values.
RetrieveBoundaryWithinTablePa - Interface in org.axsl.fo.fo.prop
The XSL-FO retrieve-boundary-within-table property.
RetrieveClassNamePa - Interface in org.axsl.fo.fo.prop
The XSL-FO retrieve-class-name property.
retrieveId(String) - Method in interface org.axsl.fo.fo.Root
Retrieves the FObj instance that is associated with a given "id".
RetrieveMarker - Interface in org.axsl.fo.fo
An fo:retrieve-marker object in XSL-FO.
RetrievePosition - Enum in org.axsl.common.value
Enumeration of the various positions from which a marker can be retrieved.
RetrievePositionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO retrieve-position property.
RetrievePositionWithinTable - Enum in org.axsl.common.value
Enumeration of possible "retrieve-position-within-table" values.
RetrievePositionWithinTablePa - Interface in org.axsl.fo.fo.prop
The XSL-FO retrieve-position-within-table property.
RetrieveTableMarker - Interface in org.axsl.fo.fo
An fo:retrieve-table-marker object in XSL-FO.
Root - Interface in org.axsl.fo.fo
An fo:root object in XSL-FO.
RuleStyle - Enum in org.axsl.common.value
Enumeration of valid rule (line) styles.
RuleStylePa - Interface in org.axsl.fo.fo.prop
The XSL-FO rule-style property.
RuleThicknessPa - Interface in org.axsl.fo.fo.prop
The XSL-FO rule-thickness property.

S

ScalableArea - Interface in org.axsl.galley
Super-interface for Areas whose content can be scaled differently than the viewport through which they are viewed.
ScalingMethod - Enum in org.axsl.common.value
Enumeration of the possible "scaling-method" values.
ScalingMethodPa - Interface in org.axsl.fo.fo.prop
The XSL-FO scaling-method property.
ScalingValueCitation - Interface in org.axsl.fo.fo
An fo:scaling-value-citation object in XSL-FO.
ScoreSpacesPa - Interface in org.axsl.fo.fo.prop
The XSL-FO score-spaces property.
selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int) - Method in interface org.axsl.font.FontConsumer
The same as FontConsumer.selectFontXsl(org.axsl.font.Font.SelectionStrategy, java.lang.String[], org.axsl.font.Font.Style, org.axsl.font.Font.Weight, org.axsl.font.Font.Variant, org.axsl.font.Font.Stretch, int, int), except that the algorithm specified by CSS 2.1 is used instead.
selectFontPanose(byte[], int) - Method in interface org.axsl.font.FontConsumer
Accepts the client's PANOSE description of the desired font, and returns the best-fitting Font found.
selectFontXsl(Font.SelectionStrategy, String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int) - Method in interface org.axsl.font.FontConsumer
Accepts the client's description of the desired font, and returns the best-fitting Font found, using the algorithm specified by the XSL-FO 1.1 Standard.
selectVoiceCss(String[]) - Method in interface org.axsl.speech.SpeechServer
Accepts the client's description of the desired voice, and returns the best-fitting voice found, using the algorithm specified by the CSS2 recommendation.
selectVoiceXsl(String[]) - Method in interface org.axsl.speech.SpeechServer
Accepts the client's description of the desired voice, and returns the best-fitting voice found, using the algorithm specified by the XSL-FO recommendation.
setAllowCopyContent(boolean) - Method in interface org.axsl.pdf.PdfEncryption
Sets whether the document will allow the content to be extracted from the PDF document.
setAllowEditAnnotation(boolean) - Method in interface org.axsl.pdf.PdfEncryption
Sets whether the document will its annotations to be edited.
setAllowEditContent(boolean) - Method in interface org.axsl.pdf.PdfEncryption
Sets whether the document will allow its content to be edited.
setAllowPrint(boolean) - Method in interface org.axsl.pdf.PdfEncryption
Sets whether the document will allow printing.
setApplicationName(String) - Method in interface org.axsl.output.OutputTarget
Sets the application name meta-information item.
setApplicationNameShort(String) - Method in interface org.axsl.output.OutputTarget
Sets a short version of the application name meta-information item.
setApplicationVersion(String) - Method in interface org.axsl.output.OutputTarget
Sets the application version meta-information item.
setAuthor(String) - Method in interface org.axsl.pdf.PdfDocument
Sets the author of the document.
setCachingGraphics(boolean) - Method in interface org.axsl.fo.FoTree
Allows the client application to set whether graphics should be cached during FO tree parsing or building.
setCharacterSpacing(float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the character spacing (a text state parameter).
setColor(Color, boolean) - Method in interface org.axsl.pdf.PdfContentStream
Sets either the stroke or "other" (fill) color (and color space) in the graphics state.
setContextMessage(String) - Method in exception org.axsl.fo.FoTreeException
Sets the optional context message.
setCreationDate(Date) - Method in interface org.axsl.pdf.PdfDocument
Sets the "creation date" document meta-information for the PDF document.
setCursor(float, float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the location of the cursor.
setDashPattern(float[], float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the dash pattern in the graphics state.
setDeveloperUrlShort(String) - Method in interface org.axsl.output.OutputTarget
Sets a short version of the developer's URL meta-information item.
setFont(FontUse, float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the font and font size (text state parameters).
setFontConsumer(FontConsumer) - Method in interface org.axsl.fo.FoTree
Allows the client application to set the FontConsumer which should be used during FO tree parsing or building.
setFontConsumer(FontConsumer) - Method in interface org.axsl.output.OutputTarget
Sets the FontConsumer to be used for this output.
setFontSources(int[]) - Method in interface org.axsl.font.FontConsumer
Sets the font sources that can be selected for this FontConsumer.
setGalley(Galley) - Method in interface org.axsl.output.Renderer
Sets the Galley instance that will be rendered.
setGraphicSearchPath(URL[]) - Method in interface org.axsl.fo.FoTree
Allows the client application to set an array of URLs that should be searched when looking for external graphic files during FO tree parsing or building.
setGraphicServer(GraphicServer) - Method in interface org.axsl.fo.FoTree
Allows the client application to set the GraphicServer which should be used during FO tree parsing or building.
setHorizontalScaling(float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the horizontal scaling percentage (a text state parameter).
setKeywords(String) - Method in interface org.axsl.pdf.PdfDocument
Sets the keywords of the document.
setLeading(float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the text leading (a text state parameter).
setLineCapStyle(PdfLineCapStyle) - Method in interface org.axsl.pdf.PdfContentStream
Sets the line cap style in the graphics state.
setLineWidth(float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the width of paths to be stroked in the current graphics state.
setOutputStream(OutputStream) - Method in interface org.axsl.output.OutputTarget
Sets the OutputStream, if any, to which the output should be written.
setOwnerPassword(String) - Method in interface org.axsl.pdf.PdfEncryption
Sets the owner password for the PDF.
setProducer(String) - Method in interface org.axsl.pdf.PdfDocument
Sets the "producer" document meta-information for the PDF document.
setSpeechServer(SpeechServer) - Method in interface org.axsl.fo.FoTree
Allows the client application to set the SpeechServer which should be used during FO tree parsing or building.
setStrokeText(boolean) - Method in interface org.axsl.output.OutputTarget
Sets whether SVG Text should be stroked.
setSubject(String) - Method in interface org.axsl.pdf.PdfDocument
Sets the subject of the document.
setTextKnockout(boolean) - Method in interface org.axsl.pdf.PdfContentStream
Sets the text knockout flag (a text state parameter).
setTextRenderingMode(PdfTextRenderingMode) - Method in interface org.axsl.pdf.PdfContentStream
Sets the text rendering mode (a text state parameter).
setTextRise(float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the text rise (a text state parameter).
setTextServer(TextServer) - Method in interface org.axsl.fo.FoTree
Allows the client application to set the TextServer which should be used during FO tree parsing or building.
setTitle(String) - Method in interface org.axsl.pdf.PdfDocument
Sets the title of the document.
setUserPassword(String) - Method in interface org.axsl.pdf.PdfEncryption
Sets the user password for the PDF.
setVersion(PdfVersion) - Method in interface org.axsl.pdf.PdfDocument
Sets the PDF version that should be created when this document is written.
setWordSpacing(float) - Method in interface org.axsl.pdf.PdfContentStream
Sets the word spacing (a text state parameter).
ShadowEffect - Interface in org.axsl.common.value
Shadow Effect is not a datatype listed in the XSL-FO Standard.
ShowDestination - Enum in org.axsl.common.value
Enumeration of possible show-destination values.
ShowDestinationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO show-destination property.
siblingIndex() - Method in interface org.axsl.area.AreaNode
Returns this node's position within the siblings.
SimplePageMaster - Interface in org.axsl.fo.fo
An fo:simple-page-master object in XSL-FO.
simulateBackslant() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "backslant" font-style, return the percentage of 90 degrees that should be used to compute the angle at which the characters should be skewed to obtain that effect.
simulateCondensed() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "condensed" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateExpanded() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "expanded" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateExtraCondensed() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "extra-condensed" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateExtraExpanded() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "extra-expanded" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateOblique() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "oblique" font-style, return the percentage of 90 degrees that should be used to compute the angle at which the characters should be skewed to obtain that effect.
simulateSemiCondensed() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "semi-condensed" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateSemiExpanded() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "semi-expanded" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateUltraCondensed() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "ultra-condensed" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
simulateUltraExpanded() - Method in interface org.axsl.font.FontUse
If this font has been configured to simulate the "ultra-expanded" font-stretch, return the percentage that should be applied to the width of characters in this font to achieve that effect.
smallCapsSize(int) - Method in interface org.axsl.font.FontUse
Computes the size, in millipoints, which should be used for the intrinsically lowercase characters in this font.
Span - Enum in org.axsl.common.value
Enumeration of possible "span" values.
SpanPa - Interface in org.axsl.fo.fo.prop
The XSL-FO span property.
SpanRefArea - Interface in org.axsl.area
Represents a span-reference-area.
Speak - Enum in org.axsl.common.value
Enumeration of possible speak values.
SpeakHeader - Enum in org.axsl.common.value
Enumeration of possible speak-header values.
SpeakNumeral - Enum in org.axsl.common.value
Enumeration of possible speak-numeral values.
SpeakPunctuation - Enum in org.axsl.common.value
Enumeration of possible speak-punctuation values.
SpeechException - Exception in org.axsl.speech
Exception thrown when an axslSpeech implementation has a problem.
SpeechException(String) - Constructor for exception org.axsl.speech.SpeechException
Create a new SpeechException.
SpeechException(Throwable) - Constructor for exception org.axsl.speech.SpeechException
Create a new SpeechException.
SpeechException(String, Throwable) - Constructor for exception org.axsl.speech.SpeechException
Create a new SpeechException.
SpeechServer - Interface in org.axsl.speech
SpeechServer provides system-wide services for integrating document creation systems with speech systems.
SpeechUtility - Class in org.axsl.speech
Class containing speech-related utility methods.
SrcPa - Interface in org.axsl.fo.fo.prop
The XSL-FO src property.
StartingState - Enum in org.axsl.common.value
Enumeration of possible starting-state values.
StartingStatePa - Interface in org.axsl.fo.fo.prop
The XSL-FO starting-state property.
startOutput() - Method in interface org.axsl.output.OutputTarget
Hook allowing the OutputTarget to initialize itself and prepare to render pages.
StaticContent - Interface in org.axsl.fo.fo
An fo:static-content object in XSL-FO.
stopOutput() - Method in interface org.axsl.output.OutputTarget
Hook allowing the OutputTarget to clean up.
strikeoutPosition(int) - Method in interface org.axsl.font.Font
The recommended position of the top of the strikeout stroke, relative to the baseline, in millipoints.
strikeoutSize(int) - Method in interface org.axsl.font.Font
The recommended thickness, in millipoints, of the strikeout stroke for this font.
subscriptShift(int) - Method in interface org.axsl.font.Font
The amount by which the alphabetic baseline should be shifted when writing subscripts for this font.
superscriptShift(int) - Method in interface org.axsl.font.Font
The amount by which the alphabetic baseline should be shifted when writing superscripts for this font.
SuppressAtLineBreak - Enum in org.axsl.common.value
Enumeration of possible suppress-at-line-break values.
SuppressAtLineBreakPa - Interface in org.axsl.fo.fo.prop
The XSL-FO suppress-at-line-break property.
SvgElement - Interface in org.axsl.fo.svg
Describes foreign XML content that is an SVG document.
SvgGraphic - Interface in org.axsl.graphic
Interface for SVG Graphic objects.
SwitchTo - Enum in org.axsl.common.value
Enumeration of possible switch-to values.
SwitchToPa - Interface in org.axsl.fo.fo.prop
The XSL-FO switch-to property.

T

Table - Interface in org.axsl.fo.fo
An fo:table object in XSL-FO.
TableAndCaption - Interface in org.axsl.fo.fo
An fo:table-and-caption object in XSL-FO.
TableArea - Interface in org.axsl.area
Container Area for a table.
TableArea - Interface in org.axsl.galley
An Area containing part or all of a table.
TableBody - Interface in org.axsl.fo.fo
An fo:table-body object in XSL-FO.
TableBodyContainer - Interface in org.axsl.area
Container Area for a table-body.
TableCaption - Interface in org.axsl.fo.fo
An fo:table-caption object in XSL-FO.
TableCell - Interface in org.axsl.fo.fo
An fo:table-cell object in XSL-FO.
TableCellArea - Interface in org.axsl.area
Area for a table-cell.
TableCellArea - Interface in org.axsl.galley
An Area containing all or part of a table cell.
TableColumn - Interface in org.axsl.fo.fo
An fo:table-column object in XSL-FO.
TableFooter - Interface in org.axsl.fo.fo
An fo:table-footer object in XSL-FO.
TableFooterContainer - Interface in org.axsl.area
Container Area for a table-footer.
TableHeader - Interface in org.axsl.fo.fo
An fo:table-header object in XSL-FO.
TableHeaderContainer - Interface in org.axsl.area
Container Area for a table-header.
TableLayout - Enum in org.axsl.common.value
Enumeration of possible table-layout algorithms.
TableLayoutPa - Interface in org.axsl.fo.fo.prop
The XSL-FO table-layout property.
TableOmitFooterAtBreakPa - Interface in org.axsl.fo.fo.prop
The XSL-FO table-omit-footer-at-break property.
TableOmitHeaderAtBreakPa - Interface in org.axsl.fo.fo.prop
The XSL-FO table-omit-header-at-break property.
TableRow - Interface in org.axsl.fo.fo
An fo:table-row object in XSL-FO.
TableRowContainer - Interface in org.axsl.area
A container for the cells in a table-row.
tableWidth() - Method in interface org.axsl.fo.FoContext
Returns the width of the table for this context.
TargetPresentationContextPa - Interface in org.axsl.fo.fo.prop
The XSL-FO target-presentation-context property.
TargetProcessingContextPa - Interface in org.axsl.fo.fo.prop
The XSL-FO target-processing-context property.
TargetStylesheetPa - Interface in org.axsl.fo.fo.prop
The XSL-FO target-stylesheet property.
TextAlign - Enum in org.axsl.common.value
Enumeration of possible text-align values.
TextAlignLast - Enum in org.axsl.common.value
Enumeration of the possible text-align-last values.
TextAlignLastPa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-align-last property.
TextAlignPa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-align property.
TextAltitudePa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-altitude property.
TextArea - Interface in org.axsl.galley
An Area containing text.
TextDecorationPa - Interface in org.axsl.fo.fo.prop
The XSL-FO active-state property.
TextDepthPa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-depth property.
TextException - Exception in org.axsl.text
Exception thrown when an axslText implementation has a problem.
TextException(String) - Constructor for exception org.axsl.text.TextException
Create a new TextException.
TextException(Throwable) - Constructor for exception org.axsl.text.TextException
Create a new TextException.
TextException(String, Throwable) - Constructor for exception org.axsl.text.TextException
Create a new TextException.
TextIndentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-indent property.
TextServer - Interface in org.axsl.text
This class encapsulates the various text processing functions.
TextShadowPa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-shadow property.
TextTransform - Enum in org.axsl.common.value
Enumeration of possible text-transform values.
TextTransformPa - Interface in org.axsl.fo.fo.prop
The XSL-FO text-transform property.
Title - Interface in org.axsl.fo.fo
An fo:title object in XSL-FO.
traitAbsolutePosition(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAbsolutePositionPa
Returns the "absolute-position" trait for this FO.
traitActiveState(FoContext) - Method in interface org.axsl.fo.fo.prop.ActiveStatePa
Returns the "active-state" trait for this FO.
traitAlignmentAdjust(FoContext, FoInlineContext) - Method in interface org.axsl.fo.fo.prop.AlignmentAdjustPa
Returns the length component, if any, of the "alignment-adjust" trait for this FO.
traitAlignmentBaseline(FoContext) - Method in interface org.axsl.fo.fo.prop.AlignmentBaselinePa
Returns the "alignment-baseline" trait for this FO.
traitAllowedHeightScale(FoContext) - Method in interface org.axsl.fo.fo.prop.AllowedHeightScalePa
Returns the "allowed-height-scale" trait for this FO.
traitAllowedWidthScale(FoContext) - Method in interface org.axsl.fo.fo.prop.AllowedWidthScalePa
Returns the "allowed-width-scale" trait for this FO.
traitAutoRestore(FoContext) - Method in interface org.axsl.fo.fo.prop.AutoRestorePa
Returns the "auto-restore" trait for this FO.
traitAzimuth(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "azimuth" trait for this FO.
traitBackgroundAttachment(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "background-attachment" trait for this FO.
traitBackgroundColor(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "background-color" trait for this FO.
traitBackgroundColor() - Method in interface org.axsl.galley.BackgroundArea
The color of this background.
traitBackgroundImage(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "background-image" trait for this FO.
traitBackgroundImage() - Method in interface org.axsl.galley.BackgroundArea
The Graphic for this background.
traitBackgroundPositionHorizontal(FoContext, int, int) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "background-position-horizontal" trait for this FO.
traitBackgroundPositionVertical(FoContext, int, int) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "background-position-vertical" trait for this FO.
traitBackgroundRepeat(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "background-repeat" trait for this FO.
traitBackgroundRepeat() - Method in interface org.axsl.galley.BackgroundArea
The background-repeat for the background-image (if any), indicating whether the background image repeats on the horizontal and vertical axes.
traitBaselineShift(FoContext) - Method in interface org.axsl.fo.fo.prop.BaselineShiftPa
Returns the "baseline-shift" trait for this FO.
traitBlink(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "blink" trait for this FO.
traitBorderAfterColor(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-after-color" trait for this FO.
traitBorderAfterColor() - Method in interface org.axsl.galley.BorderPaddingArea
The color of the border-after.
traitBorderAfterPrecedence(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderAfterPrecedencePa
Returns the "border-after-precedence" trait for this FO.
traitBorderAfterStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-after-style" trait for this FO.
traitBorderAfterStyle() - Method in interface org.axsl.galley.BorderPaddingArea
Returns the border style for the "after" edge of this Area.
traitBorderAfterWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-after-width" trait for this FO.
traitBorderAfterWidth() - Method in interface org.axsl.galley.BorderPaddingArea
The width of the border-after.
traitBorderBeforeColor(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-before-color" trait for this FO.
traitBorderBeforeColor() - Method in interface org.axsl.galley.BorderPaddingArea
The color of the border-before.
traitBorderBeforePrecedence(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderBeforePrecedencePa
Returns the "border-before-precedence" trait for this FO.
traitBorderBeforeStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-before-style" trait for this FO.
traitBorderBeforeStyle() - Method in interface org.axsl.galley.BorderPaddingArea
Returns the border style for the "before" edge of this Area.
traitBorderBeforeWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-before-width" trait for this FO.
traitBorderBeforeWidth() - Method in interface org.axsl.galley.BorderPaddingArea
The width of the border-before.
traitBorderCollapse(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderCollapsePa
Returns the "border-collapse" trait for this FO.
traitBorderEndColor(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-end-color" trait for this FO.
traitBorderEndColor() - Method in interface org.axsl.galley.BorderPaddingArea
The color of the border-end.
traitBorderEndPrecedence(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderEndPrecedencePa
Returns the "border-end-precedence" trait for this FO.
traitBorderEndStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-end-style" trait for this FO.
traitBorderEndStyle() - Method in interface org.axsl.galley.BorderPaddingArea
Returns the border style for the "end" edge of this Area.
traitBorderEndWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-end-width" trait for this FO.
traitBorderEndWidth() - Method in interface org.axsl.galley.BorderPaddingArea
The width of the border-end.
traitBorderSeparationBpd(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderSeparationPa
Returns the BPD portion of the "border-separation" trait for this FO.
traitBorderSeparationIpd(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderSeparationPa
Returns the IPD portion of the "border-separation" trait for this FO.
traitBorderStartColor(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-start-color" trait for this FO.
traitBorderStartColor() - Method in interface org.axsl.galley.BorderPaddingArea
The color of the border-start.
traitBorderStartPrecedence(FoContext) - Method in interface org.axsl.fo.fo.prop.BorderStartPrecedencePa
Returns the "border-start-precedence" trait for this FO.
traitBorderStartStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-start-style" trait for this FO.
traitBorderStartStyle() - Method in interface org.axsl.galley.BorderPaddingArea
Returns the border style for the "start" edge of this Area.
traitBorderStartWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "border-start-width" trait for this FO.
traitBorderStartWidth() - Method in interface org.axsl.galley.BorderPaddingArea
The width of the border-start.
traitBottom(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonPositionPa
Returns the "bottom" trait for this FO.
traitBpDimensionMax(FoContext) - Method in interface org.axsl.fo.fo.prop.BlockProgressionDimensionPa
Returns the "maximum" component of the "block-progression-dimension" for this FO.
traitBpDimensionMin(FoContext) - Method in interface org.axsl.fo.fo.prop.BlockProgressionDimensionPa
Returns the "minimum" component of the "block-progression-dimension" for this FO.
traitBpDimensionOpt(FoContext) - Method in interface org.axsl.fo.fo.prop.BlockProgressionDimensionPa
Returns the "optimum" component of the "block-progression-dimension" for this FO.
traitBreakAfter(FoContext) - Method in interface org.axsl.fo.fo.prop.BreakAfterPa
Returns the "break-after" trait for this FO.
traitBreakBefore(FoContext) - Method in interface org.axsl.fo.fo.prop.BreakBeforePa
Returns the "break-before" trait for this FO.
traitCaptionSide(FoContext) - Method in interface org.axsl.fo.fo.prop.CaptionSidePa
Returns the "caption-side" trait for this FO.
traitCaseName(FoContext) - Method in interface org.axsl.fo.fo.prop.CaseNamePa
Returns the "case-name" trait for this FO.
traitCaseTitle() - Method in interface org.axsl.fo.fo.prop.CaseTitlePa
Returns the "case-title" trait for this FO.
traitChangeBarClass() - Method in interface org.axsl.fo.fo.prop.ChangeBarClassPa
Returns the "change-bar-class" trait for this FO.
traitChangeBarColor(FoContext) - Method in interface org.axsl.fo.fo.prop.ChangeBarColorPa
Returns the "change-bar-color" trait for this FO.
traitChangeBarOffset(FoContext) - Method in interface org.axsl.fo.fo.prop.ChangeBarOffsetPa
Returns the "change-bar-offset" trait for this FO.
traitChangeBarPlacement(FoContext) - Method in interface org.axsl.fo.fo.prop.ChangeBarPlacementPa
Returns the "change-bar-placement" trait for this FO.
traitChangeBarStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.ChangeBarStylePa
Returns the "change-bar-style" trait for this FO.
traitChangeBarWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.ChangeBarWidthPa
Returns the "change-bar-width" trait for this FO.
traitClear(FoContext) - Method in interface org.axsl.fo.fo.prop.ClearPa
Returns the "clear" trait for this FO.
traitClip(FoContext, Shape) - Method in interface org.axsl.fo.fo.prop.ClipPa
Returns the "clip" trait for this FO.
traitClipIsAuto(FoContext) - Method in interface org.axsl.fo.fo.prop.ClipPa
Indicates whether the "clip" trait is "auto".
traitColor(FoContext) - Method in interface org.axsl.fo.fo.prop.ColorPa
Returns the resolved "color" trait for this FO.
traitColor() - Method in interface org.axsl.galley.Bookmark
Returns the color of this node.
traitColor() - Method in interface org.axsl.galley.GeneralInlineArea
Returns the color of this node.
traitColorProfileName(FoContext) - Method in interface org.axsl.fo.fo.prop.ColorProfileNamePa
Returns the "color-profile-name" trait for this FO.
traitColumnCount(FoContext) - Method in interface org.axsl.fo.fo.prop.ColumnCountPa
Returns the "column-count" trait for this FO.
traitColumnGap(FoContext) - Method in interface org.axsl.fo.fo.prop.ColumnGapPa
Returns the "column-gap" trait for this FO.
traitColumnNumber(FoContext) - Method in interface org.axsl.fo.fo.prop.ColumnNumberPa
Returns the column number that this cell starts in.
traitColumnWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.ColumnWidthPa
Returns the "column-width" trait for this FO.
traitColumnWidthTableUnits() - Method in interface org.axsl.fo.fo.prop.ColumnWidthPa
Returns the number of column-width table units in this table column.
traitContentType(FoContext) - Method in interface org.axsl.fo.fo.prop.ContentTypePa
Returns the "content-type" trait for this FO.
traitCountry(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "country" trait for this FO.
traitCueAfter(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "cue-after" trait for this FO.
traitCueBefore(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "cue-before" trait for this FO.
traitDestinationPlacementOffset(FoContext) - Method in interface org.axsl.fo.fo.prop.DestinationPlacementOffsetPa
Returns the "destination-placement-offset" trait for this FO.
traitDirection(FoContext) - Method in interface org.axsl.fo.fo.prop.DirectionPa
Returns the "direction" trait for this FO.
traitDisplayAlign(FoContext) - Method in interface org.axsl.fo.fo.prop.DisplayAlignPa
Returns the "display-align" trait for this FO.
traitDominantBaseline(FoContext) - Method in interface org.axsl.fo.fo.prop.DominantBaselinePa
Returns the resolved dominant baseline for this object.
traitElevation(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "elevation" trait for this FO.
traitEmptyCells(FoContext) - Method in interface org.axsl.fo.fo.prop.EmptyCellsPa
Returns the "empty-cells" trait for this FO.
traitEndIndent(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "end-indent" trait for this FO.
traitExtent() - Method in interface org.axsl.fo.fo.prop.ExtentPa
Returns the "extent" trait for this FO.
traitExtent() - Method in interface org.axsl.galley.RegionArea
The extent (size) of this Area.
traitFloat(FoContext) - Method in interface org.axsl.fo.fo.prop.FloatPa
Returns the "float" trait for this FO.
traitFlowName() - Method in interface org.axsl.fo.fo.prop.FlowNamePa
Returns the "flow-name" trait for this FO.
traitFontFamily(FoContext) - Method in interface org.axsl.fo.fo.proforma.CommonFontExcludedPa
Returns the "font-family" trait for this FO.
traitFontSelectionStrategy(FoContext) - Method in interface org.axsl.fo.fo.proforma.CommonFontExcludedPa
Returns the "font-selection-strategy" trait for this FO.
traitFontSize(FoContext) - Method in interface org.axsl.fo.fo.proforma.CommonFontExcludedPa
Returns the "font-size" trait for this FO.
traitFontSize() - Method in interface org.axsl.galley.TextArea
The font-size for this Area.
traitFontSizeActual(FoContext, Font) - Method in interface org.axsl.fo.fo.prop.CommonFontPa
Returns the "actual" value for font-size, as distinguished from the "computed" value.
traitFontSizeAdjust(FoContext) - Method in interface org.axsl.fo.fo.proforma.CommonFontExcludedPa
Retrieves the computed value for "font-size-adjust".
traitFontStretch(FoContext) - Method in interface org.axsl.fo.fo.proforma.CommonFontExcludedPa
Returns the "font-stretch" trait for this FO.
traitFontStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.FontStylePa
Returns the "font-style" trait for this FO.
traitFontStyle() - Method in interface org.axsl.galley.Bookmark
Returns the font style (normal, italic, etc.) for this area.
traitFontVariant(FoContext) - Method in interface org.axsl.fo.fo.proforma.CommonFontExcludedPa
Returns the "font-variant" trait for this FO.
traitFontWeight(FoContext) - Method in interface org.axsl.fo.fo.prop.FontWeightPa
Returns a numerical value indicating the relative boldness of the font-family typeface that should be used.
traitFontWeight() - Method in interface org.axsl.galley.Bookmark
Returns the relative boldness of the font-family typeface that should be used.
traitForcePageCount(FoContext) - Method in interface org.axsl.fo.fo.prop.ForcePageCountPa
Returns the "force-page-count" trait for this FO.
traitGeneratedBy() - Method in interface org.axsl.area.AreaNode
Returns the FObj instance that generated this node.
traitGeneratedBy() - Method in interface org.axsl.area.AreaTree
Returns the FObj instance that generated this node.
traitGeneratedBy() - Method in interface org.axsl.area.TableArea
Returns the FObj instance that generated this node.
traitGlyphOrientationHorizontal(FoContext) - Method in interface org.axsl.fo.fo.prop.GlyphOrientationHorizontalPa
Returns the "glyph-orientation-horizontal" trait for this FO.
traitGlyphOrientationVertical(FoContext) - Method in interface org.axsl.fo.fo.prop.GlyphOrientationVerticalPa
Returns the "glyph-orientation-vertical" trait for this FO.
traitHalfLeadingConditionality(FoContext) - Method in interface org.axsl.fo.fo.prop.LineHeightPa
Returns the "conditionality" component of the "half-leading" trait for this FO.
traitHalfLeadingMax(FoContext) - Method in interface org.axsl.fo.fo.prop.LineHeightPa
Returns the "maximum" component of the "half-leading" trait for this FO.
traitHalfLeadingMin(FoContext) - Method in interface org.axsl.fo.fo.prop.LineHeightPa
Returns the "minimum" component of the "half-leading" trait for this FO.
traitHalfLeadingOpt(FoContext) - Method in interface org.axsl.fo.fo.prop.LineHeightPa
Returns the "optimum" component of the "half-leading" trait for this FO.
traitHalfLeadingPrecedence(FoContext) - Method in interface org.axsl.fo.fo.prop.LineHeightPa
Returns the "precedence" component of the "half-leading" trait for this FO.
traitHyphenate(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "hyphenate" trait for this FO.
traitHyphenationCharacter(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "hyphenation-character" trait for this FO.
traitHyphenationKeep(FoContext) - Method in interface org.axsl.fo.fo.prop.HyphenationKeepPa
Returns the "hyphenation-keep" trait for this FO.
traitHyphenationLadderCount(FoContext) - Method in interface org.axsl.fo.fo.prop.HyphenationLadderCountPa
Returns the "hyphenation-ladder-count" trait for this FO.
traitHyphenationPushCharacterCount(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "hyphenation-push-character-count" trait for this FO.
traitHyphenationRemainCharacterCount(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "hyphenation-remain-character-count" trait for this FO.
traitId() - Method in interface org.axsl.fo.fo.prop.IdPa
Returns the "id" trait for this FO.
traitId() - Method in interface org.axsl.galley.Area
Returns the id of this node.
traitIndexClass() - Method in interface org.axsl.fo.fo.prop.IndexClassPa
Returns the "index-class" trait for this FO.
traitIndexKey() - Method in interface org.axsl.fo.fo.prop.IndexKeyPa
Returns the "index-key" trait for this FO.
traitIndicateDestination(FoContext) - Method in interface org.axsl.fo.fo.prop.IndicateDestinationPa
Returns the "indicate-destination" trait for this FO.
traitInitialPageNumber(int) - Method in interface org.axsl.fo.fo.prop.InitialPageNumberPa
Returns the "initial-page-number" trait for this FO.
traitIntrusionDisplace(FoContext) - Method in interface org.axsl.fo.fo.prop.IntrusionDisplacePa
Returns the "intrusion-displace" trait for this FO.
traitIpDimensionMax(FoContext) - Method in interface org.axsl.fo.fo.prop.InlineProgressionDimensionPa
Returns the "maximum" component of the "inline-progression-dimension" for this FO.
traitIpDimensionMin(FoContext) - Method in interface org.axsl.fo.fo.prop.InlineProgressionDimensionPa
Returns the "minimum" component of the "inline-progression-dimension" for this FO.
traitIpDimensionOpt(FoContext) - Method in interface org.axsl.fo.fo.prop.InlineProgressionDimensionPa
Returns the "optimum" component of the "inline-progression-dimension" for this FO.
traitIsReferenceArea() - Method in interface org.axsl.fo.Fo
Returns the value of the is-reference-area trait.
traitKeepTogetherWithinColumn(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepTogetherPa
Returns the "within-column" portion of the "keep-together" trait for this FO.
traitKeepTogetherWithinLine(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepTogetherPa
Returns the "within-line" portion of the "keep-together" trait for this FO.
traitKeepTogetherWithinPage(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepTogetherPa
Returns the "within-page" portion of the "keep-together" trait for this FO.
traitKeepWithNextWithinColumn(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepWithNextPa
Returns the "within-column" portion of the "keep-with-next" trait for this FO.
traitKeepWithNextWithinLine(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepWithNextPa
Returns the "within-line" portion of the "keep-with-next" trait for this FO.
traitKeepWithNextWithinPage(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepWithNextPa
Returns the "within-page" portion of the "keep-with-next" trait for this FO.
traitKeepWithPreviousWithinColumn(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepWithPreviousPa
Returns the "within-column" portion of the "keep-with-previous" trait for this FO.
traitKeepWithPreviousWithinLine(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepWithPreviousPa
Returns the "within-line" portion of the "keep-with-previous" trait for this FO.
traitKeepWithPreviousWithinPage(FoContext) - Method in interface org.axsl.fo.fo.prop.KeepWithPreviousPa
Returns the "within-page" portion of the "keep-with-previous" trait for this FO.
traitLanguage(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "language" trait for this FO.
traitLastLineEndIndent(FoContext) - Method in interface org.axsl.fo.fo.prop.LastLineEndIndentPa
Returns the "last-line-end-indent" for this FO.
traitLeaderAlignment(FoContext) - Method in interface org.axsl.fo.fo.prop.LeaderAlignmentPa
Returns the value of the "leader-alignment" trait for this FO.
traitLeaderLengthMax(FoContext) - Method in interface org.axsl.fo.fo.prop.LeaderLengthPa
Returns the "maximum" component of the "leader-length" trait for this FO.
traitLeaderLengthMin(FoContext) - Method in interface org.axsl.fo.fo.prop.LeaderLengthPa
Returns the "minimum" component of the "leader-length" trait for this FO.
traitLeaderLengthOpt(FoContext) - Method in interface org.axsl.fo.fo.prop.LeaderLengthPa
Returns the "optimum" component of the "leader-length" trait for this FO.
traitLeaderPattern(FoContext) - Method in interface org.axsl.fo.fo.prop.LeaderPatternPa
Returns the "leader-pattern" trait for this FO.
traitLeaderPattern() - Method in interface org.axsl.galley.LeaderArea
Returns the leader-pattern trait.
traitLeaderPatternWidth(FoContext) - Method in interface org.axsl.fo.fo.prop.LeaderPatternWidthPa
Returns the value for the "leader-pattern-width" trait for this FO.
traitLeft(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonPositionPa
Returns the "left" trait for this FO.
traitLetterSpacingConditionality() - Method in interface org.axsl.fo.fo.prop.LetterSpacingPa
Returns the "conditionality" component of the "letter-spacing" trait for this FO.
traitLetterSpacingMax(FoContext) - Method in interface org.axsl.fo.fo.prop.LetterSpacingPa
Returns the "maximum" component of the "letter-spacing" trait for this FO.
traitLetterSpacingMin(FoContext) - Method in interface org.axsl.fo.fo.prop.LetterSpacingPa
Returns the "minimum" component of the "letter-spacing" trait for this FO.
traitLetterSpacingOpt(FoContext) - Method in interface org.axsl.fo.fo.prop.LetterSpacingPa
Returns the "optimum" component of the "letter-spacing" trait for this FO.
traitLetterSpacingPrecedence() - Method in interface org.axsl.fo.fo.prop.LetterSpacingPa
Returns the "precedence" component of the "letter-spacing" trait for this FO.
traitLinefeedTreatment(FoContext) - Method in interface org.axsl.fo.fo.proforma.LinefeedTreatmentPa
Returns the "linefeed-treatment" trait for this FO.
traitLineHeightShiftAdjustment(FoContext) - Method in interface org.axsl.fo.fo.prop.LineHeightShiftAdjustmentPa
Returns the "line-height-shift-adjustment" trait for this FO.
traitLineStackingStrategy(FoContext) - Method in interface org.axsl.fo.fo.prop.LineStackingStrategyPa
Returns the "line-stacking-strategy" trait for this FO.
traitMarkerClassName() - Method in interface org.axsl.fo.fo.prop.MarkerClassNamePa
The "marker-class-name" property.
traitMediaUsage(FoContext) - Method in interface org.axsl.fo.fo.prop.MediaUsagePa
Returns the "media-usage" trait for this FO.
traitMergePagesAcrossIndexKeyReferences(FoContext) - Method in interface org.axsl.fo.fo.prop.MergePagesAcrossIndexKeyReferencesPa
Returns the "merge-pages-across-index-key-references" trait for this FO.
traitMergeRangesAcrossIndexKeyReferences(FoContext) - Method in interface org.axsl.fo.fo.prop.MergeRangesAcrossIndexKeyReferencesPa
Returns the "merge-ranges-across-index-key-references" trait for this FO.
traitMergeSequentialPageNumbers(FoContext) - Method in interface org.axsl.fo.fo.prop.MergeSequentialPageNumbersPa
Returns the "merge-sequential-page-numbers" trait for this FO.
traitNumberColumnsRepeated() - Method in interface org.axsl.fo.fo.prop.NumberColumnsRepeatedPa
Returns the "number-columns-repeated" trait for this FO.
traitNumberColumnsSpanned() - Method in interface org.axsl.fo.fo.prop.NumberColumnsSpannedPa
Returns the number of columns spanned by this cell.
traitNumberRowsSpanned() - Method in interface org.axsl.fo.fo.prop.NumberRowsSpannedPa
Returns the number of rows spanned by this cell.
traitOrphans(FoContext) - Method in interface org.axsl.fo.fo.prop.OrphansPa
Returns the "orphans" trait for this FO.
traitOverflow(FoContext) - Method in interface org.axsl.fo.fo.prop.OverflowPa
Returns the "overflow" trait for this FO.
traitOverlineScore(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "overline-score" trait for this FO.
traitOverlineScore() - Method in interface org.axsl.galley.GeneralInlineArea
The "overline-score" trait.
traitOverlineScoreColor(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "overline-score-color" trait for this FO.
traitOverlineScoreColor() - Method in interface org.axsl.galley.GeneralInlineArea
The "overline-score-color" trait.
traitPaddingAfter(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "padding-after" trait for this FO.
traitPaddingBefore(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "padding-before" trait for this FO.
traitPaddingEnd(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "padding-end" trait for this FO.
traitPaddingStart(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
Returns the "padding-start" trait for this FO.
traitPageCitationStrategy() - Method in interface org.axsl.fo.fo.prop.PageCitationStrategyPa
Returns the "page-citation-strategy" trait for this FO.
traitPageHeight() - Method in interface org.axsl.fo.fo.prop.PageHeightPa
Returns the "page-height" trait for this FO.
traitPageNumberTreatment(FoContext) - Method in interface org.axsl.fo.fo.prop.PageNumberTreatmentPa
Returns the "page-number-treatment" trait for this FO.
traitPageWidth() - Method in interface org.axsl.fo.fo.prop.PageWidthPa
Returns the "page-width" trait for this FO.
traitPauseAfter(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "pause-after" trait for this FO.
traitPauseBefore(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "pause-before" trait for this FO.
traitPitch(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the frequency for the audio for the current voice.
traitPitchRange(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "pitch-range" trait for this FO.
traitPlayDuring(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "URL" component of the "play-during" trait for this FO.
traitPlayDuringMix(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "mix" component of the "play-during" trait for this FO.
traitPlayDuringRepeat(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "repeat" component of the "play-during" trait for this FO.
traitProvisionalDistanceBetweenStarts(FoContext) - Method in interface org.axsl.fo.fo.prop.ProvisionalDistanceBetweenStartsPa
Returns the "provisional-distance-between-starts" trait for this FO.
traitProvisionalLabelSeparation(FoContext) - Method in interface org.axsl.fo.fo.prop.ProvisionalLabelSeparationPa
Returns the "provisional-label-separation" trait for this FO.
traitReferenceOrientation(FoContext) - Method in interface org.axsl.fo.fo.prop.ReferenceOrientationPa
Returns the "reference-orientation" trait for this FO.
traitRefId(FoContext) - Method in interface org.axsl.fo.fo.prop.RefIdPa
Returns the "ref-id" trait for this FO.
traitRefIndexKey() - Method in interface org.axsl.fo.fo.prop.RefIndexKeyPa
Returns the "ref-index-key" trait for this FO.
traitRegionName() - Method in interface org.axsl.fo.fo.prop.RegionNamePa
Returns the name of this region.
traitRelativeAlign(FoContext) - Method in interface org.axsl.fo.fo.prop.RelativeAlignPa
Returns the "relative-align" trait for this FO.
traitRelativePosition(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonRelativePositionPa
Returns the "relative-position" trait for this FO.
traitRenderingIntent(FoContext) - Method in interface org.axsl.fo.fo.prop.RenderingIntentPa
Returns the "rendering-intent" trait for this FO.
traitRetrieveBoundary() - Method in interface org.axsl.fo.fo.prop.RetrieveBoundaryPa
The "retrieve-boundary" property.
traitRetrieveBoundaryWithinTable() - Method in interface org.axsl.fo.fo.prop.RetrieveBoundaryWithinTablePa
Returns the "retrieve-boundary-within-table" trait for this FO.
traitRetrieveClassName() - Method in interface org.axsl.fo.fo.prop.RetrieveClassNamePa
The "retrieve-class-name" property.
traitRetrievePosition() - Method in interface org.axsl.fo.fo.prop.RetrievePositionPa
The "retrieve-position" property.
traitRetrievePositionWithinTable() - Method in interface org.axsl.fo.fo.prop.RetrievePositionWithinTablePa
Returns the "retrieve-position-within-table" trait for this FO.
traitRichness(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "richness" trait for this FO.
traitRight(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonPositionPa
Returns the "right" trait for this FO.
traitRole(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAccessibilityPa
Returns the "role" trait for this FO.
traitRuleStyle(FoContext) - Method in interface org.axsl.fo.fo.prop.RuleStylePa
Returns the "rule-style" trait for this FO.
traitRuleStyle() - Method in interface org.axsl.galley.LeaderArea
Returns the style for this leader.
traitRuleThickness(FoContext) - Method in interface org.axsl.fo.fo.prop.RuleThicknessPa
Returns the "rule-thickness" trait for this FO.
traitRuleThickness() - Method in interface org.axsl.galley.LeaderArea
Returns the thickness for this leader.
traitScalingMethod() - Method in interface org.axsl.fo.fo.prop.ScalingMethodPa
Returns the "scaling-method" trait for this FO.
traitScoreSpaces(FoContext) - Method in interface org.axsl.fo.fo.prop.ScoreSpacesPa
Returns the "score-spaces" trait for this FO.
traitScript(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonHyphenationPa
Returns the "script" trait for this FO.
traitShowDestination(FoContext) - Method in interface org.axsl.fo.fo.prop.ShowDestinationPa
Returns the "show-destination" trait for this FO.
traitSourceDocument(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAccessibilityPa
Returns the "source-document" trait for this FO.
traitSpaceAfterConditionality(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "conditionality" component of the "space-after" trait for this FO.
traitSpaceAfterMaximum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "maximum" component of the "space-after" trait for this FO.
traitSpaceAfterMinimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "minimum" component of the "space-after" trait for this FO.
traitSpaceAfterOptimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "optimum" component of the "space-after" trait for this FO.
traitSpaceAfterPrecedence() - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "precedence" component of the "space-after" trait for this FO.
traitSpaceBeforeConditionality(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "conditionality" component of the "space-before" trait for this FO.
traitSpaceBeforeMaximum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "maximum" component of the "space-before" trait for this FO.
traitSpaceBeforeMinimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "minimum" component of the "space-before" trait for this FO.
traitSpaceBeforeOptimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "optimum" component of the "space-before" trait for this FO.
traitSpaceBeforePrecedence() - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "precedence" component of the "space-before" trait for this FO.
traitSpaceEndConditionality() - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "conditionality" component of the "space-end" trait for this FO.
traitSpaceEndMaximum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "maximum" component of the "space-end" trait for this FO.
traitSpaceEndMinimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "minimum" component of the "space-end" trait for this FO.
traitSpaceEndOptimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginInlineOptimumPa
Returns the "optimum" component of the "space-end" trait for this FO.
traitSpaceEndPrecedence() - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "precedence" component of the "space-end" trait for this FO.
traitSpaceStartConditionality() - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "conditionality" component of the "space-start" trait for this FO.
traitSpaceStartMaximum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "maximum" component of the "space-start" trait for this FO.
traitSpaceStartMinimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "minimum" component of the "space-start" trait for this FO.
traitSpaceStartOptimum(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginInlineOptimumPa
Returns the "optimum" component of the "space-start" trait for this FO.
traitSpaceStartPrecedence() - Method in interface org.axsl.fo.fo.prop.CommonMarginInlinePa
Returns the "precedence" component of the "space-start" trait for this FO.
traitSpan(FoContext) - Method in interface org.axsl.fo.fo.prop.SpanPa
Returns the "span" trait for this FO.
traitSpeak(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "speak" trait for this FO.
traitSpeakHeader(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "speak-header" trait for this FO.
traitSpeakNumeral(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "speak-numeral" trait for this FO.
traitSpeakPunctuation(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "speak-punctuation" trait for this FO.
traitSpeechRate(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the desired speech-rate, in words-per-minute.
traitSrc(FoContext) - Method in interface org.axsl.fo.fo.prop.SrcPa
Returns the "src" trait for this FO.
traitStartIndent(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonMarginBlockPa
Returns the "start-indent" trait for this FO.
traitStartingState(FoContext) - Method in interface org.axsl.fo.fo.prop.StartingStatePa
Returns the "starting-state" trait for this FO.
traitStress(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "stress" trait for this FO.
traitSuppressAtLineBreak(FoContext) - Method in interface org.axsl.fo.fo.prop.SuppressAtLineBreakPa
Returns the "suppress-at-line-break" trait for this FO.
traitSwitchTo() - Method in interface org.axsl.fo.fo.prop.SwitchToPa
Returns an enumerated value for the "switch-to" trait for this FO.
traitSwitchToNames() - Method in interface org.axsl.fo.fo.prop.SwitchToPa
Returns an array of names for the "switch-to" trait for this FO.
traitTableLayout() - Method in interface org.axsl.fo.fo.prop.TableLayoutPa
Returns the "table-layout" trait for this FO.
traitTableOmitFooterAtBreak(FoContext) - Method in interface org.axsl.fo.fo.prop.TableOmitFooterAtBreakPa
Returns the "table-omit-footer-at-break" trait for this FO.
traitTableOmitHeaderAtBreak(FoContext) - Method in interface org.axsl.fo.fo.prop.TableOmitHeaderAtBreakPa
Returns the "table-omit-header-at-break" trait for this FO.
traitTargetPresentationContext() - Method in interface org.axsl.fo.fo.prop.TargetPresentationContextPa
Returns the "target-presentation-context" trait for this FO.
traitTargetProcessingContext() - Method in interface org.axsl.fo.fo.prop.TargetProcessingContextPa
Returns the "target-processing-context" trait for this FO.
traitTargetStylesheet() - Method in interface org.axsl.fo.fo.prop.TargetStylesheetPa
Returns the "target-stylesheet" trait for this FO.
traitTextAlign(FoContext) - Method in interface org.axsl.fo.fo.prop.TextAlignPa
Returns the "text-align" trait for this FO.
traitTextAlignLast(FoContext) - Method in interface org.axsl.fo.fo.prop.TextAlignLastPa
Returns the "text-align-last" trait for this FO.
traitTextAlignString() - Method in interface org.axsl.fo.fo.prop.TextAlignPa
Returns the String value, if any, of the "text-align" trait for this FO.
traitTextAltitude(FoContext) - Method in interface org.axsl.fo.fo.prop.TextAltitudePa
Returns the "text-altitude" trait for this FO, adjusted for the font-size.
traitTextDepth(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDepthPa
Returns the "text-depth" trait for this FO, adjusted for the font-size.
traitTextIndent(FoContext) - Method in interface org.axsl.fo.fo.prop.TextIndentPa
Returns the "text-indent" trait for this FO.
traitTextShadow(FoContext) - Method in interface org.axsl.fo.fo.prop.TextShadowPa
Returns the "shadow-effect" trait for this FO.
traitTextTransform(FoContext) - Method in interface org.axsl.fo.fo.prop.TextTransformPa
Returns the "text-transform" trait for this FO.
traitThroughScore(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "through-score" trait for this FO.
traitThroughScore() - Method in interface org.axsl.galley.GeneralInlineArea
The "through-score" trait.
traitThroughScoreColor(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "through-score-color" trait for this FO.
traitThroughScoreColor() - Method in interface org.axsl.galley.GeneralInlineArea
The "through-score-color" trait.
traitTop(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonPositionPa
Returns the "top" trait for this FO.
traitTreatAsWordSpace(FoContext, char) - Method in interface org.axsl.fo.fo.prop.TreatAsWordSpacePa
Returns the "treat-as-word-space" trait for this FO.
traitUnderlineScore(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "underline-score" trait for this FO.
traitUnderlineScore() - Method in interface org.axsl.galley.GeneralInlineArea
The "underline-score" trait.
traitUnderlineScoreColor(FoContext) - Method in interface org.axsl.fo.fo.prop.TextDecorationPa
Returns the "underline-score-color" trait for this FO.
traitUnderlineScoreColor() - Method in interface org.axsl.galley.GeneralInlineArea
The "underline-score-color" trait.
traitUnicodeBidi(FoContext) - Method in interface org.axsl.fo.fo.prop.UnicodeBidiPa
Returns the "unicode-bidi" trait for this FO.
traitVisibility(FoContext) - Method in interface org.axsl.fo.fo.prop.VisibilityPa
Returns the "visibility" trait for this FO.
traitVoiceFamily(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the "voice-family" trait for this FO.
traitVolume(FoContext) - Method in interface org.axsl.fo.fo.prop.CommonAuralPa
Returns the computed value for the "volume" property.
traitWhiteSpaceCollapse(FoContext) - Method in interface org.axsl.fo.fo.proforma.WhiteSpaceCollapsePa
Returns the "white-space-collapse" trait for this FO.
traitWhiteSpaceTreatment(FoContext) - Method in interface org.axsl.fo.fo.prop.WhiteSpaceTreatmentPa
Returns the "white-space-treatment" trait for this FO.
traitWidows(FoContext) - Method in interface org.axsl.fo.fo.prop.WidowsPa
Returns the "widows" trait for this FO.
traitWordSpacingConditionality() - Method in interface org.axsl.fo.fo.prop.WordSpacingPa
Returns the "conditionality" component of the "word-spacing" trait for this FO.
traitWordSpacingMax(FoContext) - Method in interface org.axsl.fo.fo.prop.WordSpacingPa
Returns the amount of additional space to create between letters.
traitWordSpacingMin(FoContext) - Method in interface org.axsl.fo.fo.prop.WordSpacingPa
Returns the amount of additional space to create between letters.
traitWordSpacingOpt(FoContext) - Method in interface org.axsl.fo.fo.prop.WordSpacingPa
Returns the amount of additional space to create between letters.
traitWordSpacingPrecedence() - Method in interface org.axsl.fo.fo.prop.WordSpacingPa
Returns the "precedence" component of the "word-spacing" trait for this FO.
traitWrapOption(FoContext) - Method in interface org.axsl.fo.fo.prop.WrapOptionPa
Returns the "wrap-option" trait for this FO.
traitWritingMode(FoContext) - Method in interface org.axsl.fo.fo.prop.WritingModePa
Returns the writing-mode for this FO.
traitZIndex(FoContext) - Method in interface org.axsl.fo.fo.prop.ZIndexPa
Returns the "z-index" trait for this FO if it is not "auto".
traitZIndexIsAuto(FoContext) - Method in interface org.axsl.fo.fo.prop.ZIndexPa
Indicates whether the "z-index" trait for this FO is "auto".
TreatAsWordSpacePa - Interface in org.axsl.fo.fo.prop
The XSL-FO treat-as-word-space property.

U

unavailableChar(CharSequence, int) - Method in interface org.axsl.font.FontUse
Examines each character in a specified portion of a String or other CharSequence to determine whether a glyph can be encoded for that character.
unavailableChars(CharSequence, int) - Method in interface org.axsl.font.FontUse
Examines each character in a specified portion of a String or other CharSequence to determine whether a glyph can be encoded for that character.
underlinePosition(int) - Method in interface org.axsl.font.Font
The recommended position of the top of the underline stroke, relative to the baseline, in millipoints.
underlineSize(int) - Method in interface org.axsl.font.Font
The recommended thickness, in millipoints, of the underline stroke for this font.
UnicodeBidi - Enum in org.axsl.common.value
Enumeration of possible unicode-bidi values.
UnicodeBidiPa - Interface in org.axsl.fo.fo.prop
The XSL-FO unicode-bidi property.
usableInPostScriptOutput() - Method in interface org.axsl.font.Font
Indicates whether this font can be referenced within a PostScript file.

V

VALID_STRETCH_STRINGS - Static variable in class org.axsl.font.FontUtility
Array containing the valid font stretch input values, sorted alphabetically so that they can be binary searched.
VALID_STRETCH_VALUES - Static variable in class org.axsl.font.FontUtility
Array containing the parsed font stretch values that correspond to the Strings in FontUtility.VALID_STRETCH_STRINGS.
VALID_WEIGHT_STRINGS - Static variable in class org.axsl.font.FontUtility
Array containing the valid font weight input values, sorted alphabetically so that they can be binary searched.
VALID_WEIGHT_VALUES - Static variable in class org.axsl.font.FontUtility
Array containing the parsed font weight values that correspond to the Strings in FontUtility.VALID_WEIGHT_STRINGS.
valueOf(String) - Static method in enum org.axsl.area.PageCollection.Force
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.AbsoluteAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.AbsoluteCompass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.AbsoluteDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.AbsolutePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.ActiveState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.AlignmentBaseline
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.BackgroundAttachment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.BackgroundRepeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Baseline
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.BorderModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Break
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.ChangeBarPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Clear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Conditionality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.DisplayAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.EmptyCells
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Float
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.ForcePageCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.HyphenationKeep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.IndexMerge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.IntrusionDisplace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Iso15924
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Iso3166
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Iso639
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.LeaderAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.LeaderPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.LinefeedTreatment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.LineHeightShiftAdjustment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.LineStackingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.MediaUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Overflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.PageCitationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.PageNumberTreatment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.ReferenceOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RelativeAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RelativeAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RelativeCompass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RelativePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RenderingIntent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RetrieveBoundary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RetrieveBoundaryWithinTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RetrievePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RetrievePositionWithinTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.RuleStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.ScalingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.ShowDestination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Span
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Speak
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.SpeakHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.SpeakNumeral
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.SpeakPunctuation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.StartingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.SuppressAtLineBreak
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.SwitchTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.TableLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.TextAlignLast
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.TextTransform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.UnicodeBidi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.WhiteSpaceTreatment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.common.value.WrapOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.Complexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.LineHeightAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.SelectionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.Stretch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.Variant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.Weight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.font.Font.WritingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.graphic.Graphic.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.graphic.Graphic.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.pdf.PdfLineCapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.pdf.PdfTextRenderingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axsl.pdf.PdfVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.axsl.area.PageCollection.Force
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.AbsoluteAxis
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.AbsoluteCompass
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.AbsoluteDirection
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.AbsolutePosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.ActiveState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.AlignmentBaseline
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.BackgroundAttachment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.BackgroundRepeat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Baseline
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.BorderModel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.BorderStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Break
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.ChangeBarPlacement
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Clear
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Conditionality
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.DisplayAlign
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.EmptyCells
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Float
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.ForcePageCount
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.HyphenationKeep
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.IndexMerge
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.IntrusionDisplace
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Iso15924
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Iso3166
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Iso639
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.LeaderAlignment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.LeaderPattern
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.LinefeedTreatment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.LineHeightShiftAdjustment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.LineStackingStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.LinkType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.MediaUsage
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Overflow
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.PageCitationStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.PageNumberTreatment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.ReferenceOrientation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RelativeAlign
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RelativeAxis
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RelativeCompass
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RelativePosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RenderingIntent
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RetrieveBoundary
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RetrieveBoundaryWithinTable
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RetrievePosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RetrievePositionWithinTable
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.RuleStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.ScalingMethod
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.ShowDestination
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Span
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Speak
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.SpeakHeader
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.SpeakNumeral
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.SpeakPunctuation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.StartingState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.SuppressAtLineBreak
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.SwitchTo
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.TableLayout
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.TextAlign
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.TextAlignLast
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.TextTransform
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.UnicodeBidi
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.Visibility
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.WhiteSpaceTreatment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.common.value.WrapOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.Complexity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.Format
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.LineHeightAlgorithm
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.SelectionStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.Stretch
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.Style
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.Variant
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.Weight
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.font.Font.WritingMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.graphic.Graphic.Compression
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.graphic.Graphic.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.pdf.PdfLineCapStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.pdf.PdfTextRenderingMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.axsl.pdf.PdfVersion
Returns an array containing the constants of this enum type, in the order they're declared.
viewportBpd(FoContext) - Method in interface org.axsl.fo.FoScaled
Returns the BPD of the viewport for this item.
viewportIpd(FoContext) - Method in interface org.axsl.fo.FoScaled
Returns the IPD of the viewport for this item.
Visibility - Enum in org.axsl.common.value
Enumeration of possible visibility values.
VisibilityPa - Interface in org.axsl.fo.fo.prop
The XSL-FO visibility property.
Voice - Interface in org.axsl.speech
A voice "font" for text-to-speech applications.

W

wantsFoCompleteEvents() - Method in interface org.axsl.fo.FoTreeListener
This flag gives the FOTreeBuilder an opportunity to avoid creating unnecessary event objects unless somebody wants them.
wasUsed() - Method in interface org.axsl.font.FontUse
Indicates whether any characters registered use.
WhiteSpaceCollapsePa - Interface in org.axsl.fo.fo.proforma
The XSL-FO white-space-collapse property.
WhiteSpaceTreatment - Enum in org.axsl.common.value
Enumeration of possible white-space-treatment values.
WhiteSpaceTreatmentPa - Interface in org.axsl.fo.fo.prop
The XSL-FO white-space-treatment property.
WidowsPa - Interface in org.axsl.fo.fo.prop
The XSL-FO widows property.
width(int, int) - Method in interface org.axsl.font.Font
Returns the width of a Unicode character for this font, at a specified point size.
width(CharSequence, int, int, int) - Method in interface org.axsl.font.Font
Calculates the width of a given String, considering letter spacing, word spacing, and kerning.
widthContainingBlock() - Method in interface org.axsl.fo.FoContext
Returns the width of the containing block.
widthEstimate(int, int) - Method in interface org.axsl.font.Font
Returns the estimated width of a Unicode character for this font, at a specified point size.
wordSize(CharSequence, int, Iso639, Iso3166) - Method in interface org.axsl.hyphen.HyphenationServer
Finds the size of a word in the text being evaluated.
wordSize(char[], int, Iso639, Iso3166) - Method in interface org.axsl.hyphen.HyphenationServer
Finds the size of a word in the text being evaluated.
wordSpacing() - Method in interface org.axsl.galley.TextArea
The word-spacing for this text area, that is, the extra size that should be added to the width of the space character.
WordSpacingPa - Interface in org.axsl.fo.fo.prop
The XSL-FO word-spacing property.
wordStarts(CharSequence, int, Iso639, Iso3166) - Method in interface org.axsl.hyphen.HyphenationServer
Finds the start of a word in the text being evaluated.
wordStarts(char[], int, Iso639, Iso3166) - Method in interface org.axsl.hyphen.HyphenationServer
Finds the start of a word in the text being evaluated.
WrapOption - Enum in org.axsl.common.value
Enumeration of the possible wrap-option values.
WrapOptionPa - Interface in org.axsl.fo.fo.prop
The XSL-FO wrap-option property.
Wrapper - Interface in org.axsl.fo.fo
An fo:wrapper object in XSL-FO.
writeHeader() - Method in interface org.axsl.pdf.PdfDocument
Writes the PDF header.
writeIndirectObjects() - Method in interface org.axsl.pdf.PdfDocument
Writes any used but unwritten indirect objects into the stream.
writeSvgDocument(SVGDocument, OutputStream) - Method in interface org.axsl.graphic.GraphicServer
Writes an SVG document to an output stream, perhaps with pretty-printing.
WritingMode - Interface in org.axsl.common.value
Writing Mode is not a datatype recognized in XSL-FO.
WritingModePa - Interface in org.axsl.fo.fo.prop
The XSL-FO writing-mode property.

Z

ZIndexPa - Interface in org.axsl.fo.fo.prop
The XSL-FO z-index property.

A B C D E F G H I K L M N O P Q R S T U V W Z
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.