Class StyleSyntax


  • public class StyleSyntax
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StyleSyntax()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.poi.xssf.usermodel.XSSFCellStyle composeStyle​(java.lang.String strStyle, org.apache.poi.ss.usermodel.Workbook _wb)
      Analysiert den angegebenen Stil und setzt diesen excel-konform.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StyleSyntax

        public StyleSyntax()
    • Method Detail

      • composeStyle

        public static org.apache.poi.xssf.usermodel.XSSFCellStyle composeStyle​(java.lang.String strStyle,
                                                                               org.apache.poi.ss.usermodel.Workbook _wb)
        Analysiert den angegebenen Stil und setzt diesen excel-konform.
        Parameters:
        strStyle - strStyle
        _wb - _wb
        Returns:
        XSSFCellStyle