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.
Layout managers for inline formatting objects and line building.
RTF (Rich Text Format) Output Support
-
Uses of Length in org.apache.fop.datatypes
Methods in org.apache.fop.datatypes that return Length -
Uses of Length in org.apache.fop.fo
Methods 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 TypeClassDescriptionclassA numeric property which hold the final absolute result of an expression calculations.classThis 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
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 TypeFieldDescriptionprotected LengthChangeBar.offsetThe change bar offset.protected LengthChangeBar.widthThe 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 LengthAbstractGraphics.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
Methods in org.apache.fop.fo.flow.table that return LengthModifier and TypeMethodDescriptionTableColumn.getColumnWidth()Get aLengthinstance corresponding to thecolumn-widthproperty.TableRow.getHeight()Table.getOrphanContentLimit()Table.getWidowContentLimit()TableCell.getWidth()Get the value for thewidthpropertyMethods in org.apache.fop.fo.flow.table with parameters of type LengthModifier and TypeMethodDescriptionvoidTableColumn.setColumnWidth(Length columnWidth) Sets the column width. -
Uses of Length in org.apache.fop.fo.pagination
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 TypeClassDescriptionclassA length quantity in XSL which is specified as an enum, such as "auto"final classAn absolute length quantity in XSLclassSuperclass for properties wrapping a Length value.classa percent specified length quantity in XSLclassA table-column width specification, possibly including some number of proportional "column-units".Fields in org.apache.fop.fo.properties declared as LengthModifier and TypeFieldDescriptionfinal LengthCommonBorderPaddingBackground.backgroundPositionHorizontalThe "background-position-horizontal" property.final LengthCommonBorderPaddingBackground.backgroundPositionVerticalThe "background-position-vertical" property.final LengthCommonBorderPaddingBackground.backgroungImageTargetHeightfinal LengthCommonBorderPaddingBackground.backgroungImageTargetWidthCommonAbsolutePosition.bottomThe "bottom" property.CommonRelativePosition.bottomThe "bottom" property.CommonMarginBlock.endIndentThe "end-indent" property.final LengthCommonFont.fontSizeThe "font-size" property.CommonAbsolutePosition.leftThe "left" property.CommonRelativePosition.leftThe "left" property.CommonMarginBlock.marginBottomThe "margin-bottom" property.CommonMarginInline.marginBottomThe "margin-bottom" property.CommonMarginBlock.marginLeftThe "margin-left" property.CommonMarginInline.marginLeftThe "margin-left" property.CommonMarginBlock.marginRightThe "margin-right" property.CommonMarginInline.marginRightThe "margin-right" property.CommonMarginBlock.marginTopThe "margin-top" property.CommonMarginInline.marginTopThe "margin-top" property.CommonAbsolutePosition.rightThe "right" property.CommonRelativePosition.rightThe "right" property.CommonMarginBlock.startIndentThe "start-indent" property.CommonAbsolutePosition.topThe "top" property.CommonRelativePosition.topThe "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()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 subclasses -
Uses of Length in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as LengthModifier and TypeFieldDescriptionprotected LengthInlineLayoutManager.alignmentAdjustThe alignment adjust propertyprotected LengthInlineLayoutManager.baselineShiftThe baseline shift propertyConstructors in org.apache.fop.layoutmgr.inline with parameters of type LengthModifierConstructorDescriptionLineLayoutManager(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 TypeMethodDescriptionFOPRtfAttributes.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)