AnnotationTextRenderer

Inheritance: java.lang.Object, com.aspose.pdf.AnnotationTextRenderer

public class AnnotationTextRenderer extends Object

Class for rendering normal and rich text.

Constructors

ConstructorDescription
AnnotationTextRenderer

Methods

MethodDescription
renderRenders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation.
renderRenders plain text as PDF operators with automatic line wrapping, font selection, alignment, and rotation.
renderRichTextRenders 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.