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