Class XDDFNormalAutoFit
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.text.XDDFNormalAutoFit
-
- All Implemented Interfaces:
XDDFAutoFit
@Beta public class XDDFNormalAutoFit extends java.lang.Object implements XDDFAutoFit
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFNormalAutoFit()
protected
XDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFontScale()
int
getLineSpaceReduction()
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit
getXmlObject()
void
setFontScale(java.lang.Integer value)
void
setLineSpaceReduction(java.lang.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:
getFontScale
in interfaceXDDFAutoFit
-
setFontScale
public void setFontScale(java.lang.Integer value)
-
getLineSpaceReduction
public int getLineSpaceReduction()
- Specified by:
getLineSpaceReduction
in interfaceXDDFAutoFit
-
setLineSpaceReduction
public void setLineSpaceReduction(java.lang.Integer value)
-
-