Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns a CharacterRun object representing a range of characters within the comment text. Use this to set the font on specified characters within the text.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a [CharacterRun|CharacterRun] object representing a range of characters within the comment text. Use this to set the font on specified characters within the text.{excerpt}
{signature:C#}
 public virtual CharacterRun GetCharacters(int startIndex, int length)
Signature
{signature}{signature:vb.net
vb.net
}
Public Overridable Function GetCharacters(ByVal startIndex As Integer, ByVal length As Integer) As CharacterRun
Parameters
Param
startIndexstartIndex

The character position at which to begin the character run.

Param
lengthlength

The length of the character run.

Returns
A CharacterRun object representing a range of characters within the cell.
{signature}
{parameters}
{param:startIndex}The character position at which to begin the character run.{param}
{param:length}The length of the character run.{param}
{returns}A {{CharacterRun}} object representing a range of characters within the cell.{returns}