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