接口 IShrinkToFitSettings
public interface IShrinkToFitSettings
Represents the shrink to fit settings of this workbook.
-
方法概要
修饰符和类型方法说明boolean
Gets whether can shrink to fit the wrapped text.Gets the ommitted string.double
Gets the minimum size of font when performing shrink to fit.void
setCanShrinkToFitWrappedText
(boolean value) Sets whether can shrink to fit the wrapped text.void
setEllipsis
(String value) Sets the ommitted string.void
setMinimumFont
(double value) Sets the minimum size of font when performing shrink to fit.
-
方法详细资料
-
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
Sets the ommitted string.
-