Uses of Class
fr.opensagres.xdocreport.document.docx.preprocessor.DefaultStyle

Packages that use DefaultStyle
fr.opensagres.xdocreport.document.docx.template   
fr.opensagres.xdocreport.document.docx.textstyling   
 

Uses of DefaultStyle in fr.opensagres.xdocreport.document.docx.template
 

Methods in fr.opensagres.xdocreport.document.docx.template that return DefaultStyle
static DefaultStyle DocxContextHelper.getDefaultStyle(IContext context)
           
static DefaultStyle DocxContextHelper.getDefaultStyle(Map<String,Object> sharedContext)
           
 

Methods in fr.opensagres.xdocreport.document.docx.template with parameters of type DefaultStyle
static void DocxContextHelper.putDefaultStyle(IContext context, DefaultStyle defaultStyle)
           
 

Uses of DefaultStyle in fr.opensagres.xdocreport.document.docx.textstyling
 

Methods in fr.opensagres.xdocreport.document.docx.textstyling with parameters of type DefaultStyle
 String IDocxStylesGenerator.generateAbstractNumBullet(DefaultStyle defaultStyle)
           
 String DocxDefaultStylesGenerator.generateAbstractNumBullet(DefaultStyle defaultStyle)
           
 String IDocxStylesGenerator.generateAbstractNumDecimal(DefaultStyle defaultStyle)
           
 String DocxDefaultStylesGenerator.generateAbstractNumDecimal(DefaultStyle defaultStyle)
           
 String IDocxStylesGenerator.generateAllStyles(DefaultStyle defaultStyle)
           
 String DocxDefaultStylesGenerator.generateAllStyles(DefaultStyle defaultStyle)
           
 void DocxDefaultStylesGenerator.generateHeadersStyle(StringBuilder styles, DefaultStyle defaultStyle)
           
 void DocxDefaultStylesGenerator.generateHeaderStyle(StringBuilder styles, DefaultStyle defaultStyle, int level)
           
 void DocxDefaultStylesGenerator.generateHyperlinkStyle(StringBuilder style, DefaultStyle defaultStyle)
           
 Integer IDocxStylesGenerator.getAbstractNumIdForList(boolean ordered, DefaultStyle defaultStyle)
           
 Integer DocxDefaultStylesGenerator.getAbstractNumIdForList(boolean ordered, DefaultStyle defaultStyle)
           
 String IDocxStylesGenerator.getHeaderStyleId(int level, DefaultStyle defaultStyle)
           
 String DocxDefaultStylesGenerator.getHeaderStyleId(int level, DefaultStyle defaultStyle)
           
 String IDocxStylesGenerator.getHyperLinkStyleId(DefaultStyle defaultStyle)
           
 String DocxDefaultStylesGenerator.getHyperLinkStyleId(DefaultStyle defaultStyle)
           
 



Copyright © 2013. All Rights Reserved.