|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.collections.ShapeObjectTextCollection
public class ShapeObjectTextCollection
Class is responsible for saving the collection of text for each shape object (textbox, rectangle, etc.).
Constructor Summary | |
---|---|
ShapeObjectTextCollection()
Initializes a new instance of the ShapeObjectTextCollection class. |
Method Summary | |
---|---|
void |
addTextBox(int shapeId,
TextBox textBox)
Add ShapeObject's text to text collection. |
TextBox |
getTextBox(int shapeId)
Get ShapeObject's text body by text identifier. |
Constructor Detail |
---|
public ShapeObjectTextCollection()
Method Detail |
---|
public void addTextBox(int shapeId, TextBox textBox)
shapeId
- The shape id.textBox
- The text box.public TextBox getTextBox(int shapeId)
shapeId
- The shape id.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |