public final class HSLFTitleMaster extends HSLFMasterSheet
Constructor and Description |
---|
HSLFTitleMaster(Slide record,
int sheetNo)
Constructs a TitleMaster
|
Modifier and Type | Method and Description |
---|---|
HSLFMasterSheet |
getMasterSheet()
Returns the slide master for this title master.
|
TextPropCollection |
getPropCollection(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Delegate the call to the underlying slide master.
|
java.util.List<java.util.List<HSLFTextParagraph>> |
getTextParagraphs()
Returns an array of all the TextRuns found
|
isPlaceholder
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, draw, getBackground, getColorScheme, getFollowMasterGraphics, getHeadersFooters, getPlaceholder, getPlaceholderByTextType, getPlaceholderDetails, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, iterator, onAddTextShape, onCreate, removeShape, setSlideShow
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPlaceholder
draw, getBackground, getFollowMasterGraphics, getPlaceholderDetails, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShape
public HSLFTitleMaster(Slide record, int sheetNo)
public java.util.List<java.util.List<HSLFTextParagraph>> getTextParagraphs()
getTextParagraphs
in class HSLFSheet
public TextPropCollection getPropCollection(int txtype, int level, java.lang.String name, boolean isCharacter)
getPropCollection
in class HSLFMasterSheet
txtype
- the TextHeaderAtom
typelevel
- the indent level of the paragraph, if the level is not defined for the found
collection, the highest existing level will be usedname
- the property name,isCharacter
- if true
use character styles, otherwise use paragraph stylespublic HSLFMasterSheet getMasterSheet()
getMasterSheet
in interface Sheet<HSLFShape,HSLFTextParagraph>
getMasterSheet
in class HSLFSheet
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.