接口 IShrinkToFitSettings


public interface IShrinkToFitSettings
Represents the shrink to fit settings of this workbook.
  • 方法详细资料

    • getCanShrinkToFitWrappedText

      boolean getCanShrinkToFitWrappedText()
      Gets whether can shrink to fit the wrapped text.
    • setCanShrinkToFitWrappedText

      void setCanShrinkToFitWrappedText(boolean value)
      Sets whether can shrink to fit the wrapped text.
    • getMinimumFont

      double getMinimumFont()
      Gets the minimum size of font when performing shrink to fit.
    • setMinimumFont

      void setMinimumFont(double value)
      Sets the minimum size of font when performing shrink to fit.
    • getEllipsis

      String getEllipsis()
      Gets the ommitted string. The default value is "...".
    • setEllipsis

      void setEllipsis(String value)
      Sets the ommitted string.