Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The com.aspose.pdf.tagged.logicalstructure.elements.bls is a namespace for PDF Logical Structure classes.
|
Modifier and Type | Method and Description |
---|---|
static ColumnAdjustment |
ColumnAdjustment.getByValue(int value) |
ColumnAdjustment |
Table.getColumnAdjustment()
Gets the table column adjustment.
|
static ColumnAdjustment |
ColumnAdjustment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnAdjustment[] |
ColumnAdjustment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setColumnAdjustment(ColumnAdjustment value)
Sets the table column adjustment.
|
Modifier and Type | Method and Description |
---|---|
ColumnAdjustment |
TableElement.getColumnAdjustment()
Gets or sets the table column adjustment.
|
Modifier and Type | Method and Description |
---|---|
void |
TableElement.setColumnAdjustment(ColumnAdjustment value)
Gets or sets the table column adjustment.
|
Copyright © 2025 Aspose. All Rights Reserved.