LineAnnotation

LineAnnotation

Overview

LineAnnotation is a class in Aspose.PDF FOSS for C++.

This class provides 25 methods for working with LineAnnotation objects in C++ programs. Available methods include: Accept, CaptionOffset, CaptionPosition, Ending, EndingStyle, Intent, InteriorColor, LeaderLine, LeaderLineExtension, LeaderLineOffset, ShowCaption, Starting, and 1 additional methods. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Accept(visitor: AnnotationSelector)Calls Accept(visitor) on this LineAnnotation instance.
Starting()Aspose::Pdf::PointCalls Starting on this LineAnnotation instance.
Starting(value: Aspose::Pdf::Point)Calls Starting(value) on this LineAnnotation instance.
StartingStyle()LineEndingCalls StartingStyle on this LineAnnotation instance.
StartingStyle(value: LineEnding)Calls StartingStyle(value) on this LineAnnotation instance.
Ending()Aspose::Pdf::PointCalls Ending on this LineAnnotation instance.
Ending(value: Aspose::Pdf::Point)Calls Ending(value) on this LineAnnotation instance.
EndingStyle()LineEndingCalls EndingStyle on this LineAnnotation instance.
EndingStyle(value: LineEnding)Calls EndingStyle(value) on this LineAnnotation instance.
InteriorColor()Aspose::Pdf::ColorCalls InteriorColor on this LineAnnotation instance.
InteriorColor(value: Aspose::Pdf::Color)Calls InteriorColor(value) on this LineAnnotation instance.
LeaderLine()doubleCalls LeaderLine on this LineAnnotation instance.
LeaderLine(value: double)Calls LeaderLine(value) on this LineAnnotation instance.
LeaderLineExtension()doubleCalls LeaderLineExtension on this LineAnnotation instance.
LeaderLineExtension(value: double)Calls LeaderLineExtension(value) on this LineAnnotation instance.
ShowCaption()boolCalls ShowCaption on this LineAnnotation instance.
ShowCaption(value: bool)Calls ShowCaption(value) on this LineAnnotation instance.
LeaderLineOffset()doubleCalls LeaderLineOffset on this LineAnnotation instance.
LeaderLineOffset(value: double)Calls LeaderLineOffset(value) on this LineAnnotation instance.
CaptionOffset()Aspose::Pdf::PointCalls CaptionOffset on this LineAnnotation instance.
CaptionOffset(value: Aspose::Pdf::Point)Calls CaptionOffset(value) on this LineAnnotation instance.
CaptionPosition()Annotations::CaptionPositionCalls CaptionPosition on this LineAnnotation instance.
CaptionPosition(value: Annotations::CaptionPosition)Calls CaptionPosition(value) on this LineAnnotation instance.
Intent()LineIntentCalls Intent on this LineAnnotation instance.
Intent(value: LineIntent)Calls Intent(value) on this LineAnnotation instance.

See Also