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 BorderCornerStyle |
BorderCornerStyle.getByValue(int value) |
BorderCornerStyle |
Table.getCornerStyle()
Gets the styles of the border corners
|
static BorderCornerStyle |
BorderCornerStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderCornerStyle[] |
BorderCornerStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.drawBorder(BorderInfo border,
Point leftTop,
Point rightBottom,
com.aspose.ms.System.Collections.Generic.List<Operator> operators,
BorderCornerStyle cornerStyle) |
void |
Table.setCornerStyle(BorderCornerStyle value)
Gets or sets the styles of the border corners
|
Modifier and Type | Method and Description |
---|---|
BorderCornerStyle |
TableElement.getCornerStyle()
Gets or sets the styles of the border corners
|
Modifier and Type | Method and Description |
---|---|
void |
TableElement.setCornerStyle(BorderCornerStyle value)
Gets or sets the styles of the border corners
|
Copyright © 2025 Aspose. All Rights Reserved.