Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
void |
PdfContentEditor.createPolygon(LineInfo lineInfo,
int page,
Rectangle annotRect,
String annotContents)
Creates polygon annotation.
|
void |
PdfContentEditor.createPolyLine(LineInfo lineInfo,
int page,
Rectangle annotRect,
String annotContents)
Creates polyline annotation.
|
void |
PdfContentEditor.drawCurve(LineInfo lineInfo,
int page,
Rectangle annotRect,
String annotContents)
Creates curve annotation.
|