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
R