Change Text Direction of the Comment 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 and text direction. Aspose.Cells provides APIs to accomplish the task.
Aspose.Cells provides a Shape.GetTextDirection() property to set text direction for a comment. The following sample code demonstrates the use of Shape.GetTextDirection() property to set text direction for a comment.