AsposeCellsCloud::Object::Comment

Load the model package

use AsposeCellsCloud::Object::Comment;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- CellName | string | Property: CellName attribute with XmlElement tag in the class. | Author | string | Gets and sets Name of the original comment author | HtmlNote | string | Gets and sets the html string which contains data and some formats in this comment. | Note | string | Represents the content of comment. | AutoSize | boolean | Indicates if size of comment is adjusted automatically according to its content. | IsVisible | boolean | Represents if the comment is visible or not. | Width | int | Represents the width of the comment, in unit of pixels. | Height | int | Represents the Height of the comment, in unit of pixels. | TextHorizontalAlignment | string | Gets and sets the text horizontal alignment type of the comment. | TextOrientationType | string | Gets and sets the text orientation type of the comment. | TextVerticalAlignment | string | Gets and sets the text vertical alignment type of the comment. | link | Link | |

[Back to Model list]
[Back to README]