Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Class Characters

java.lang.Object
  extended by com.aspose.cells.Characters

public class Characters
extends java.lang.Object

Represents a range of characters within the cell text. It's read only. To set rich text, use the Cell.setCharacters() method.


Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 Font getFont()
          Gets the font of this object.
 int getLength()
          Gets the character counts start at the start index.
 int getStartIndex()
          Gets the start index of characters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
See Also:
Object.equals(Object).

getFont

public Font getFont()
Gets the font of this object.

Returns:
font of this object.

getStartIndex

public int getStartIndex()
Gets the start index of characters.

Returns:
start index of characters.

getLength

public int getLength()
Gets the character counts start at the start index.

Returns:
character counts.