org.modeshape.sequencer.msoffice.powerpoint
Class SlideDeckMetadata

java.lang.Object
  extended by org.modeshape.sequencer.msoffice.powerpoint.SlideDeckMetadata

public class SlideDeckMetadata
extends Object

Metadata for Microsoft Powerpoint decks.


Constructor Summary
SlideDeckMetadata()
           
 
Method Summary
 List<SlideMetadata> getHeadings()
           
 MSOfficeMetadata getMetadata()
           
 void setHeadings(List<SlideMetadata> slides)
           
 void setMetadata(MSOfficeMetadata metadata)
           
 void setMetadata(org.apache.poi.hpsf.SummaryInformation info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideDeckMetadata

public SlideDeckMetadata()
Method Detail

getMetadata

public MSOfficeMetadata getMetadata()

setMetadata

public void setMetadata(MSOfficeMetadata metadata)

setMetadata

public void setMetadata(org.apache.poi.hpsf.SummaryInformation info)

getHeadings

public List<SlideMetadata> getHeadings()

setHeadings

public void setHeadings(List<SlideMetadata> slides)


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.