public class ParagraphProperties
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int |
alignment |
RTFBorder |
border |
int |
hangingIndent |
boolean |
keepTogether |
boolean |
keepWithNext |
int |
leftIndent |
int |
listLevel |
int |
ls |
boolean |
pageBreakBefore |
int |
rightIndent |
double |
shading |
java.awt.Color |
shadingBackground |
java.awt.Color |
shadingForeground |
int |
spaceAfter |
int |
spaceBefore |
int |
spaceBetweenLines |
boolean |
spaceBetweenLinesIsMultiple |
int |
widowOrphanControl |
Modifier and Type | Method and Description |
---|---|
void |
apply(ParagraphProperties para,
boolean additive) |
void |
consumePageBreakBefore() |
ParagraphProperties |
copy() |
int |
countDefinedTabs() |
RTFBorder |
getBorder() |
int |
getLeftMargin() |
double |
getMultipleSpaceBetweenLinesFactor() |
PositionProperties |
getPosition() |
TabulatorProperties |
getTab(int idx) |
boolean |
isBorderEqual(ParagraphProperties otherProps) |
boolean |
isInSameFrame(ParagraphProperties props) |
TabulatorProperties |
nextTab(int pos,
Measure tabLength) |
public int alignment
public int hangingIndent
public int leftIndent
public int rightIndent
public int spaceBefore
public int spaceAfter
public int spaceBetweenLines
public boolean spaceBetweenLinesIsMultiple
public boolean pageBreakBefore
public int ls
public int listLevel
public int widowOrphanControl
public RTFBorder border
public double shading
public java.awt.Color shadingBackground
public java.awt.Color shadingForeground
public boolean keepTogether
public boolean keepWithNext
public ParagraphProperties copy()
public void apply(ParagraphProperties para, boolean additive)
public void consumePageBreakBefore()
public int countDefinedTabs()
public TabulatorProperties getTab(int idx)
public TabulatorProperties nextTab(int pos, Measure tabLength)
public PositionProperties getPosition()
public RTFBorder getBorder()
public boolean isBorderEqual(ParagraphProperties otherProps)
public boolean isInSameFrame(ParagraphProperties props)
public int getLeftMargin()
public double getMultipleSpaceBetweenLinesFactor()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.