Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.utils | |
aspose.pdf.xml |
Modifier and Type | Method and Description |
---|---|
GraphInfo |
CircleNote.getBorderStyle()
Gets or sets a value that indicates border style.
|
GraphInfo |
SquareNote.getBorderStyle()
Gets or sets a value that indicates border style.
|
GraphInfo |
BorderInfo.getBottom()
Gets or sets a
GraphInfo object that indicates bottom of the border. |
GraphInfo |
Graph.getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph
info. |
GraphInfo |
HeaderFooter.getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph info
of the header or footer. |
GraphInfo |
Pdf.getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph info in
the Pdf document. |
GraphInfo |
Section.getGraphInfo()
Gets or sets a
GraphInfo that indicates graph info of the
section. |
GraphInfo |
Shape.getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph info,such as color,
line width,etc. |
GraphInfo |
BorderInfo.getLeft()
Gets or sets a
GraphInfo object that indicates left of the border. |
GraphInfo |
LineAnnot.getLineStyle()
Gets or sets a value that indicates line style.
|
GraphInfo |
BorderInfo.getRight()
Gets or sets a
GraphInfo object that indicates right of the border. |
GraphInfo |
BorderInfo.getRound()
Gets or sets a
GraphInfo object that indicates the round border. |
GraphInfo |
BorderInfo.getTop()
Gets or sets a
GraphInfo object that indicates the top border. |
Modifier and Type | Method and Description |
---|---|
void |
CircleNote.setBorderStyle(GraphInfo value) |
void |
SquareNote.setBorderStyle(GraphInfo value) |
void |
BorderInfo.setBottom(GraphInfo value) |
void |
Graph.setGraphInfo(GraphInfo value) |
void |
HeaderFooter.setGraphInfo(GraphInfo value) |
void |
Pdf.setGraphInfo(GraphInfo value) |
void |
Section.setGraphInfo(GraphInfo value) |
void |
Shape.setGraphInfo(GraphInfo value) |
void |
BorderInfo.setLeft(GraphInfo value) |
void |
LineAnnot.setLineStyle(GraphInfo value) |
void |
BorderInfo.setRight(GraphInfo value) |
void |
BorderInfo.setRound(GraphInfo value) |
void |
BorderInfo.setTop(GraphInfo value) |
Constructor and Description |
---|
BorderInfo(int borderSide,
GraphInfo borderFormat)
Initializes a new instance of the
BorderInfo class. |
Modifier and Type | Method and Description |
---|---|
static void |
ObjectsUtil.copyInheritedGraphParams(GraphInfo target,
GraphInfo source,
boolean isFilledAttribValue) |
Modifier and Type | Method and Description |
---|---|
static void |
ColorBase.safelyInheritColor(GraphInfo target,
GraphInfo source) |
static void |
ColorBase.safelyInheritFillColor(GraphInfo target,
GraphInfo source) |
Copyright © 2016 Aspose. All Rights Reserved.