Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAuthor ()=0 |
| Gets Name of the original comment author More...
|
|
virtual void | SetAuthor (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets Name of the original comment author More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ICommentShape > | GetICommentShape ()=0 |
| Get a Shape object that represents the shape attached to the specified comment. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetRow ()=0 |
| Gets the row index of the comment. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetColumn ()=0 |
| Gets the column index of the comment. More...
|
|
virtual bool | IsThreadedComment ()=0 |
| Indicates whether this comment is a threaded comment. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetNote ()=0 |
| Represents the content of comment. More...
|
|
virtual void | SetNote (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Represents the content of comment. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetHtmlNote ()=0 |
| Gets the html string which contains data and some formats in this comment. More...
|
|
virtual void | SetHtmlNote (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the html string which contains data and some formats in this comment. More...
|
|
virtual intrusive_ptr< Aspose::Cells::IFont > | GetIFont ()=0 |
| Gets the font of comment. More...
|
|
virtual void | FormatCharactersByIFont (Aspose::Cells::Systems::Int32 startIndex, Aspose::Cells::Systems::Int32 length, intrusive_ptr< Aspose::Cells::IFont > font, intrusive_ptr< Aspose::Cells::IStyleFlag > flag)=0 |
| Format some characters with the font setting. More...
|
|
virtual intrusive_ptr< Aspose::Cells::IFontSetting > | GetCharacters (Aspose::Cells::Systems::Int32 startIndex, Aspose::Cells::Systems::Int32 length)=0 |
| Returns a Characters object that represents a range of characters within the comment text. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > | GetCharacters ()=0 |
| Returns all Characters objects that represents a range of characters within the comment text. More...
|
|
virtual bool | IsVisible ()=0 |
| Represents if the comment is visible or not. More...
|
|
virtual void | SetVisible (bool value)=0 |
| Represents if the comment is visible or not. More...
|
|
virtual Aspose::Cells::TextOrientationType | GetTextOrientationType ()=0 |
| Gets the text orientation type of the comment. More...
|
|
virtual void | SetTextOrientationType (Aspose::Cells::TextOrientationType value)=0 |
| Sets the text orientation type of the comment. More...
|
|
virtual Aspose::Cells::TextAlignmentType | GetTextHorizontalAlignment ()=0 |
| Gets the text horizontal alignment type of the comment. More...
|
|
virtual void | SetTextHorizontalAlignment (Aspose::Cells::TextAlignmentType value)=0 |
| Sets the text horizontal alignment type of the comment. More...
|
|
virtual Aspose::Cells::TextAlignmentType | GetTextVerticalAlignment ()=0 |
| Gets the text vertical alignment type of the comment. More...
|
|
virtual void | SetTextVerticalAlignment (Aspose::Cells::TextAlignmentType value)=0 |
| Sets the text vertical alignment type of the comment. More...
|
|
virtual bool | GetAutoSize ()=0 |
| Indicates if size of comment is adjusted automatically according to its content. More...
|
|
virtual void | SetAutoSize (bool value)=0 |
| Indicates if size of comment is adjusted automatically according to its content. More...
|
|
virtual Aspose::Cells::Systems::Double | GetHeightCM ()=0 |
| Represents the height of the comment, in unit of centimeters. More...
|
|
virtual void | SetHeightCM (Aspose::Cells::Systems::Double value)=0 |
| Represents the height of the comment, in unit of centimeters. More...
|
|
virtual Aspose::Cells::Systems::Double | GetWidthCM ()=0 |
| Represents the width of the comment, in unit of centimeters. More...
|
|
virtual void | SetWidthCM (Aspose::Cells::Systems::Double value)=0 |
| Represents the width of the comment, in unit of centimeters. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetWidth ()=0 |
| Represents the width of the comment, in unit of pixels. More...
|
|
virtual void | SetWidth (Aspose::Cells::Systems::Int32 value)=0 |
| Represents the width of the comment, in unit of pixels. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetHeight ()=0 |
| Represents the Height of the comment, in unit of pixels. More...
|
|
virtual void | SetHeight (Aspose::Cells::Systems::Int32 value)=0 |
| Represents the Height of the comment, in unit of pixels. More...
|
|
virtual Aspose::Cells::Systems::Double | GetWidthInch ()=0 |
| Represents the width of the comment, in unit of inches. More...
|
|
virtual void | SetWidthInch (Aspose::Cells::Systems::Double value)=0 |
| Represents the width of the comment, in unit of inches. More...
|
|
virtual Aspose::Cells::Systems::Double | GetHeightInch ()=0 |
| Represents the height of the comment, in unit of inches. More...
|
|
virtual void | SetHeightInch (Aspose::Cells::Systems::Double value)=0 |
| Represents the height of the comment, in unit of inches. More...
|
|
Encapsulates the object that represents a cell comment.