public final class HSLFSlideMaster extends HSLFMasterSheet
| Constructor and Description |
|---|
HSLFSlideMaster(MainMaster record,
int sheetNo)
Constructs a SlideMaster from the MainMaster record,
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
isPlaceholder_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, draw, getBackground, getColorScheme, getFollowMasterGraphics, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, iterator, onCreate, removeShapeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdraw, getBackground, getFollowMasterGraphics, getSlideShowaddShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShapepublic HSLFSlideMaster(MainMaster record, int sheetNo)
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 HSLFSheetpublic 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)
HSLFSheetonAddTextShape in class HSLFSheetpublic TxMasterStyleAtom[] getTxMasterStyleAtoms()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.