|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFVBAPart
public class XSSFVBAPart
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.POIXMLDocumentPart |
|---|
DEFAULT_XML_OPTIONS |
| Constructor Summary | |
|---|---|
protected |
XSSFVBAPart()
Create a new XSSFVBAPart node |
protected |
XSSFVBAPart(PackagePart part,
PackageRelationship rel)
Construct XSSFVBAPart from a package part |
| Method Summary | |
|---|---|
protected void |
prepareForCommit()
Like *PictureData, VBA objects store the actual content in the part directly without keeping a copy like all others therefore we need to handle them differently. |
| Methods inherited from class org.apache.poi.POIXMLDocumentPart |
|---|
addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected XSSFVBAPart()
protected XSSFVBAPart(PackagePart part,
PackageRelationship rel)
part - the package part holding the VBA data,rel - the package relationship holding this part| Method Detail |
|---|
protected void prepareForCommit()
prepareForCommit in class POIXMLDocumentPart
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||