Package org.apache.poi.hslf.usermodel
Class HSLFTitleMaster
java.lang.Object
org.apache.poi.hslf.usermodel.HSLFSheet
org.apache.poi.hslf.usermodel.HSLFMasterSheet
org.apache.poi.hslf.usermodel.HSLFTitleMaster
- All Implemented Interfaces:
Iterable<HSLFShape>
,HSLFShapeContainer
,MasterSheet<HSLFShape,
,HSLFTextParagraph> ShapeContainer<HSLFShape,
,HSLFTextParagraph> Sheet<HSLFShape,
HSLFTextParagraph>
Title masters define the design template for slides with a Title Slide layout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the slide master for this title master.getPropCollection
(int txtype, int level, String name, boolean isCharacter) Delegate the call to the underlying slide master.Returns an array of all the TextRuns foundMethods inherited from class org.apache.poi.hslf.usermodel.HSLFMasterSheet
isPlaceholder
Methods inherited from class org.apache.poi.hslf.usermodel.HSLFSheet
_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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.apache.poi.sl.usermodel.MasterSheet
getPlaceholder
Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer
addShape, createTable, getShapes, removeShape
Methods inherited from interface org.apache.poi.sl.usermodel.Sheet
draw, getBackground, getFollowMasterGraphics, getPlaceholderDetails, getSlideShow
-
Constructor Details
-
HSLFTitleMaster
Constructs a TitleMaster
-
-
Method Details
-
getTextParagraphs
Returns an array of all the TextRuns found- Specified by:
getTextParagraphs
in classHSLFSheet
-
getPropCollection
public TextPropCollection getPropCollection(int txtype, int level, String name, boolean isCharacter) Delegate the call to the underlying slide master.- Specified by:
getPropCollection
in classHSLFMasterSheet
- Parameters:
txtype
- theTextHeaderAtom
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
- iftrue
use character styles, otherwise use paragraph styles
-
getMasterSheet
Returns the slide master for this title master.- Specified by:
getMasterSheet
in interfaceSheet<HSLFShape,
HSLFTextParagraph> - Specified by:
getMasterSheet
in classHSLFSheet
-