Package | Description |
---|---|
com.itextpdf.layout | |
com.itextpdf.layout.element | |
com.itextpdf.layout.property | |
com.itextpdf.layout.renderer |
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.setHeight(UnitValue height)
Sets the width property of the Element with a UnitValue .
|
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 |
BorderRadius.getHorizontalRadius()
Gets the horizontal radius of the border's corner.
|
UnitValue[] |
Transform.SingleTransform.getUnitValues() |
UnitValue |
BorderRadius.getVerticalRadius()
Gets the vertical radius of the border's corner.
|
Constructor and Description |
---|
BorderRadius(UnitValue radius)
Creates a border radius with given value.
|
BorderRadius(UnitValue horizontalRadius, UnitValue verticalRadius)
Creates a border radius with given horizontal and vertical values.
|
SingleTransform(float a, float b, float c, float d, UnitValue tx, UnitValue ty) |
UnitValue(UnitValue unitValue)
Creates a copy of UnitValue object.
|
Modifier and Type | Method and Description |
---|---|
UnitValue |
AbstractRenderer.getPropertyAsUnitValue(int property)
Returns a property with a certain key, as a unit value.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.