| Package | Description |
|---|---|
| com.itextpdf.layout | |
| com.itextpdf.layout.element | |
| com.itextpdf.layout.property |
| Modifier and Type | Method and Description |
|---|---|
UnitValue |
ElementPropertyContainer.getWidth()
Gets the width property of the Element.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ElementPropertyContainer.setFixedPosition(float x,
float y,
UnitValue width)
Sets values for a absolute repositioning of the Element.
|
T |
ElementPropertyContainer.setFixedPosition(int pageNumber,
float x,
float y,
UnitValue width)
Sets values for a absolute repositioning of the Element, on a specific
page.
|
T |
ElementPropertyContainer.setWidth(UnitValue width)
Sets the width property of the Element with a
UnitValue. |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.setWidth(UnitValue width)
Sets the full width of the table.
|
| Modifier and Type | Method and Description |
|---|---|
static UnitValue |
UnitValue.createPercentValue(float value)
Creates a UnitValue PERCENT object with a specified value.
|
static UnitValue |
UnitValue.createPointValue(float value)
Creates a UnitValue POINT object with a specified value.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.