AnnotationTextRenderer
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.AnnotationTextRenderer
public class AnnotationTextRenderer extends Object
Class for rendering normal and rich text.
Constructors
| Constructor | Description |
|---|---|
| AnnotationTextRenderer |
Methods
| Method | Description |
|---|---|
| render | Renders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation. |
| render | Renders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation. |
| renderRichText | Renders rich text as a list of PDF operators, applying the specified rotation and positioning. |
AnnotationTextRenderer
public AnnotationTextRenderer()
render
Renders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation.
render
Renders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation.
renderRichText
Renders rich text as a list of PDF operators, applying the specified rotation and positioning.