Class XDDFNormalAutoFit

java.lang.Object
org.apache.poi.xddf.usermodel.text.XDDFNormalAutoFit
All Implemented Interfaces:
XDDFAutoFit

@Beta public class XDDFNormalAutoFit extends Object implements XDDFAutoFit
  • Constructor Details

    • XDDFNormalAutoFit

      public XDDFNormalAutoFit()
    • XDDFNormalAutoFit

      @Internal protected XDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit)
  • Method Details

    • getXmlObject

      @Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit getXmlObject()
    • getFontScale

      public int getFontScale()
      Specified by:
      getFontScale in interface XDDFAutoFit
    • setFontScale

      public void setFontScale(Integer value)
    • getLineSpaceReduction

      public int getLineSpaceReduction()
      Specified by:
      getLineSpaceReduction in interface XDDFAutoFit
    • setLineSpaceReduction

      public void setLineSpaceReduction(Integer value)