Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow 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 |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Method and Description |
---|---|
SpaceProperty |
FOText.getLineHeight() |
Modifier and Type | Method and Description |
---|---|
SpaceProperty |
InlineLevel.getLineHeight() |
SpaceProperty |
AbstractPageNumberCitation.getLineHeight() |
SpaceProperty |
Character.getLineHeight() |
SpaceProperty |
AbstractGraphics.getLineHeight() |
SpaceProperty |
Block.getLineHeight() |
SpaceProperty |
InitialPropertySet.getLineHeight() |
SpaceProperty |
PageNumber.getLineHeight() |
SpaceProperty |
InlineContainer.getLineHeight() |
Modifier and Type | Field and Description |
---|---|
SpaceProperty |
CommonMarginBlock.spaceAfter
The "space-after" property.
|
SpaceProperty |
CommonMarginBlock.spaceBefore
The "space-before" property.
|
SpaceProperty |
CommonMarginInline.spaceEnd
The "space-end" property.
|
SpaceProperty |
CommonMarginInline.spaceStart
The "space-start" property.
|
Modifier and Type | Method and Description |
---|---|
SpaceProperty |
SpaceProperty.getSpace() |
SpaceProperty |
Property.getSpace()
This method expects to be overridden by subclasses
|
Modifier and Type | Method and Description |
---|---|
protected SpaceProperty |
BlockStackingLayoutManager.getSpaceAfterProperty() |
protected SpaceProperty |
BlockStackingLayoutManager.getSpaceBeforeProperty() |
Constructor and Description |
---|
SpaceElement(Position position,
SpaceProperty space,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context)
Main constructor
|
Modifier and Type | Field and Description |
---|---|
protected SpaceProperty |
InlineLayoutManager.lineHeight
The line height property
|
Modifier and Type | Method and Description |
---|---|
protected SpaceProperty |
InlineStackingLayoutManager.getSpaceEnd()
Get the space at the end of the inline area.
|
protected SpaceProperty |
InlineLayoutManager.getSpaceEnd()
Get the space at the end of the inline area.
|
protected SpaceProperty |
InlineStackingLayoutManager.getSpaceStart()
Get the space at the start of the inline area.
|
protected SpaceProperty |
InlineLayoutManager.getSpaceStart()
Get the space at the start of the inline area.
|
Constructor and Description |
---|
SpaceVal(SpaceProperty spaceprop,
PercentBaseContext context)
Constructor for SpaceVal objects based on Space objects.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.