ModeShape Distribution 3.0.0.Beta4

org.modeshape.sequencer.msoffice.powerpoint
Class PowerpointMetadata

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

public class PowerpointMetadata
extends Object

Metadata for Microsoft Powerpoint decks.


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

Constructor Detail

PowerpointMetadata

public PowerpointMetadata()
Method Detail

getMetadata

public MSOfficeMetadata getMetadata()

setMetadata

public void setMetadata(MSOfficeMetadata metadata)

setMetadata

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

getSlides

public List<SlideMetadata> getSlides()

setSlides

public void setSlides(List<SlideMetadata> slides)

ModeShape Distribution 3.0.0.Beta4

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