|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.record.SlideAtom.SSlideLayoutAtom
public class SlideAtom.SSlideLayoutAtom
Holds the geometry of the Slide, and the ID of the placeholders on the slide. (Embeded inside SlideAtom is a SSlideLayoutAtom, without the usual record header. Since it's a fixed size and tied to the SlideAtom, we'll hold it here.)
Field Summary | |
---|---|
static int |
BIG_OBJECT
|
static int |
BLANK_SLIDE
|
static int |
FOUR_OBJECTS
|
static int |
HANDOUT
|
static int |
MASTER_NOTES
|
static int |
MASTER_SLIDE
|
static int |
NOTES_TITLE_BODY
|
static int |
TITLE_2_COLUMN_BODY
|
static int |
TITLE_2_COLUNM_LEFT_2_ROW_BODY
|
static int |
TITLE_2_COLUNM_RIGHT_2_ROW_BODY
|
static int |
TITLE_2_ROW_BODY
|
static int |
TITLE_2_ROW_BOTTOM_2_COLUMN_BODY
|
static int |
TITLE_2_ROW_TOP_2_COLUMN_BODY
|
static int |
TITLE_BODY_SLIDE
|
static int |
TITLE_MASTER_SLIDE
|
static int |
TITLE_ONLY
|
static int |
TITLE_SLIDE
|
static int |
VERTICAL_TITLE_2_ROW_BODY_LEFT
|
static int |
VERTICAL_TITLE_BODY_LEFT
|
Constructor Summary | |
---|---|
SlideAtom.SSlideLayoutAtom(byte[] data)
Create a new Embeded SSlideLayoutAtom, from 12 bytes of data |
Method Summary | |
---|---|
int |
getGeometryType()
Retrieve the geometry type |
void |
setGeometryType(int geom)
Set the geometry type |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written to disk. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TITLE_SLIDE
public static final int TITLE_BODY_SLIDE
public static final int TITLE_MASTER_SLIDE
public static final int MASTER_SLIDE
public static final int MASTER_NOTES
public static final int NOTES_TITLE_BODY
public static final int HANDOUT
public static final int TITLE_ONLY
public static final int TITLE_2_COLUMN_BODY
public static final int TITLE_2_ROW_BODY
public static final int TITLE_2_COLUNM_RIGHT_2_ROW_BODY
public static final int TITLE_2_COLUNM_LEFT_2_ROW_BODY
public static final int TITLE_2_ROW_BOTTOM_2_COLUMN_BODY
public static final int TITLE_2_ROW_TOP_2_COLUMN_BODY
public static final int FOUR_OBJECTS
public static final int BIG_OBJECT
public static final int BLANK_SLIDE
public static final int VERTICAL_TITLE_BODY_LEFT
public static final int VERTICAL_TITLE_2_ROW_BODY_LEFT
Constructor Detail |
---|
public SlideAtom.SSlideLayoutAtom(byte[] data)
Method Detail |
---|
public int getGeometryType()
public void setGeometryType(int geom)
public void writeOut(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |