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.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.bls </b> is a namespace for PDF Logical Structure classes. |
Modifier and Type | Method and Description |
---|---|
BorderInfo |
Cell.getBorder()
Gets the border.
|
BorderInfo |
FloatingBox.getBorder()
Gets a object that indicates the border info of the floating box.
|
BorderInfo |
Row.getBorder()
Gets the border.
|
BorderInfo |
Table.getBorder()
Gets the border.
|
BorderInfo |
Row.getDefaultCellBorder()
Gets default cell border;
|
BorderInfo |
Table.getDefaultCellBorder()
Gets default cell border;
|
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.deserialize(BorderInfo bInfo,
com.aspose.ms.System.Xml.XmlReader reader) |
static void |
InternalHelper.drawBorder(BorderInfo border,
Point leftTop,
Point rightBottom,
com.aspose.ms.System.Collections.Generic.List<Operator> operators,
int cornerStyle) |
static void |
InternalHelper.serialize(BorderInfo bInfo,
com.aspose.ms.System.Xml.XmlTextWriter writer) |
void |
Cell.setBorder(BorderInfo value)
Sets the border.
|
void |
FloatingBox.setBorder(BorderInfo value)
Sets a object that indicates the border info of the floating box.
|
void |
Row.setBorder(BorderInfo value)
Sets the border.
|
void |
Table.setBorder(BorderInfo value)
Sets the border.
|
void |
Row.setDefaultCellBorder(BorderInfo value)
Sets default cell border;
|
void |
Table.setDefaultCellBorder(BorderInfo value)
Gets default cell border;
|
Modifier and Type | Method and Description |
---|---|
BorderInfo |
Graph.getBorder()
Gets the border.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setBorder(BorderInfo value)
Sets the border.
|
Modifier and Type | Method and Description |
---|---|
BorderInfo |
TableCellElement.getBorder()
Gets or sets the cell border.
|
BorderInfo |
TableElement.getBorder()
Gets or sets the table border.
|
BorderInfo |
TableTRElement.getBorder()
Gets or sets the row border.
|
BorderInfo |
TableElement.getDefaultCellBorder()
Gets default cell border.
|
BorderInfo |
TableTRElement.getDefaultCellBorder()
Gets default cell border.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCellElement.setBorder(BorderInfo value)
Gets or sets the cell border.
|
void |
TableElement.setBorder(BorderInfo value)
Gets or sets the table border.
|
void |
TableTRElement.setBorder(BorderInfo value)
Gets or sets the row border.
|
void |
TableElement.setDefaultCellBorder(BorderInfo value)
Gets default cell border.
|
void |
TableTRElement.setDefaultCellBorder(BorderInfo value)
Gets default cell border.
|
Copyright © 2020 Aspose. All Rights Reserved.