Package org.apache.poi.hslf.record
Class VBAInfoContainer
- java.lang.Object
-
- org.apache.poi.hslf.record.Record
-
- org.apache.poi.hslf.record.RecordContainer
-
- org.apache.poi.hslf.record.VBAInfoContainer
-
- All Implemented Interfaces:
GenericRecord
public final class VBAInfoContainer extends RecordContainer
A container record that specifies VBA information for the document.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRecordType()
We are of type 0x3FFvoid
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written to disk-
Methods inherited from class org.apache.poi.hslf.record.RecordContainer
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, getGenericProperties, handleParentAwareRecords, isAnAtom, removeChild, setChildRecord, writeOut
-
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndian
-
-
-
-
Method Detail
-
getRecordType
public long getRecordType()
We are of type 0x3FF- Specified by:
getRecordType
in classRecord
-
-