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
|
protected 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, removeShape
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
draw, getBackground, getFollowMasterGraphics, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape
public HSLFSlideMaster(MainMaster record, int sheetNo)
public java.util.List<java.util.List<HSLFTextParagraph>> getTextParagraphs()
getTextParagraphs
in class HSLFSheet
public 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 HSLFMasterSheet
@Internal protected void setSlideShow(HSLFSlideShow ss)
setSlideShow
in class HSLFSheet
protected void onAddTextShape(HSLFTextShape shape)
HSLFSheet
onAddTextShape
in class HSLFSheet
public TxMasterStyleAtom[] getTxMasterStyleAtoms()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.