public class FloatLayout
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected ColumnText |
compositeColumn |
|
protected java.util.List<Element> |
content |
|
protected float |
filledWidth |
|
protected float |
floatLeftX |
|
protected float |
floatRightX |
|
protected float |
leftX |
|
protected float |
maxY |
|
protected float |
minY |
|
protected float |
rightX |
|
protected boolean |
useAscender |
|
protected float |
yLine |
Constructor | Description |
---|---|
FloatLayout(java.util.List<Element> elements,
boolean useAscender) |
Modifier and Type | Method | Description |
---|---|---|
float |
getFilledWidth() |
|
int |
getRunDirection() |
|
float |
getYLine() |
|
int |
layout(PdfContentByte canvas,
boolean simulate) |
|
void |
setFilledWidth(float filledWidth) |
|
void |
setRunDirection(int runDirection) |
|
void |
setSimpleColumn(float llx,
float lly,
float urx,
float ury) |
|
void |
setYLine(float yLine) |
protected float maxY
protected float minY
protected float leftX
protected float rightX
protected float yLine
protected float floatLeftX
protected float floatRightX
protected float filledWidth
protected final ColumnText compositeColumn
protected final java.util.List<Element> content
protected final boolean useAscender
public FloatLayout(java.util.List<Element> elements, boolean useAscender)
public float getYLine()
public void setYLine(float yLine)
public float getFilledWidth()
public void setFilledWidth(float filledWidth)
public int getRunDirection()
public void setRunDirection(int runDirection)
public void setSimpleColumn(float llx, float lly, float urx, float ury)
public int layout(PdfContentByte canvas, boolean simulate) throws DocumentException
DocumentException
Copyright © 1998–2018. All rights reserved.