org.apache.fop.traits

Class LayoutProps


public class LayoutProps
extends java.lang.Object

Store properties affecting layout: break-before, break-after, keeps, span. for a block level FO. Public "structure" allows direct member access.

Field Summary

boolean
bIsSpan
int
blockProgressionUnit
int
breakAfter
int
breakBefore
KeepValue
keepTogether
KeepValue
keepWithNext
KeepValue
keepWithPrevious
int
lineStackingStrategy
int
orphans
SpaceVal
spaceAfter
SpaceVal
spaceBefore
int
widows

Constructor Summary

LayoutProps()

Method Summary

void
combineWithParent(LayoutProps parentLP)
String
toString()

Field Details

bIsSpan

public boolean bIsSpan

blockProgressionUnit

public int blockProgressionUnit

breakAfter

public int breakAfter

breakBefore

public int breakBefore

keepTogether

public KeepValue keepTogether

keepWithNext

public KeepValue keepWithNext

keepWithPrevious

public KeepValue keepWithPrevious

lineStackingStrategy

public int lineStackingStrategy

orphans

public int orphans

spaceAfter

public SpaceVal spaceAfter

spaceBefore

public SpaceVal spaceBefore

widows

public int widows

Constructor Details

LayoutProps

public LayoutProps()

Method Details

combineWithParent

public void combineWithParent(LayoutProps parentLP)

toString

public String toString()

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.