Uses of Class
org.modeshape.sequencer.msoffice.MSOfficeMetadata

Packages that use MSOfficeMetadata
org.modeshape.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.modeshape.sequencer.msoffice.excel The classes for reading Microsoft Excel metadata. 
org.modeshape.sequencer.msoffice.powerpoint The classes for reading Microsoft PowerPoint metadata. 
org.modeshape.sequencer.msoffice.word The classes for reading Microsoft Word metadata. 
 

Uses of MSOfficeMetadata in org.modeshape.sequencer.msoffice
 

Methods in org.modeshape.sequencer.msoffice that return MSOfficeMetadata
static MSOfficeMetadata MSOfficeMetadataReader.instance(InputStream stream)
           
 

Methods in org.modeshape.sequencer.msoffice with parameters of type MSOfficeMetadata
protected  void MSOfficeMetadataSequencer.recordMetadata(SequencerOutput output, StreamSequencerContext context, Path metadataNode, MSOfficeMetadata metadata)
           
 

Uses of MSOfficeMetadata in org.modeshape.sequencer.msoffice.excel
 

Methods in org.modeshape.sequencer.msoffice.excel that return MSOfficeMetadata
 MSOfficeMetadata ExcelMetadata.getMetadata()
           
 

Methods in org.modeshape.sequencer.msoffice.excel with parameters of type MSOfficeMetadata
 void ExcelMetadata.setMetadata(MSOfficeMetadata metadata)
           
 

Uses of MSOfficeMetadata in org.modeshape.sequencer.msoffice.powerpoint
 

Methods in org.modeshape.sequencer.msoffice.powerpoint that return MSOfficeMetadata
 MSOfficeMetadata SlideDeckMetadata.getMetadata()
           
 

Methods in org.modeshape.sequencer.msoffice.powerpoint with parameters of type MSOfficeMetadata
 void SlideDeckMetadata.setMetadata(MSOfficeMetadata metadata)
           
 

Uses of MSOfficeMetadata in org.modeshape.sequencer.msoffice.word
 

Methods in org.modeshape.sequencer.msoffice.word that return MSOfficeMetadata
 MSOfficeMetadata WordMetadata.getMetadata()
           
 

Methods in org.modeshape.sequencer.msoffice.word with parameters of type MSOfficeMetadata
 void WordMetadata.setMetadata(MSOfficeMetadata metadata)
           
 



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