Uses of Interface
org.apache.fop.datatypes.Length
-
Packages that use Length Package Description org.apache.fop.datatypes XSL Datatypes.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.expr Classes for XSL expressions and functions.org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of Length in org.apache.fop.datatypes
Methods in org.apache.fop.datatypes that return Length Modifier and Type Method Description Length
LengthBase. getBaseLength()
-
Uses of Length in org.apache.fop.fo
Methods in org.apache.fop.fo that return Length Modifier and Type Method Description Length
FOText. getBaseLineShift()
Length
GraphicsProperties. getContentHeight()
Length
GraphicsProperties. getContentWidth()
Length
GraphicsProperties. getHeight()
Length
XMLObj. getIntrinsicAlignmentAdjust()
Retrieve the intrinsic alignment-adjust of the child element.Length
GraphicsProperties. getWidth()
-
Uses of Length in org.apache.fop.fo.expr
Classes in org.apache.fop.fo.expr that implement Length Modifier and Type Class Description class
NumericProperty
A numeric property which hold the final absolute result of an expression calculations.class
RelativeNumericProperty
This class represent a node in a property expression tree.Methods in org.apache.fop.fo.expr that return Length Modifier and Type Method Description Length
PropertyInfo. currentFontSize()
Length
NumericProperty. getLength()
This method expects to be overridden by subclassesLength
RelativeNumericProperty. getLength()
Cast this numeric as a Length. -
Uses of Length in org.apache.fop.fo.extensions
Methods in org.apache.fop.fo.extensions that return Length Modifier and Type Method Description Length
ExternalDocument. getContentHeight()
Length
ExternalDocument. getContentWidth()
Length
ExternalDocument. getHeight()
Length
ExternalDocument. getWidth()
-
Uses of Length in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as Length Modifier and Type Field Description protected Length
ChangeBar. offset
The change bar offset.protected Length
ChangeBar. width
The change bar width. -
Uses of Length in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return Length Modifier and Type Method Description Length
TableColumn. getColumnWidth()
Get aLength
instance corresponding to thecolumn-width
property.Length
TableRow. getHeight()
Length
Table. getOrphanContentLimit()
Length
Table. getWidowContentLimit()
Length
TableCell. getWidth()
Get the value for thewidth
propertyMethods in org.apache.fop.fo.flow.table with parameters of type Length Modifier and Type Method Description void
TableColumn. 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 Length Modifier and Type Method Description Length
SideRegion. getExtent()
Length
SimplePageMaster. getPageHeight()
Length
SimplePageMaster. getPageWidth()
-
Uses of Length in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement Length Modifier and Type Class Description class
EnumLength
A length quantity in XSL which is specified as an enum, such as "auto"class
FixedLength
An absolute length quantity in XSLclass
LengthProperty
Superclass for properties wrapping a Length value.class
PercentLength
a percent specified length quantity in XSLclass
TableColLength
A table-column width specification, possibly including some number of proportional "column-units".Fields in org.apache.fop.fo.properties declared as Length Modifier and Type Field Description Length
CommonBorderPaddingBackground. backgroundPositionHorizontal
The "background-position-horizontal" property.Length
CommonBorderPaddingBackground. backgroundPositionVertical
The "background-position-vertical" property.Length
CommonBorderPaddingBackground. backgroungImageTargetHeight
Length
CommonBorderPaddingBackground. backgroungImageTargetWidth
Length
CommonAbsolutePosition. bottom
The "bottom" property.Length
CommonRelativePosition. bottom
The "bottom" property.Length
CommonMarginBlock. endIndent
The "end-indent" property.Length
CommonFont. fontSize
The "font-size" property.Length
CommonAbsolutePosition. left
The "left" property.Length
CommonRelativePosition. left
The "left" property.Length
CommonMarginBlock. marginBottom
The "margin-bottom" property.Length
CommonMarginInline. marginBottom
The "margin-bottom" property.Length
CommonMarginBlock. marginLeft
The "margin-left" property.Length
CommonMarginInline. marginLeft
The "margin-left" property.Length
CommonMarginBlock. marginRight
The "margin-right" property.Length
CommonMarginInline. marginRight
The "margin-right" property.Length
CommonMarginBlock. marginTop
The "margin-top" property.Length
CommonMarginInline. marginTop
The "margin-top" property.Length
CommonAbsolutePosition. right
The "right" property.Length
CommonRelativePosition. right
The "right" property.Length
CommonMarginBlock. startIndent
The "start-indent" property.Length
CommonAbsolutePosition. top
The "top" property.Length
CommonRelativePosition. top
The "top" property.Methods in org.apache.fop.fo.properties that return Length Modifier and Type Method Description Length
CommonBorderPaddingBackground. getBackgroundPositionHorizontal()
Returns the "background-position-horizontal" property.Length
CommonBorderPaddingBackground. getBackgroundPositionVertical()
Returns the "background-position-vertical" property.Length
CommonFont. getFontSize()
Length
CondLengthProperty. getLength()
TODO: Should we allow this?Length
LengthProperty. getLength()
Length
NumberProperty. getLength()
This method expects to be overridden by subclassesLength
Property. 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 Length Modifier and Type Field Description protected Length
InlineLayoutManager. alignmentAdjust
The alignment adjust propertyprotected Length
InlineLayoutManager. baselineShift
The baseline shift propertyConstructors in org.apache.fop.layoutmgr.inline with parameters of type Length Constructor Description 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 Length Modifier and Type Method Description RtfAttributes
FOPRtfAttributes. setHalfPoints(java.lang.String name, Length value)
Set an attribute that has a Length value (internal units in half-points)RtfAttributes
FOPRtfAttributes. setTwips(java.lang.String name, Length value)
Set an attribute that has a Length value (internal units in twips)
-