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 LengthLengthBase. getBaseLength() -
Uses of Length in org.apache.fop.fo
Methods in org.apache.fop.fo that return Length Modifier and Type Method Description LengthFOText. getBaseLineShift()LengthGraphicsProperties. getContentHeight()LengthGraphicsProperties. getContentWidth()LengthGraphicsProperties. getHeight()LengthXMLObj. getIntrinsicAlignmentAdjust()Retrieve the intrinsic alignment-adjust of the child element.LengthGraphicsProperties. 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 classNumericPropertyA numeric property which hold the final absolute result of an expression calculations.classRelativeNumericPropertyThis class represent a node in a property expression tree.Methods in org.apache.fop.fo.expr that return Length Modifier and Type Method Description LengthPropertyInfo. currentFontSize()LengthNumericProperty. getLength()This method expects to be overridden by subclassesLengthRelativeNumericProperty. 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 LengthExternalDocument. getContentHeight()LengthExternalDocument. getContentWidth()LengthExternalDocument. getHeight()LengthExternalDocument. 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 LengthChangeBar. offsetThe change bar offset.protected LengthChangeBar. widthThe 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 LengthTableColumn. getColumnWidth()Get aLengthinstance corresponding to thecolumn-widthproperty.LengthTableRow. getHeight()LengthTable. getOrphanContentLimit()LengthTable. getWidowContentLimit()LengthTableCell. getWidth()Get the value for thewidthpropertyMethods in org.apache.fop.fo.flow.table with parameters of type Length Modifier and Type Method Description voidTableColumn. 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 LengthSideRegion. getExtent()LengthSimplePageMaster. getPageHeight()LengthSimplePageMaster. 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 classEnumLengthA length quantity in XSL which is specified as an enum, such as "auto"classFixedLengthAn absolute length quantity in XSLclassLengthPropertySuperclass for properties wrapping a Length value.classPercentLengtha percent specified length quantity in XSLclassTableColLengthA 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 LengthCommonBorderPaddingBackground. backgroundPositionHorizontalThe "background-position-horizontal" property.LengthCommonBorderPaddingBackground. backgroundPositionVerticalThe "background-position-vertical" property.LengthCommonBorderPaddingBackground. backgroungImageTargetHeightLengthCommonBorderPaddingBackground. backgroungImageTargetWidthLengthCommonAbsolutePosition. bottomThe "bottom" property.LengthCommonRelativePosition. bottomThe "bottom" property.LengthCommonMarginBlock. endIndentThe "end-indent" property.LengthCommonFont. fontSizeThe "font-size" property.LengthCommonAbsolutePosition. leftThe "left" property.LengthCommonRelativePosition. leftThe "left" property.LengthCommonMarginBlock. marginBottomThe "margin-bottom" property.LengthCommonMarginInline. marginBottomThe "margin-bottom" property.LengthCommonMarginBlock. marginLeftThe "margin-left" property.LengthCommonMarginInline. marginLeftThe "margin-left" property.LengthCommonMarginBlock. marginRightThe "margin-right" property.LengthCommonMarginInline. marginRightThe "margin-right" property.LengthCommonMarginBlock. marginTopThe "margin-top" property.LengthCommonMarginInline. marginTopThe "margin-top" property.LengthCommonAbsolutePosition. rightThe "right" property.LengthCommonRelativePosition. rightThe "right" property.LengthCommonMarginBlock. startIndentThe "start-indent" property.LengthCommonAbsolutePosition. topThe "top" property.LengthCommonRelativePosition. topThe "top" property.Methods in org.apache.fop.fo.properties that return Length Modifier and Type Method Description LengthCommonBorderPaddingBackground. getBackgroundPositionHorizontal()Returns the "background-position-horizontal" property.LengthCommonBorderPaddingBackground. getBackgroundPositionVertical()Returns the "background-position-vertical" property.LengthCommonFont. getFontSize()LengthCondLengthProperty. getLength()TODO: Should we allow this?LengthLengthProperty. getLength()LengthNumberProperty. getLength()This method expects to be overridden by subclassesLengthProperty. 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 LengthInlineLayoutManager. alignmentAdjustThe alignment adjust propertyprotected LengthInlineLayoutManager. baselineShiftThe 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 RtfAttributesFOPRtfAttributes. setHalfPoints(java.lang.String name, Length value)Set an attribute that has a Length value (internal units in half-points)RtfAttributesFOPRtfAttributes. setTwips(java.lang.String name, Length value)Set an attribute that has a Length value (internal units in twips)
-