|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hslf.usermodel.HSLFSheet
org.apache.poi.hslf.usermodel.HSLFMasterSheet
org.apache.poi.hslf.usermodel.HSLFTitleMaster
public final class HSLFTitleMaster
Title masters define the design template for slides with a Title Slide layout.
| Constructor Summary | |
|---|---|
HSLFTitleMaster(Slide record,
int sheetNo)
Constructs a TitleMaster |
|
| Method Summary | |
|---|---|
HSLFMasterSheet |
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. |
java.util.List<java.util.List<HSLFTextParagraph>> |
getTextParagraphs()
Returns an array of all the TextRuns found |
| Methods 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, createPicture, createTable, createTextBox, draw, getBackground, getColorScheme, getFollowMasterGraphics, getPlaceholder, getPlaceholderByTextType, 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 org.apache.poi.sl.usermodel.Sheet |
|---|
draw, getBackground, getFollowMasterGraphics, getSlideShow |
| Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer |
|---|
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public HSLFTitleMaster(Slide record,
int sheetNo)
| Method Detail |
|---|
public java.util.List<java.util.List<HSLFTextParagraph>> getTextParagraphs()
getTextParagraphs in class HSLFSheet
public TextProp getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
getStyleAttribute in class HSLFMasterSheetpublic HSLFMasterSheet getMasterSheet()
getMasterSheet in interface Sheet<HSLFShape,HSLFTextParagraph>getMasterSheet in class HSLFSheet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||