|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hslf.usermodel.HSLFSheet
org.apache.poi.hslf.usermodel.HSLFMasterSheet
org.apache.poi.hslf.usermodel.HSLFSlideMaster
public final class HSLFSlideMaster
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 | |
|---|---|
HSLFSlideMaster(MainMaster record,
int sheetNo)
Constructs a SlideMaster from the MainMaster record, |
|
| Method Summary | |
|---|---|
HSLFMasterSheet |
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. |
java.util.List<java.util.List<HSLFTextParagraph>> |
getTextParagraphs()
Returns an array of all the TextRuns found |
TxMasterStyleAtom[] |
getTxMasterStyleAtoms()
|
protected void |
onAddTextShape(HSLFTextShape shape)
Subclasses should call this method and update the array of text runs when a text shape is added |
void |
setSlideShow(HSLFSlideShow ss)
Assign SlideShow for this slide master. |
| Methods inherited from class org.apache.poi.hslf.usermodel.HSLFMasterSheet |
|---|
isPlaceholder |
| Methods inherited from class org.apache.poi.hslf.usermodel.HSLFSheet |
|---|
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, draw, getBackground, getColorScheme, getFollowMasterGraphics, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, iterator, onCreate, removeShape |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.poi.sl.usermodel.Sheet |
|---|
draw, getBackground, getFollowMasterGraphics, getSlideShow |
| Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer |
|---|
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public HSLFSlideMaster(MainMaster record,
int sheetNo)
| Method Detail |
|---|
public java.util.List<java.util.List<HSLFTextParagraph>> getTextParagraphs()
getTextParagraphs in class HSLFSheetpublic HSLFMasterSheet getMasterSheet()
null since SlideMasters doen't have master sheet.
getMasterSheet in interface Sheet<HSLFShape,HSLFTextParagraph>getMasterSheet in class HSLFSheet
public TextProp getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
getStyleAttribute in class HSLFMasterSheetpublic void setSlideShow(HSLFSlideShow ss)
setSlideShow in class HSLFSheetprotected void onAddTextShape(HSLFTextShape shape)
HSLFSheet
onAddTextShape in class HSLFSheetpublic TxMasterStyleAtom[] getTxMasterStyleAtoms()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||