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 Summary
Constructors Modifier Constructor Description XDDFNormalAutoFit()protectedXDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFontScale()intgetLineSpaceReduction()protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofitgetXmlObject()voidsetFontScale(Integer value)voidsetLineSpaceReduction(Integer value)
-
-
-
Constructor Detail
-
XDDFNormalAutoFit
public XDDFNormalAutoFit()
-
XDDFNormalAutoFit
@Internal protected XDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit)
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit getXmlObject()
-
getFontScale
public int getFontScale()
- Specified by:
getFontScalein interfaceXDDFAutoFit
-
setFontScale
public void setFontScale(Integer value)
-
getLineSpaceReduction
public int getLineSpaceReduction()
- Specified by:
getLineSpaceReductionin interfaceXDDFAutoFit
-
setLineSpaceReduction
public void setLineSpaceReduction(Integer value)
-
-