fr.opensagres.xdocreport.document.docx.preprocessor.sax.styles
Class DocxStylesPreprocessor

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.AbstractXDocPreprocessor<InputStream>
      extended by fr.opensagres.xdocreport.document.preprocessor.sax.SAXXDocPreprocessor
          extended by fr.opensagres.xdocreport.document.docx.preprocessor.sax.styles.DocxStylesPreprocessor
All Implemented Interfaces:
IXDocPreprocessor

public class DocxStylesPreprocessor
extends SAXXDocPreprocessor

SAX Processor which parses word/styles.xml to add XDocReport styles (hyperlink, numbered list, etc...)


Field Summary
static IXDocPreprocessor INSTANCE
           
 
Constructor Summary
DocxStylesPreprocessor()
           
 
Method Summary
protected  BufferedDocumentContentHandler createBufferedDocumentContentHandler(String entryName, FieldsMetadata fieldsMetadata, IDocumentFormatter formatter, Map<String,Object> sharedContext)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.SAXXDocPreprocessor
closeSource, getSource, preprocess
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.AbstractXDocPreprocessor
create, createAndProcess, preprocess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IXDocPreprocessor INSTANCE
Constructor Detail

DocxStylesPreprocessor

public DocxStylesPreprocessor()
Method Detail

createBufferedDocumentContentHandler

protected BufferedDocumentContentHandler createBufferedDocumentContentHandler(String entryName,
                                                                              FieldsMetadata fieldsMetadata,
                                                                              IDocumentFormatter formatter,
                                                                              Map<String,Object> sharedContext)
Specified by:
createBufferedDocumentContentHandler in class SAXXDocPreprocessor


Copyright © 2013. All rights reserved.