Uses of Interface
org.apache.fop.datatypes.Length
Packages that use Length
Package
Description
XSL Datatypes.
Classes, constants and basic infrastructure for the FO tree.
Classes for XSL expressions and functions.
Base classes for implementing extensions to XSL-FO.
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
Layout managers for inline formatting objects and line building.
RTF (Rich Text Format) Output Support
-
Uses of Length in org.apache.fop.datatypes
Fields in org.apache.fop.datatypes declared as LengthModifier and TypeFieldDescriptionprivate Length
LengthBase.baseLength
For percentages based on other length propertiesMethods in org.apache.fop.datatypes that return Length -
Uses of Length in org.apache.fop.fo
Fields in org.apache.fop.fo declared as LengthMethods in org.apache.fop.fo that return LengthModifier and TypeMethodDescriptionFOText.getBaseLineShift()
GraphicsProperties.getContentHeight()
GraphicsProperties.getContentWidth()
GraphicsProperties.getHeight()
XMLObj.getIntrinsicAlignmentAdjust()
Retrieve the intrinsic alignment-adjust of the child element.GraphicsProperties.getWidth()
-
Uses of Length in org.apache.fop.fo.expr
Classes in org.apache.fop.fo.expr that implement LengthModifier and TypeClassDescriptionclass
A numeric property which hold the final absolute result of an expression calculations.class
This class represent a node in a property expression tree.Methods in org.apache.fop.fo.expr that return Length -
Uses of Length in org.apache.fop.fo.extensions
Fields in org.apache.fop.fo.extensions declared as LengthModifier and TypeFieldDescriptionprivate Length
ExternalDocument.contentHeight
private Length
ExternalDocument.contentWidth
private Length
ExternalDocument.height
private Length
ExternalDocument.width
Methods in org.apache.fop.fo.extensions that return LengthModifier and TypeMethodDescriptionExternalDocument.getContentHeight()
ExternalDocument.getContentWidth()
ExternalDocument.getHeight()
ExternalDocument.getWidth()
-
Uses of Length in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as LengthModifier and TypeFieldDescriptionprivate Length
AbstractGraphics.alignmentAdjust
private Length
AbstractPageNumberCitation.alignmentAdjust
private Length
BasicLink.alignmentAdjust
private Length
Character.alignmentAdjust
private Length
Inline.alignmentAdjust
private Length
InlineContainer.alignmentAdjust
private Length
Leader.alignmentAdjust
private Length
PageNumber.alignmentAdjust
private Length
AbstractGraphics.baselineShift
private Length
AbstractPageNumberCitation.baselineShift
private Length
BasicLink.baselineShift
private Length
Character.baselineShift
private Length
Inline.baselineShift
private Length
InlineContainer.baselineShift
private Length
Leader.baselineShift
private Length
PageNumber.baselineShift
private Length
AbstractGraphics.contentHeight
private Length
AbstractGraphics.contentWidth
private Length
AbstractGraphics.height
private Length
ExternalGraphic.intrinsicAlignmentAdjust
private Length
InstreamForeignObject.intrinsicAlignmentAdjust
private Length
Block.lastLineEndIndent
private Length
Leader.leaderPatternWidth
protected Length
ChangeBar.offset
The change bar offset.private Length
ListBlock.orphanContentLimit
private Length
Leader.ruleThickness
private Length
Block.textIndent
private Length
ListBlock.widowContentLimit
extension propertiesprivate Length
AbstractGraphics.width
protected Length
ChangeBar.width
The change bar width.Methods in org.apache.fop.fo.flow that return LengthModifier and TypeMethodDescriptionAbstractGraphics.getAlignmentAdjust()
AbstractPageNumberCitation.getAlignmentAdjust()
BasicLink.getAlignmentAdjust()
Character.getAlignmentAdjust()
Inline.getAlignmentAdjust()
InlineContainer.getAlignmentAdjust()
Leader.getAlignmentAdjust()
PageNumber.getAlignmentAdjust()
AbstractGraphics.getBaselineShift()
AbstractPageNumberCitation.getBaselineShift()
BasicLink.getBaselineShift()
Character.getBaselineShift()
Inline.getBaselineShift()
InlineContainer.getBaselineShift()
Leader.getBaselineShift()
PageNumber.getBaselineShift()
AbstractGraphics.getContentHeight()
AbstractGraphics.getContentWidth()
AbstractGraphics.getHeight()
abstract Length
AbstractGraphics.getIntrinsicAlignmentAdjust()
ExternalGraphic.getIntrinsicAlignmentAdjust()
InstreamForeignObject.getIntrinsicAlignmentAdjust()
Block.getLastLineEndIndent()
Leader.getLeaderPatternWidth()
ChangeBar.getOffset()
Returns the change bar offset.ListBlock.getOrphanContentLimit()
Leader.getRuleThickness()
Block.getTextIndent()
ListBlock.getWidowContentLimit()
AbstractGraphics.getWidth()
ChangeBar.getWidth()
Returns the change bar width. -
Uses of Length in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as LengthModifier and TypeFieldDescriptionprivate Length
TableColumn.columnWidth
private Length
TableRow.height
private Length
Table.orphanContentLimit
private Length
Table.widowContentLimit
extension propertiesprivate Length
TableCell.width
Methods in org.apache.fop.fo.flow.table that return LengthModifier and TypeMethodDescriptionTableColumn.getColumnWidth()
Get aLength
instance corresponding to thecolumn-width
property.TableRow.getHeight()
Table.getOrphanContentLimit()
Table.getWidowContentLimit()
TableCell.getWidth()
Get the value for thewidth
propertyMethods in org.apache.fop.fo.flow.table with parameters of type LengthModifier and TypeMethodDescriptionvoid
TableColumn.setColumnWidth
(Length columnWidth) Sets the column width. -
Uses of Length in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as LengthModifier and TypeFieldDescriptionprivate Length
RegionBody.columnGap
private Length
SideRegion.extent
private Length
SimplePageMaster.pageHeight
private Length
SimplePageMaster.pageWidth
Methods in org.apache.fop.fo.pagination that return LengthModifier and TypeMethodDescriptionSideRegion.getExtent()
SimplePageMaster.getPageHeight()
SimplePageMaster.getPageWidth()
-
Uses of Length in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement LengthModifier and TypeClassDescriptionclass
A length quantity in XSL which is specified as an enum, such as "auto"final class
An absolute length quantity in XSLclass
Superclass for properties wrapping a Length value.class
a percent specified length quantity in XSLclass
A table-column width specification, possibly including some number of proportional "column-units".Fields in org.apache.fop.fo.properties declared as LengthModifier and TypeFieldDescriptionfinal Length
CommonBorderPaddingBackground.backgroundPositionHorizontal
The "background-position-horizontal" property.final Length
CommonBorderPaddingBackground.backgroundPositionVertical
The "background-position-vertical" property.final Length
CommonBorderPaddingBackground.backgroungImageTargetHeight
final Length
CommonBorderPaddingBackground.backgroungImageTargetWidth
CommonAbsolutePosition.bottom
The "bottom" property.CommonRelativePosition.bottom
The "bottom" property.CommonMarginBlock.endIndent
The "end-indent" property.final Length
CommonFont.fontSize
The "font-size" property.CommonAbsolutePosition.left
The "left" property.CommonRelativePosition.left
The "left" property.CommonMarginBlock.marginBottom
The "margin-bottom" property.CommonMarginInline.marginBottom
The "margin-bottom" property.CommonMarginBlock.marginLeft
The "margin-left" property.CommonMarginInline.marginLeft
The "margin-left" property.CommonMarginBlock.marginRight
The "margin-right" property.CommonMarginInline.marginRight
The "margin-right" property.CommonMarginBlock.marginTop
The "margin-top" property.CommonMarginInline.marginTop
The "margin-top" property.CommonAbsolutePosition.right
The "right" property.CommonRelativePosition.right
The "right" property.CommonMarginBlock.startIndent
The "start-indent" property.CommonAbsolutePosition.top
The "top" property.CommonRelativePosition.top
The "top" property.Methods in org.apache.fop.fo.properties that return LengthModifier and TypeMethodDescriptionCommonBorderPaddingBackground.getBackgroundPositionHorizontal()
Returns the "background-position-horizontal" property.CommonBorderPaddingBackground.getBackgroundPositionVertical()
Returns the "background-position-vertical" property.CommonFont.getFontSize()
CommonBorderPaddingBackground.ConditionalNullLength.getLength()
CondLengthProperty.getLength()
TODO: Should we allow this?LengthProperty.getLength()
NumberProperty.getLength()
This method expects to be overridden by subclassesProperty.getLength()
This method expects to be overridden by subclassesMethods in org.apache.fop.fo.properties with parameters of type LengthModifier and TypeMethodDescriptionprivate boolean
LengthRangeProperty.Maker.isNegativeLength
(Length len) Constructors in org.apache.fop.fo.properties with parameters of type LengthModifierConstructorDescriptionprivate
CommonFont
(FontFamilyProperty fontFamily, EnumProperty fontSelectionStrategy, EnumProperty fontStretch, EnumProperty fontStyle, EnumProperty fontVariant, EnumProperty fontWeight, Length fontSize, Numeric fontSizeAdjust) Construct a CommonFont instance -
Uses of Length in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as Length -
Uses of Length in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as LengthModifier and TypeFieldDescriptionprotected Length
InlineLayoutManager.alignmentAdjust
The alignment adjust propertyprotected Length
InlineLayoutManager.baselineShift
The baseline shift propertyprivate Length
LineLayoutManager.lastLineEndIndent
private final Length
LineLayoutManager.lineHeight
private Length
LineLayoutManager.textIndent
Methods in org.apache.fop.layoutmgr.inline with parameters of type LengthModifier and TypeMethodDescriptionprivate int
ImageLayout.constrainExtent
(int extent, LengthRangeProperty range, Length contextExtent) private int
ImageLayout.evaluateLength
(Length length) private int
ImageLayout.evaluateLength
(Length length, int referenceValue) private void
AlignmentContext.setAlignmentAdjust
(Length alignmentAdjust) Sets the current alignment baseline identifer.private void
AlignmentContext.setBaselineShift
(Length baselineShift) Calculates the baseline shift value based on the baseline-shift property value.Constructors in org.apache.fop.layoutmgr.inline with parameters of type LengthModifierConstructorDescriptionprivate
AlignmentContext
(int altitude, int depth, int lineHeight, int xHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext) Creates a new instance of AlignmentContext.(package private)
AlignmentContext
(int height, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext) Creates a new instance of AlignmentContext for graphics areas.(package private)
AlignmentContext
(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext) Creates a new instance.LineLayoutManager
(Block block, Length lh, int l, int f) Create a new Line Layout Manager. -
Uses of Length in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type LengthModifier and TypeMethodDescriptionprivate static void
TextAttributesConverter.attrBaseLineShift
(Length baselineShift, RtfAttributes rtfAttr) private static void
TextAttributesConverter.attrBlockTextIndent
(Length textIndent, FOPRtfAttributes rtfAttr) FOPRtfAttributes.setHalfPoints
(String name, Length value) Set an attribute that has a Length value (internal units in half-points)Set an attribute that has a Length value (internal units in twips)