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,
java.lang.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, removeShape
public SlideMaster(MainMaster record, int sheetNo)
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
protected void onAddTextShape(TextShape shape)
Sheet
onAddTextShape
in class Sheet
public TxMasterStyleAtom[] getTxMasterStyleAtoms()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.