Package | Description |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
static RecordTypes |
RecordTypes.forTypeID(int typeID) |
RecordTypes |
UnknownRecordPlaceholder.getRecordTypeEnum()
Return the value as enum we were given at creation
|
static RecordTypes |
RecordTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecordTypes[] |
RecordTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HSLFSlideShowImpl.updateAndWriteDependantRecords(java.io.OutputStream os,
java.util.Map<RecordTypes,PositionDependentRecord> interestingRecords)
This is a helper functions, which is needed for adding new position dependent records
or finally write the slideshow to a file.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.