|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.model.Sheet org.apache.poi.hslf.model.MasterSheet org.apache.poi.hslf.model.SlideMaster
public class SlideMaster
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation. It stores information about default font styles, placeholder sizes and positions, background design, and color schemes.
Constructor Summary | |
---|---|
SlideMaster(MainMaster record,
int sheetNo)
Constructs a SlideMaster from the MainMaster record, |
Method Summary | |
---|---|
MasterSheet |
getMasterSheet()
Returns null since SlideMasters doen't have master sheet. |
TextProp |
getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master. |
TextRun[] |
getTextRuns()
Returns an array of all the TextRuns found |
static boolean |
isPlaceholder(Shape shape)
Checks if the shape is a placeholder. |
void |
setSlideShow(SlideShow ss)
Assign SlideShow for this slide master. |
Methods inherited from class org.apache.poi.hslf.model.MasterSheet |
---|
getPlaceholder |
Methods inherited from class org.apache.poi.hslf.model.Sheet |
---|
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, draw, findTextRuns, findTextRuns, getBackground, getColorScheme, getPPDrawing, getShapes, getSheetContainer, getSlideShow, onCreate, removeShape |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideMaster(MainMaster record, int sheetNo)
Method Detail |
---|
public TextRun[] getTextRuns()
getTextRuns
in class Sheet
public MasterSheet getMasterSheet()
null
since SlideMasters doen't have master sheet.
getMasterSheet
in class Sheet
public TextProp getStyleAttribute(int txtype, int level, java.lang.String name, boolean isCharacter)
getStyleAttribute
in class MasterSheet
public void setSlideShow(SlideShow ss)
setSlideShow
in class Sheet
public static boolean isPlaceholder(Shape shape)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |