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
isPlaceholderMethods 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, setSlideShowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.apache.poi.sl.usermodel.MasterSheet
getPlaceholderMethods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer
addShape, createTable, getShapes, removeShapeMethods 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:
getTextParagraphsin classHSLFSheet
-
getPropCollection
public TextPropCollection getPropCollection(int txtype, int level, String name, boolean isCharacter) Delegate the call to the underlying slide master.- Specified by:
getPropCollectionin classHSLFMasterSheet- Parameters:
txtype- theTextHeaderAtomtypelevel- 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- iftrueuse character styles, otherwise use paragraph styles
-
getMasterSheet
Returns the slide master for this title master.- Specified by:
getMasterSheetin interfaceSheet<HSLFShape,HSLFTextParagraph> - Specified by:
getMasterSheetin classHSLFSheet
-