|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XSSFChildContainingModel
Common interface for XSSF models, which have (typically binary) children to them. One example is a VmlDrawing (Drawing), which can have raw images associated with it.
| Nested Class Summary | |
|---|---|
static class |
XSSFChildContainingModel.WritableChild
|
| Method Summary | |
|---|---|
void |
generateChild(PackagePart childPart,
java.lang.String childRelId)
Called for each matching child, so that the appropriate model or usermodel thing can be created for it. |
XSSFChildContainingModel.WritableChild |
getChildForWriting(int index)
Called for each child in turn when writing out, which returns a WritableChild for the child in that position. |
java.lang.String[] |
getChildrenRelationshipTypes()
Returns the relationship type of any children we expect |
int |
getNumberOfChildren()
Returns the number of children contained, which will need to be written out. |
| Methods inherited from interface org.apache.poi.xssf.model.XSSFModel |
|---|
readFrom |
| Methods inherited from interface org.apache.poi.xssf.model.XSSFWritableModel |
|---|
writeTo |
| Method Detail |
|---|
java.lang.String[] getChildrenRelationshipTypes()
void generateChild(PackagePart childPart,
java.lang.String childRelId)
childPart - The PackagePart of the childchildRelId - the ID of the relationship the child comes fromint getNumberOfChildren()
XSSFChildContainingModel.WritableChild getChildForWriting(int index)
index - A zero based index of this child
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||