|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 rec,
int slideId)
Constructs a SlideMaster from the MainMaster record, |
Method Summary | |
---|---|
int |
_getSheetNumber()
Returns the (internal, SlideIdentifer based) number of the slide we're attached to |
int |
_getSheetRefId()
Returns the (internal, RefID based) sheet number, as used to in PersistPtr stuff. |
Background |
getBackground()
Returns the background shape for this sheet. |
ColorSchemeAtom |
getColorScheme()
Returns the ColorSchemeAtom associated with this slide master |
protected PPDrawing |
getPPDrawing()
Returns the PPDrawing associated with this slide master |
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 |
void |
setSlideShow(SlideShow ss)
Assign SlideShow for this slide master. |
Methods inherited from class org.apache.poi.hslf.model.Sheet |
---|
addShape, findTextRuns, findTextRuns, getMasterSheet, getShapes, getSlideShow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideMaster(MainMaster rec, int slideId)
Method Detail |
---|
public TextRun[] getTextRuns()
getTextRuns
in class Sheet
public int _getSheetRefId()
_getSheetRefId
in class Sheet
public int _getSheetNumber()
_getSheetNumber
in class Sheet
protected PPDrawing getPPDrawing()
getPPDrawing
in class Sheet
public TextProp getStyleAttribute(int txtype, int level, java.lang.String name, boolean isCharacter)
public void setSlideShow(SlideShow ss)
setSlideShow
in class Sheet
public ColorSchemeAtom getColorScheme()
getColorScheme
in class Sheet
public Background getBackground()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |