@Beta public class XDDFNormalAutoFit extends java.lang.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(java.lang.Integer value) |
void |
setLineSpaceReduction(java.lang.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(java.lang.Integer value)
public int getLineSpaceReduction()
getLineSpaceReduction in interface XDDFAutoFitpublic void setLineSpaceReduction(java.lang.Integer value)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.