Package | Description |
---|---|
org.apache.poi.hslf | |
org.apache.poi.hslf.dev | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
Record[] |
HSLFSlideShow.getRecords() |
Returns an array of all the records found in the slideshow
|
Modifier and Type | Method | Description |
---|---|---|
int |
HSLFSlideShow.appendRootLevelRecord(Record newRecord) |
Adds a new root level record, at the end, but before the last
PersistPtrIncrementalBlock.
|
Modifier and Type | Method | Description |
---|---|---|
static Record |
SlideIdListing.findRecordAtPos(int pos) |
|
static Record |
UserEditAndPersistListing.findRecordAtPos(int pos) |
Modifier and Type | Method | Description |
---|---|---|
int |
SlideShowRecordDumper.getDiskLen(Record r) |
|
java.lang.String |
SlideShowRecordDumper.getPrintableRecordContents(Record r) |
|
void |
SlideShowRecordDumper.walkTree(int depth,
int pos,
Record[] records) |
Modifier and Type | Field | Description |
---|---|---|
protected Record[] |
SimpleShape._clientRecords |
Records stored in EscherClientDataRecord
|
protected Record[] |
TextRun._records |
all text run records that follow TextHeaderAtom.
|
Modifier and Type | Method | Description |
---|---|---|
protected static Record |
ShapeFactory.getClientDataRecord(EscherContainerRecord spContainer,
int recordType) |
|
protected Record |
SimpleShape.getClientDataRecord(int recordType) |
Find a record in the underlying EscherClientDataRecord
|
protected Record[] |
SimpleShape.getClientRecords() |
Search for EscherClientDataRecord, if found, convert its contents into an array of HSLF records
|
Record[] |
TextRun.getRecords() |
Returns records that make up this text run
|
Modifier and Type | Method | Description |
---|---|---|
protected static void |
Sheet.findTextRuns(Record[] records,
java.util.List<TextRun> found) |
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
protected static void |
Sheet.findTextRuns(Record[] records,
java.util.List<TextRun> found,
StyleTextProp9Atom styleTextProp9Atom) |
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AnimationInfo |
A container record that specifies information about animation information for a shape.
|
class |
AnimationInfoAtom |
An atom record that specifies the animation information for a shape.
|
class |
BinaryTagDataBlob |
If we come across a record we know has children of (potential)
interest, but where the record itself is boring, but where other
records may care about where this one lives, we create one
of these.
|
class |
ColorSchemeAtom |
A ColorSchemeAtom (type 2032).
|
class |
Comment2000 |
This class represents a comment on a slide, in the format used by
PPT 2000/XP/etc.
|
class |
Comment2000Atom |
An atomic record containing information about a comment.
|
class |
CString |
A CString (type 4026).
|
class |
Document |
Master container for Document.
|
class |
DocumentAtom |
A Document Atom (type 1001).
|
class |
DocumentEncryptionAtom |
A Document Encryption Atom (type 12052).
|
class |
DummyPositionSensitiveRecordWithChildren |
If we come across a record we know has children of (potential)
interest, but where the record itself is boring, but where other
records may care about where this one lives, we create one
of these.
|
class |
DummyRecordWithChildren |
If we come across a record we know has children of (potential)
interest, but where the record itself is boring, we create one
of these.
|
class |
Environment |
Environment, which contains lots of settings for the document.
|
class |
EscherTextboxWrapper |
A wrapper around a DDF (Escher) EscherTextbox Record.
|
class |
ExAviMovie |
A container record that specifies information about a movie stored externally.
|
class |
ExControl |
A container record that specifies information about an ActiveX control.
|
class |
ExControlAtom |
An atom record that specifies an ActiveX control.
|
class |
ExEmbed |
This data represents an embedded object in the document.
|
class |
ExEmbedAtom |
The atom that holds metadata on a specific embedded object in the document.
|
class |
ExHyperlink |
This class represents the data of a link in the document.
|
class |
ExHyperlinkAtom |
Tne atom that holds metadata on a specific Link in the document.
|
class |
ExMCIMovie |
A container record that specifies information about a movie stored externally.
|
class |
ExMediaAtom |
An atom record that specifies information about external audio or video data.
|
class |
ExObjList |
This class holds the links to exernal objects referenced
from the document.
|
class |
ExObjListAtom |
Tne atom that holds the seed info used by a ExObjList
|
class |
ExOleObjAtom |
Atom storing information for an OLE object.
|
class |
ExOleObjStg |
Storage for embedded OLE objects.
|
class |
ExVideoContainer |
A container record that specifies information about external video data.
|
class |
FontCollection |
FontCollection ia a container that holds information
about all the fonts in the presentation. |
class |
FontEntityAtom |
This atom corresponds exactly to a Windows Logical Font (LOGFONT) structure.
|
class |
HeadersFootersAtom |
An atom record that specifies options for displaying headers and footers
on a presentation slide or notes slide.
|
class |
HeadersFootersContainer |
A container record that specifies information about the footers on a presentation slide.
|
class |
InteractiveInfo |
This class represents the metadata of a link in a slide/notes/etc.
|
class |
InteractiveInfoAtom |
Tne atom that holds metadata on Links in the document.
|
class |
MainMaster |
Master slide
|
class |
Notes |
Master container for Notes.
|
class |
NotesAtom |
A Notes Atom (type 1009).
|
class |
OEPlaceholderAtom |
OEPlaceholderAtom (3011).
|
class |
OEShapeAtom |
Atom that contains information that describes shape client data.
|
class |
OutlineTextRefAtom |
OEPlaceholderAtom (3998).
|
class |
PersistPtrHolder |
General holder for PersistPtrFullBlock and PersistPtrIncrementalBlock
records.
|
class |
PositionDependentRecordAtom |
A special (and dangerous) kind of Record Atom that cares about where
it lives on the disk, or who has other Atoms that care about where
this is on the disk.
|
class |
PositionDependentRecordContainer |
A special (and dangerous) kind of Record Container, for which other
Atoms care about where this one lives on disk.
|
class |
PPDrawing |
These are actually wrappers onto Escher drawings.
|
class |
PPDrawingGroup |
Container records which always exists inside Document.
|
class |
RecordAtom |
Abstract class which all atom records will extend.
|
class |
RecordContainer |
Abstract class which all container records will extend.
|
class |
RoundTripHFPlaceholder12 |
An atom record that specifies that a shape is a header or footer placeholder shape
|
class |
SheetContainer |
The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
|
class |
Slide |
Master container for Slides.
|
class |
SlideAtom |
A Slide Atom (type 1007).
|
class |
SlideListWithText |
These are tricky beasts.
|
class |
SlidePersistAtom |
A SlidePersist Atom (type 1011).
|
class |
Sound |
A container holding information about a sound.
|
class |
SoundCollection |
Is a container for all sound related atoms and containers.
|
class |
SoundData |
Storage for embedded sounds.
|
class |
SSSlideInfoAtom |
A SlideShowSlideInfo Atom (type 1017).
An atom record that specifies which transition effects to perform during a slide show, and how to advance to the next presentation slide. Combination of effectType and effectDirection: typedescriptiondirection 0cut0x00 = no transition, 0x01 = black transition 1random0x00 2blinds0x00 = vertical, 0x01 = horizontal 3checkerlike blinds 4cover0x00 = left, 0x01 = up, 0x02 = right, 0x03 = down, 0x04 = left/up, 0x05 = right/up, 0x06 left/down, 0x07 = left/down 5dissolve0x00 6fade0x00 7uncoverlike cover 8random barslike blinds 9stripslike 0x04 - 0x07 of cover 10wipelike 0x00 - 0x03 of cover 11box in/out0x00 = out, 0x01 = in 13split0x00 = horizontally out, 0x01 = horizontally in, 0x02 = vertically out, 0x03 = vertically in 17diamond0x00 18plus0x00 19wedge0x00 20pushlike 0x00 - 0x03 of cover 21comblike blinds 22newsflash0x00 23alphafade0x00 26wheelnumber of radial divisions (0x01,0x02,0x03,0x04,0x08) 27circle0x00 255undefined0x00 |
class |
StyleTextProp9Atom |
The atom record that specifies additional text formatting.
|
class |
StyleTextPropAtom |
A StyleTextPropAtom (type 4001).
|
class |
TextBytesAtom |
A TextBytesAtom (type 4008).
|
class |
TextCharsAtom |
A TextCharsAtom (type 4000).
|
class |
TextHeaderAtom |
A TextHeaderAtom (type 3999).
|
class |
TextRulerAtom |
Ruler of a text as it differs from the style's ruler settings.
|
class |
TextSpecInfoAtom |
The special info runs contained in this text.
|
class |
TxInteractiveInfoAtom |
Tne atom that holds starting and ending character positions of a hyperlink
|
class |
TxMasterStyleAtom |
TxMasterStyleAtom atom (4003).
|
class |
UnknownRecordPlaceholder |
If we come across a record we don't know about, we create one of
these.
|
class |
UserEditAtom |
A UserEdit Atom (type 4085).
|
Modifier and Type | Field | Description |
---|---|---|
protected Record[] |
RecordContainer._children |
Modifier and Type | Field | Description |
---|---|---|
java.lang.Class<? extends Record> |
RecordTypes.Type.handlingClass |
|
static java.util.HashMap<java.lang.Integer,java.lang.Class<? extends Record>> |
RecordTypes.typeToClass |
Modifier and Type | Method | Description |
---|---|---|
protected Record |
PPDrawing.buildFromUnknownEscherRecord(UnknownEscherRecord unknown) |
|
static Record |
Record.buildRecordAtOffset(byte[] b,
int offset) |
Build and return the Record at the given offset.
|
static Record |
Record.createRecordForType(long type,
byte[] b,
int start,
int len) |
For a given type (little endian bytes 3 and 4 in record header),
byte array, start position and length:
will return a Record object that will handle that record
Remember that while PPT stores the record lengths as 8 bytes short
(not including the size of the header), this code assumes you're
passing in corrected lengths
|
static Record[] |
Record.findChildRecords(byte[] b,
int start,
int len) |
Default method for finding child records of a container record
|
Record |
RecordContainer.findFirstOfType(long type) |
Finds the first child record of the given type,
or null if none of the child records are of the
given type.
|
Record[] |
PPDrawing.getChildRecords() |
We're pretending to be an atom, so return null
|
Record[] |
PPDrawingGroup.getChildRecords() |
We're pretending to be an atom, so return null
|
abstract Record[] |
Record.getChildRecords() |
Fetch all the child records of this record
If this record is an atom, will return null
If this record is a non-atom, but has no children, will return
an empty array
|
Record[] |
RecordAtom.getChildRecords() |
We're an atom, returns null
|
Record[] |
RecordContainer.getChildRecords() |
Return any children
|
Record[] |
SlideListWithText.SlideAtomsSet.getSlideRecords() |
Get the Text related records for this slide
|
Record |
RecordContainer.removeChild(Record ch) |
Remove a child record from this record container
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Class<? extends Record> |
RecordTypes.recordHandlingClass(int type) |
Returns the class handling a record by its type.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RecordContainer.addChildAfter(Record newChild,
Record after) |
Adds the given Child Record after the supplied record
|
void |
RecordContainer.addChildBefore(Record newChild,
Record before) |
Adds the given Child Record before the supplied record
|
void |
RecordContainer.appendChildRecord(Record newChild) |
Add a new child record onto a record's list of children.
|
void |
RecordContainer.moveChildBefore(Record child,
Record before) |
Moves the given Child Record to before the supplied record
|
void |
RecordContainer.moveChildrenAfter(Record firstChild,
int number,
Record after) |
Moves the given Child Records to after the supplied record
|
void |
RecordContainer.moveChildrenBefore(Record firstChild,
int number,
Record before) |
Moves the given Child Records to before the supplied record
|
Record |
RecordContainer.removeChild(Record ch) |
Remove a child record from this record container
|
void |
RecordContainer.setChildRecord(Record[] records) |
Set child records.
|
void |
RecordContainer.writeOut(byte headerA,
byte headerB,
long type,
Record[] children,
java.io.OutputStream out) |
Write out our header, and our children.
|
Constructor | Description |
---|---|
SlideAtomsSet(SlidePersistAtom s,
Record[] r) |
Create one to hold the Records for one Slide's text
|
Constructor | Description |
---|---|
Type(int typeID,
java.lang.Class<? extends Record> handlingClass) |
Modifier and Type | Method | Description |
---|---|---|
Record[] |
SlideShow.getMostRecentCoreRecords() |
Returns an array of the most recent version of all the interesting
records
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.