public class XSSFVBAPart extends POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
Modifier | Constructor and Description |
---|---|
protected |
XSSFVBAPart()
Create a new XSSFVBAPart node
|
protected |
XSSFVBAPart(PackagePart part)
Construct XSSFVBAPart from a package part
|
protected |
XSSFVBAPart(PackagePart part,
PackageRelationship rel)
Deprecated.
in POI 3.14, scheduled for removal in POI 3.16
|
Modifier and Type | Method and Description |
---|---|
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.
|
_invokeOnDocumentRead, addRelation, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString
protected XSSFVBAPart()
protected XSSFVBAPart(PackagePart part)
part
- the package part holding the VBA data,@Deprecated protected XSSFVBAPart(PackagePart part, PackageRelationship rel)
protected void prepareForCommit()
prepareForCommit
in class POIXMLDocumentPart
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.