PdfLineAnnotation
Represents a line annotation.
from nutrient_sdk import PdfLineAnnotationInherits from: PdfShapeAnnotation
Construction
PdfLineAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
end_cap
@propertydef end_cap(self) -> PdfLineEndingStyle
@end_cap.setterdef end_cap(self, value: PdfLineEndingStyle) -> NoneThe line ending style at the end of the line.
Type: PdfLineEndingStyle
end_point
@propertydef end_point(self) -> Optional[vec2f]
@end_point.setterdef end_point(self, value: Optional[vec2f]) -> NoneThe end point of the line.
Type: Optional[vec2f]
start_cap
@propertydef start_cap(self) -> PdfLineEndingStyle
@start_cap.setterdef start_cap(self, value: PdfLineEndingStyle) -> NoneThe line ending style at the start of the line.
Type: PdfLineEndingStyle
start_point
@propertydef start_point(self) -> Optional[vec2f]
@start_point.setterdef start_point(self, value: Optional[vec2f]) -> NoneThe start point of the line.
Type: Optional[vec2f]
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
From PdfShapeAnnotation: interior_color