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.
|
T |
ElementPropertyContainer.setWidth(UnitValue width)
Sets the width property of the Element with a UnitValue .
|
Modifier and Type | Method and Description |
---|---|
UnitValue |
Table.getColumnWidth(int column)
Returns the column width for the specified column.
|
Constructor and Description |
---|
Table(UnitValue[] columnWidths)
Constructs a Table with the preferable column widths.
|
Table(UnitValue[] columnWidths, boolean largeTable)
Constructs a Table with the preferable column widths.
|
Modifier and Type | Method and Description |
---|---|
static UnitValue[] |
UnitValue.createPercentArray(float[] values)
Creates an array of UnitValue PERCENT objects with specified values.
|
static UnitValue |
UnitValue.createPercentValue(float value)
Creates a UnitValue PERCENT object with a specified value.
|
static UnitValue[] |
UnitValue.createPointArray(float[] values)
Creates an array of UnitValue POINT objects with specified values.
|
static UnitValue |
UnitValue.createPointValue(float value)
Creates a UnitValue POINT object with a specified value.
|
UnitValue[] |
Transform.SingleTransform.getUnitValues() |
Constructor and Description |
---|
SingleTransform(float a, float b, float c, float d, UnitValue tx, UnitValue ty) |
UnitValue(UnitValue unitValue)
Creates a copy of UnitValue object.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.