Class XDDFNormalAutoFit
java.lang.Object
org.apache.poi.xddf.usermodel.text.XDDFNormalAutoFit
- All Implemented Interfaces:
XDDFAutoFit
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XDDFNormalAutoFit
(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit) -
Method Summary
Modifier and TypeMethodDescriptionint
int
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit
void
setFontScale
(Integer value) void
setLineSpaceReduction
(Integer value)
-
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 interfaceXDDFAutoFit
-
setFontScale
-
getLineSpaceReduction
public int getLineSpaceReduction()- Specified by:
getLineSpaceReduction
in interfaceXDDFAutoFit
-
setLineSpaceReduction
-