public final class SlideMaster extends MasterSheet
| Constructor and Description |
|---|
SlideMaster(MainMaster record,
int sheetNo)
Constructs a SlideMaster from the MainMaster record,
|
| Modifier and Type | Method and Description |
|---|---|
MasterSheet |
getMasterSheet()
Returns
null since SlideMasters doen't have master sheet. |
TextProp |
getStyleAttribute(int txtype,
int level,
String name,
boolean isCharacter)
Pickup a style attribute from the master.
|
TextRun[] |
getTextRuns()
Returns an array of all the TextRuns found
|
TxMasterStyleAtom[] |
getTxMasterStyleAtoms() |
protected void |
onAddTextShape(TextShape shape)
Subclasses should call this method and update the array of text runs
when a text shape is added
|
void |
setSlideShow(SlideShow ss)
Assign SlideShow for this slide master.
|
isPlaceholder_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, draw, findTextRuns, findTextRuns, findTextRuns, findTextRuns, getBackground, getColorScheme, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, onCreate, removeShapepublic SlideMaster(MainMaster record, int sheetNo)
public TextRun[] getTextRuns()
getTextRuns in class Sheetpublic MasterSheet getMasterSheet()
null since SlideMasters doen't have master sheet.getMasterSheet in class Sheetpublic TextProp getStyleAttribute(int txtype, int level, String name, boolean isCharacter)
getStyleAttribute in class MasterSheetpublic void setSlideShow(SlideShow ss)
setSlideShow in class Sheetprotected void onAddTextShape(TextShape shape)
SheetonAddTextShape in class Sheetpublic TxMasterStyleAtom[] getTxMasterStyleAtoms()
Copyright © 2020. All rights reserved.