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