Search
CellAnnotation Methods
 


 Public Methods

  Name Description

bringForward

Moves this object one step up in the z-order. (Inherited from InteractiveObject.)

bringToFront

Brings this object to the top of the z-order. (Inherited from InteractiveObject.)

dispose

Disposes this object of any unmanaged resources it might hold. (Inherited from InteractiveObject.)

getAnchor

Gets the anchor of this object.

getAnchorPosition

Gets the anchor position of this object. (Inherited from InteractiveObject.)

getBackColor

Gets the background color of the object.

getDescription

Gets the object description. (Inherited from InteractiveObject.)

getFontBold

Gets a value indicating whether the comment text is bold.

getFontDoubleUnderline

Gets a value indicating whether the comment text is double underlined.

getFontItalic

Gets a value indicating whether the comment text is italic.

getFontName

Gets the name of the font to use in the comment.

getFontSize

Gets the size of the font to use in the comment.

getFontStrikeout

Gets a value indicating whether the comment text is with a line through the middle.

getFontUnderline

Gets a value indicating whether the comment text is underlined.

getFromColumn

Gets the zero-based index of the column of the cell to which the object is anchored. (Inherited from InteractiveObject.)

getFromRow

Gets the zero-based index of the row of the cell to which the object is anchored. (Inherited from InteractiveObject.)

getHeight

Gets the desired height, or null, to calculate the height automatically. (Inherited from InteractiveObject.)

getHorizontalAlignment

Gets the horizontal alignment of the text used in the comment.

getHorizontalOffset

Gets the horizontal offset of the object from its anchor. (Inherited from InteractiveObject.)

getIndicatorColor

Gets the color of the cell indicator.

getInitialDelay

Gets the time that passes before the annotation appears.

getLineColor

Gets the outline color of this object. (Inherited from InteractiveObject.)

getLineSize

Gets the thickness of the object's outline. (Inherited from InteractiveObject.)

getLineStyle

Gets the style of the object's outline. (Inherited from InteractiveObject.)

getLocked

Gets a value indicating whether this object can be interacted with. (Inherited from InteractiveObject.)

getMargin

Gets the text margins.

getParent

Gets the parent Annotation object of this instance.

getRotate

Gets the text rotation type.

getShowAlways

Gets a value indicating whether the annotation is always visible.

getText

Gets the comment text of the annotation.

getTextColor

Gets the background color of the object.

getTitle

Gets the object title. (Inherited from InteractiveObject.)

getVerticalAlignment

Gets the vertical alignment of the text used in the comment.

getVerticalOffset

Gets the vertical offset of the object from its origin. (Inherited from InteractiveObject.)

getWidth

Gets the desired width, or null, to calculate width automatically. (Inherited from InteractiveObject.)

isLockedToCell

Gets a value indicating whether this object is always locked to a cell in the worksheet.

sendBackward

Moves this object one step down in the z-order. (Inherited from InteractiveObject.)

sendToBack

Sends this object to the bottom of the z-order. (Inherited from InteractiveObject.)

setAnchor

Sets the anchor of this object.

setAnchorPosition

Sets the anchor position of this object. (Inherited from InteractiveObject.)

setBackColor

Sets the background color of the object.

setDescription

Sets the object description. (Inherited from InteractiveObject.)

setFontBold

Sets a value indicating whether the comment text is bold.

setFontDoubleUnderline

Sets a value indicating whether the comment text is double underlined.

setFontItalic

Sets a value indicating whether the comment text is italic.

setFontName

Sets the name of the font to use in the comment.

setFontSize

Sets the size of the font to use in the comment.

setFontStrikeout

Sets a value indicating whether the comment text is with a line through the middle.

setFontUnderline

Sets a value indicating whether the comment text is underlined.

setFromColumn

Sets the zero-based index of the column of the cell to which the object is anchored. (Inherited from InteractiveObject.)

setFromRow

Sets the zero-based index of the row of the cell to which the object is anchored. (Inherited from InteractiveObject.)

setHeight

Sets the desired height, or null, to calculate the height automatically. (Inherited from InteractiveObject.)

setHorizontalAlignment

Sets the horizontal alignment of the text used in the comment.

setHorizontalOffset

Sets the horizontal offset of the object from its anchor. (Inherited from InteractiveObject.)

setIndicatorColor

Sets the color of the cell indicator.

setInitialDelay

Gets the time that passes before the annotation appears.

setLineColor

Sets the outline color of this object. (Inherited from InteractiveObject.)

setLineSize

Sets the thickness of the object's outline. (Inherited from InteractiveObject.)

setLineStyle

Sets the style of the object's outline. (Inherited from InteractiveObject.)

setLocked

Sets a value indicating whether this object can be interacted with. (Inherited from InteractiveObject.)

setMargin

Sets the text margins.

setParent

Sets the parent Annotation object of this instance.

setRotate

Sets the text rotation type.

setShowAlways

Sets a value indicating whether the annotation is always visible.

setText

Sets the comment text of the annotation.

setTextColor

Sets the background color of the object.

setTitle

Sets the object title. (Inherited from InteractiveObject.)

setVerticalAlignment

Sets the vertical alignment of the text used in the comment.

setVerticalOffset

Sets the vertical offset of the object from its origin. (Inherited from InteractiveObject.)

setWidth

Sets the desired width, or null, to calculate width automatically. (Inherited from InteractiveObject.)

 Protected Methods

  Name Description

getExtendsOutsideBounds

Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle.

getRegardsMergedCells

Gets a value indicating whether this object is positioned relatively to the bounding rectangle of the merged cell if the object's cell is a part of a merged cell.

onResized

This method is called when the object's size is changed. (Inherited from InteractiveObject.)

 See Also