initials property
initials property
Returns or sets the authors initials. Read/write str.
Definition:
@property
def initials(self):
    ...
@initials.setter
def initials(self, value):
    ...
See Also
- class CommentAuthor
- module aspose.slides
- library Aspose.Slides