How to change the Comment Font Color with Golang via C++
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 provides APIs to accomplish the task.
Aspose.Cells provides a Shape.GetTextBody() property to set the font color of the comment. The following sample code demonstrates the use of Shape.GetTextBody() property to set text direction for a comment.
The output file generated by the above code is attached for your reference.