How to change the Comment Font Color
Contents
[
Hide
]
Microsoft Excel allows users to add comments to cells to add additional information and highlight data. Developers may need to customize the comment to specify alignment settings, text direction Font Color, etc. Aspose.Cells for Python via .NET provides APIs to accomplish the task.
Aspose.Cells for Python via .NET provides a Shape.text_body property to the font color of the comment. The following sample code demonstrates the use of Shape.text_body property to set text direction for a comment.
The output file generated by the above code is attached for your reference.