|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.powerml.structures.Presentation
Top level structure containing all presentation data.
| Field Summary | |
static int |
DEFAULT_ROUND_PRECISION
Default rounding precision, use setRoundPrecision() to
override. |
static java.lang.String |
DEFAULT_SCHEMA_LOCATION
Default schema location, use setSchemaLocation() to override. |
| Method Summary | |
java.util.ArrayList |
getBulletPictures()
Returns a list containing the pictures used as bullets. |
java.util.ArrayList |
getFonts()
Returns a list containing the names of the fonts used in the presentation. |
Footer |
getFooter()
Returns the default slide footer of the presentation. |
int |
getHeight()
Returns the slide height in PowerPoint master units (1" = 576 pmu) |
java.util.ArrayList |
getMasters()
Returns a list containing the presentation's masters |
java.util.ArrayList |
getPictures()
Returns all images contained in the presentation. |
java.util.ArrayList |
getSlides()
Returns a list containing the presentation's slides. |
Summary |
getSummary()
Returns the presentation's summary. |
int |
getWidth()
Returns the slide width in PowerPoint master units (1" = 576 pmu) |
boolean |
isHiddenTitleFooter()
Checks whether the footer is hidden on the title slide. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEFAULT_ROUND_PRECISION
setRoundPrecision() to
override.
public static final java.lang.String DEFAULT_SCHEMA_LOCATION
setSchemaLocation() to override.
| Method Detail |
public java.util.ArrayList getBulletPictures()
ArrayList containing Picture instancespublic java.util.ArrayList getFonts()
ArrayList containing font name stringspublic Footer getFooter()
public int getHeight()
public java.util.ArrayList getMasters()
ArrayList containing Master instancespublic java.util.ArrayList getPictures()
ArrayList containing Picture instancespublic java.util.ArrayList getSlides()
ArrayList containing Slide instancespublic Summary getSummary()
public int getWidth()
public boolean isHiddenTitleFooter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||