position property

position property

Returns or sets the position of a comment on a slide. Read/write aspose.pydrawing.PointF.

Definition:

@property
def position(self):
    ...

@position.setter
def position(self, value):
    ...

See Also