@Beta public class XDDFNormalAutoFit extends Object implements XDDFAutoFit
| Modifier | Constructor and Description |
|---|---|
|
XDDFNormalAutoFit() |
protected |
XDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFontScale() |
int |
getLineSpaceReduction() |
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit |
getXmlObject() |
void |
setFontScale(Integer value) |
void |
setLineSpaceReduction(Integer value) |
public XDDFNormalAutoFit()
@Internal protected XDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit)
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit getXmlObject()
public int getFontScale()
getFontScale in interface XDDFAutoFitpublic void setFontScale(Integer value)
public int getLineSpaceReduction()
getLineSpaceReduction in interface XDDFAutoFitpublic void setLineSpaceReduction(Integer value)