Package org.apache.poi.xssf.usermodel
Class XSSFVBAPart
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFVBAPart
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Create a new XSSFVBAPart nodeprotected
XSSFVBAPart
(PackagePart part) Construct XSSFVBAPart from a package part -
Method Summary
Modifier and TypeMethodDescriptionprotected void
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.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommited, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, removeRelation, setCommited, toString
-
Constructor Details
-
XSSFVBAPart
protected XSSFVBAPart()Create a new XSSFVBAPart node -
XSSFVBAPart
Construct XSSFVBAPart from a package part- Parameters:
part
- the package part holding the VBA data,- Since:
- POI 3.14-Beta1
-
-
Method Details
-
prepareForCommit
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.- Overrides:
prepareForCommit
in classPOIXMLDocumentPart
-