|
|||||||||
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
public abstract class HSLFMasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc. For now it's empty. When we understand more about masters in ppt we will add the common functionality here.
Constructor Summary | |
---|---|
HSLFMasterSheet(SheetContainer container,
int sheetNo)
|
Method Summary | |
---|---|
abstract TextProp |
getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master. |
static boolean |
isPlaceholder(HSLFShape shape)
Checks if the shape is a placeholder. |
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, getMasterSheet, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, getTextParagraphs, 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, getMasterSheet, 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 HSLFMasterSheet(SheetContainer container, int sheetNo)
Method Detail |
---|
public abstract TextProp getStyleAttribute(int txtype, int level, java.lang.String name, boolean isCharacter)
public static boolean isPlaceholder(HSLFShape shape)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |