|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordAtom
org.apache.poi.hslf.record.OEPlaceholderAtom
public class OEPlaceholderAtom
OEPlaceholderAtom (3011).
Atom that describes the placeholder.
Field Summary | |
---|---|
static byte |
Body
|
static byte |
CenteredTitle
|
static byte |
ClipArt
|
static byte |
GenericTextObject
|
static byte |
Graph
|
static byte |
MasterBody
|
static byte |
MasterCenteredTitle
|
static byte |
MasterDate
|
static byte |
MasterFooter
|
static byte |
MasterHeader
|
static byte |
MasterNotesBodyImage
|
static byte |
MasterNotesSlideImage
|
static byte |
MasterSlideNumber
|
static byte |
MasterSubtitle
|
static byte |
MasterTitle
|
static byte |
MediaClip
|
static byte |
None
|
static byte |
NotesBody
|
static byte |
NotesSlideImage
|
static byte |
Object
|
static byte |
OrganizationChart
|
static int |
PLACEHOLDER_FULLSIZE
|
static int |
PLACEHOLDER_HALFSIZE
|
static int |
PLACEHOLDER_QUARTSIZE
|
static byte |
Subtitle
|
static byte |
Table
|
static byte |
Title
|
static byte |
VerticalTextBody
|
static byte |
VerticalTextTitle
|
Fields inherited from class org.apache.poi.hslf.record.Record |
---|
logger |
Constructor Summary | |
---|---|
|
OEPlaceholderAtom()
Create a new instance of OEPlaceholderAtom |
protected |
OEPlaceholderAtom(byte[] source,
int start,
int len)
Build an instance of OEPlaceholderAtom from on-disk data |
Method Summary | |
---|---|
int |
getPlaceholderId()
Returns the placeholder Id. |
int |
getPlaceholderSize()
Returns the placeholder size. |
int |
getPlacementId()
Returns the placement Id. |
long |
getRecordType()
Returns the type (held as a little endian in bytes 3 and 4) that this class handles |
void |
setPlaceholderId(byte id)
Sets the placeholder Id. |
void |
setPlaceholderSize(byte size)
Sets the placeholder size. |
void |
setPlacementId(int id)
Sets the placement Id. |
void |
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.RecordAtom |
---|
getChildRecords, isAnAtom |
Methods inherited from class org.apache.poi.hslf.record.Record |
---|
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PLACEHOLDER_FULLSIZE
public static final int PLACEHOLDER_HALFSIZE
public static final int PLACEHOLDER_QUARTSIZE
public static final byte None
public static final byte MasterTitle
public static final byte MasterBody
public static final byte MasterCenteredTitle
public static final byte MasterNotesSlideImage
public static final byte MasterNotesBodyImage
public static final byte MasterDate
public static final byte MasterSlideNumber
public static final byte MasterFooter
public static final byte MasterHeader
public static final byte MasterSubtitle
public static final byte GenericTextObject
public static final byte Title
public static final byte Body
public static final byte NotesBody
public static final byte CenteredTitle
public static final byte Subtitle
public static final byte VerticalTextTitle
public static final byte VerticalTextBody
public static final byte NotesSlideImage
public static final byte Object
public static final byte Graph
public static final byte Table
public static final byte ClipArt
public static final byte OrganizationChart
public static final byte MediaClip
Constructor Detail |
---|
public OEPlaceholderAtom()
OEPlaceholderAtom
protected OEPlaceholderAtom(byte[] source, int start, int len)
OEPlaceholderAtom
from on-disk data
Method Detail |
---|
public long getRecordType()
Record
getRecordType
in class Record
RecordTypes.OEPlaceholderAtom
.public int getPlacementId()
public void setPlacementId(int id)
id
- the placement Id.public int getPlaceholderId()
public void setPlaceholderId(byte id)
id
- the placeholder Id.public int getPlaceholderSize()
public void setPlaceholderSize(byte size)
size
- the placeholder size.public void writeOut(java.io.OutputStream out) throws java.io.IOException
writeOut
in class Record
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |