annotate property

annotate property

Gets or sets the annotate. The annotate element allows you to specify an annotation on this effect.

Definition:

@property
def annotate(self):
    ...
@annotate.setter
def annotate(self, value):
    ...

See Also