CircleAnnotation

CircleAnnotation class

Class representing Circle annotation.

The CircleAnnotation type exposes the following members:

Constructors

NameDescription
CircleAnnotation(document)Initializes a new instance of the CircleAnnotation class
CircleAnnotation(page, rect)Initializes a new instance of the CircleAnnotation class

Properties

NameDescription
vertical_alignmentNone
horizontal_alignmentNone
marginNone
is_first_paragraph_in_columnNone
is_kept_with_nextNone
is_in_new_pageNone
is_in_line_paragraphNone
hyperlinkNone
z_indexNone
update_appearance_on_convertNone
use_font_subsetNone
flagsNone
annotation_typeGets type of annotation.
widthNone
actionsNone
heightNone
rectNone
contentsNone
nameNone
modifiedNone
colorNone
borderNone
active_stateNone
characteristicsNone
statesNone
alignmentNone
text_horizontal_alignmentNone
full_nameNone
appearanceNone
page_indexNone
titleGets or sets a text that shall be displayed in title bar of annotation.
rich_textGets or sets a rich text string to be displayed in the pop-up window when the annotation is opened.
creation_dateGets date and time when annotation was created.
subjectGets text representing desciption of the object.
popupPop-up annotation for entering or editing the text associated with this annotation.
opacityGets or sets the constant opacity value to be used in painting the annotation.
in_reply_toA reference to the annotation that this annotation is “in reply to”.
Both annotations must be on the same page of the document.
reply_typeA string specifying the relationship (the “reply type”) between this annotation
and one specified by InReplyTo.
interior_colorInterior color with which to fill the annotation�s rectangle or ellipse.
frameThe rectangle describing the numerical differences between two rectangles:
the Rect entry of the annotation and the actual boundaries of the underlying square or circle.

Methods

NameDescription
clone()None
get_rectangle(consider_rotation)None
accept(visitor)Accepts visitor object to process the annotation.
flatten()None
change_after_resize(transform)None

See Also