| 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. |
| Modifier and Type | Method and Description |
|---|---|
Border |
Annotation.getBorder()
Gets annotation border characteristics.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.List<Operator> |
AnnotationTextRenderer.render(String value,
Rectangle rect,
String fontName,
double fontSize,
HorizontalAlignment alignment,
Justification justification,
Border border,
Rectangle initialRect,
com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary res,
com.aspose.pdf.engine.data.IPdfObject engineObj,
double angle)
Renders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation.
|
com.aspose.ms.System.Collections.Generic.List<Operator> |
AnnotationTextRenderer.render(String value,
Rectangle rect,
String fontName,
double fontSize,
HorizontalAlignment alignment,
Justification justification,
Border border,
Rectangle initialRect,
com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary res,
com.aspose.pdf.engine.data.IPdfObject engineObj,
double angle,
boolean useFontSubset)
Renders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation.
|
void |
Annotation.setBorder(Border value)
Sets annotation border characteristics.
|
Copyright © 2026 Aspose. All Rights Reserved.