|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.model.Sheet org.apache.poi.hslf.model.MasterSheet org.apache.poi.hslf.model.TitleMaster
public final class TitleMaster
Title masters define the design template for slides with a Title Slide layout.
Constructor Summary | |
---|---|
TitleMaster(Slide record,
int sheetNo)
Constructs a TitleMaster |
Method Summary | |
---|---|
MasterSheet |
getMasterSheet()
Returns the slide master for this title master. |
TextProp |
getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Delegate the call to the underlying slide master. |
TextRun[] |
getTextRuns()
Returns an array of all the TextRuns found |
Methods inherited from class org.apache.poi.hslf.model.MasterSheet |
---|
isPlaceholder |
Methods inherited from class org.apache.poi.hslf.model.Sheet |
---|
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, draw, findTextRuns, findTextRuns, getBackground, getColorScheme, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, onAddTextShape, onCreate, removeShape, setSlideShow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TitleMaster(Slide record, int sheetNo)
Method Detail |
---|
public TextRun[] getTextRuns()
getTextRuns
in class Sheet
public TextProp getStyleAttribute(int txtype, int level, java.lang.String name, boolean isCharacter)
getStyleAttribute
in class MasterSheet
public MasterSheet getMasterSheet()
getMasterSheet
in class Sheet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |