com.powerml.structures
Class Presentation

java.lang.Object
  extended bycom.powerml.structures.Presentation

public final class Presentation
extends java.lang.Object

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

DEFAULT_ROUND_PRECISION

public static final int DEFAULT_ROUND_PRECISION
Default rounding precision, use setRoundPrecision() to override.

See Also:
Constant Field Values

DEFAULT_SCHEMA_LOCATION

public static final java.lang.String DEFAULT_SCHEMA_LOCATION
Default schema location, use setSchemaLocation() to override.

See Also:
Constant Field Values
Method Detail

getBulletPictures

public java.util.ArrayList getBulletPictures()
Returns a list containing the pictures used as bullets.

Returns:
ArrayList containing Picture instances

getFonts

public java.util.ArrayList getFonts()
Returns a list containing the names of the fonts used in the presentation.

Returns:
ArrayList containing font name strings

getFooter

public Footer getFooter()
Returns the default slide footer of the presentation. It can be overridden per slide.

Returns:
default slide footer

getHeight

public int getHeight()
Returns the slide height in PowerPoint master units (1" = 576 pmu)

Returns:
slide height (pmu)

getMasters

public java.util.ArrayList getMasters()
Returns a list containing the presentation's masters

Returns:
ArrayList containing Master instances

getPictures

public java.util.ArrayList getPictures()
Returns all images contained in the presentation.

Returns:
ArrayList containing Picture instances

getSlides

public java.util.ArrayList getSlides()
Returns a list containing the presentation's slides.

Returns:
ArrayList containing Slide instances

getSummary

public Summary getSummary()
Returns the presentation's summary.

Returns:
the summary of the presentation

getWidth

public int getWidth()
Returns the slide width in PowerPoint master units (1" = 576 pmu)

Returns:
slide width (pmu)

isHiddenTitleFooter

public boolean isHiddenTitleFooter()
Checks whether the footer is hidden on the title slide.

Returns:
if true, footer is hidden on title slide


© 2004-2005 Ralf Terdic. All rights reserved.
www.powerml.com