Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Method and Description |
---|---|
BorderInfo |
Table.getBorder()
Gets the border.
|
BorderInfo |
Row.getBorder()
Gets the border.
|
BorderInfo |
FloatingBox.getBorder() |
BorderInfo |
Cell.getBorder()
Gets the border.
|
BorderInfo |
Table.getDefaultCellBorder()
Gets default cell border;
|
BorderInfo |
Row.getDefaultCellBorder()
Gets default cell border;
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setBorder(BorderInfo value)
Sets the border.
|
void |
Row.setBorder(BorderInfo value)
Sets the border.
|
void |
FloatingBox.setBorder(BorderInfo value) |
void |
Cell.setBorder(BorderInfo value)
Sets the border.
|
void |
Table.setDefaultCellBorder(BorderInfo value)
Sets default cell border;
|
void |
Row.setDefaultCellBorder(BorderInfo value)
Sets default cell border;
|
Copyright © 2017 Aspose. All Rights Reserved.