Class CharacterBullet
java.lang.Object
com.independentsoft.office.drawing.TextBullet
com.independentsoft.office.drawing.CharacterBullet
The Class CharacterBullet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the character.voidsetCharacter(String character)Sets the character.toString()
-
Constructor Details
-
CharacterBullet
public CharacterBullet()Instantiates a new character bullet.
-
-
Method Details
-
clone
- Specified by:
clonein classTextBullet
-
toString
-
getCharacter
Gets the character.- Returns:
- the character
-
setCharacter
Sets the character.- Parameters:
character- the new character
-