Class AsposeCellsStyleHelper


  • public class AsposeCellsStyleHelper
    extends java.lang.Object
    A class containing helper methods for working with Aspose Cells Styles.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enableAllBorders​(com.aspose.cells.Style style)
      Convenience method for applying a thin black border to all sides of a given cell style.
      • Methods inherited from class java.lang.Object

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

      • AsposeCellsStyleHelper

        public AsposeCellsStyleHelper()
    • Method Detail

      • enableAllBorders

        public static void enableAllBorders​(com.aspose.cells.Style style)
        Convenience method for applying a thin black border to all sides of a given cell style.
        Parameters:
        style - The style to modify the borders of.