Class XDDFShapeAutoFit
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.text.XDDFShapeAutoFit
-
- All Implemented Interfaces:
XDDFAutoFit
@Beta public class XDDFShapeAutoFit extends Object implements XDDFAutoFit
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFShapeAutoFit()protectedXDDFShapeAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit autofit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFontScale()intgetLineSpaceReduction()protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofitgetXmlObject()
-
-
-
Constructor Detail
-
XDDFShapeAutoFit
public XDDFShapeAutoFit()
-
XDDFShapeAutoFit
@Internal protected XDDFShapeAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit autofit)
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit getXmlObject()
-
getFontScale
public int getFontScale()
- Specified by:
getFontScalein interfaceXDDFAutoFit
-
getLineSpaceReduction
public int getLineSpaceReduction()
- Specified by:
getLineSpaceReductionin interfaceXDDFAutoFit
-
-