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
|
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, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommitted, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, removeRelation, setCommitted, toString
protected XSSFVBAPart()
protected XSSFVBAPart(PackagePart part)
part
- the package part holding the VBA data,protected void prepareForCommit()
prepareForCommit
in class POIXMLDocumentPart
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.