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. |
com.aspose.pdf.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
Modifier and Type | Method and Description |
---|---|
GraphInfo |
BorderInfo.getBottom()
Gets object that indicates bottom of the border.
|
GraphInfo |
BorderInfo.getLeft()
Gets
GraphInfo object that indicates left of the border. |
GraphInfo |
Page.getNoteLineStyle()
Gets the line style for notes.
|
GraphInfo |
BorderInfo.getRight()
Gets
GraphInfo object that indicates right of the border. |
GraphInfo |
BorderInfo.getTop()
Gets
GraphInfo object that indicates the top border. |
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.deserialize(GraphInfo gInfo,
com.aspose.ms.System.Xml.XmlReader reader) |
static void |
Table.drawRoundedRectangle(GraphInfo info,
Point topLeft,
Point rightBottom,
List<Operator> operators,
double radius)
Add operators for rectangle.
|
static boolean |
InternalHelper.isDefault(GraphInfo gInfo) |
static void |
InternalHelper.serialize(GraphInfo gInfo,
com.aspose.ms.System.Xml.XmlTextWriter writer) |
void |
BorderInfo.setBottom(GraphInfo value)
Sets object that indicates bottom of the border.
|
void |
BorderInfo.setLeft(GraphInfo value)
Sets
GraphInfo object that indicates left of the border. |
void |
Page.setNoteLineStyle(GraphInfo value)
Sets the line style for notes.
|
void |
BorderInfo.setRight(GraphInfo value)
Sets
GraphInfo object that indicates right of the border. |
void |
BorderInfo.setTop(GraphInfo value)
Sets
GraphInfo object that indicates top of the border. |
Constructor and Description |
---|
BorderInfo(int borderSide,
GraphInfo borderStyle)
Initializes a new instance of the
BorderInfo class. |
Modifier and Type | Method and Description |
---|---|
GraphInfo |
Graph.getGraphInfo()
Gets a
GraphInfo object that indicates the graph info,such as color, line width,etc. |
GraphInfo |
Shape.getGraphInfo()
Gets object that indicates the graph info,such as color, line width,etc.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setGraphInfo(GraphInfo value)
Gets or sets a
GraphInfo object that indicates the graph info,such as color, line
width,etc. |
void |
Shape.setGraphInfo(GraphInfo value)
Sets object that indicates the graph info,such as color, line width,etc.
|
Copyright © 2017 Aspose. All Rights Reserved.