PdfFreeTextAnnotation
Represents a free text annotation (text box).
from nutrient_sdk import PdfFreeTextAnnotationInherits from: PdfMarkupAnnotation
Construction
PdfFreeTextAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
default_appearance
@propertydef default_appearance(self) -> strThe default appearance string.
Type: str
Read-only property.
is_callout
@propertydef is_callout(self) -> boolWhether this is a callout annotation.
Type: bool
Read-only property.
text_alignment
@propertydef text_alignment(self) -> strThe text alignment (0=Left, 1=Center, 2=Right).
Type: str
Read-only property.
Inherited members
From PdfAnnotation: blend_mode, border_effect, border_effect_intensity, border_style, border_width, color, contents, index, is_hidden, is_printable, modification_date, name, rect, sub_type, title
From PdfMarkupAnnotation: creation_date, opacity, rich_text_contents, subject