Interface CTTextNormalAutofit
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTextNormalAutofit extends XmlObject
An XML CT_TextNormalAutofit(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTextNormalAutofit>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetFontScale()Gets the "fontScale" attributejava.lang.ObjectgetLnSpcReduction()Gets the "lnSpcReduction" attributebooleanisSetFontScale()True if has "fontScale" attributebooleanisSetLnSpcReduction()True if has "lnSpcReduction" attributevoidsetFontScale(java.lang.Object fontScale)Sets the "fontScale" attributevoidsetLnSpcReduction(java.lang.Object lnSpcReduction)Sets the "lnSpcReduction" attributevoidunsetFontScale()Unsets the "fontScale" attributevoidunsetLnSpcReduction()Unsets the "lnSpcReduction" attributeSTTextFontScalePercentOrPercentStringxgetFontScale()Gets (as xml) the "fontScale" attributeSTTextSpacingPercentOrPercentStringxgetLnSpcReduction()Gets (as xml) the "lnSpcReduction" attributevoidxsetFontScale(STTextFontScalePercentOrPercentString fontScale)Sets (as xml) the "fontScale" attributevoidxsetLnSpcReduction(STTextSpacingPercentOrPercentString lnSpcReduction)Sets (as xml) the "lnSpcReduction" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTextNormalAutofit> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFontScale
java.lang.Object getFontScale()
Gets the "fontScale" attribute
-
xgetFontScale
STTextFontScalePercentOrPercentString xgetFontScale()
Gets (as xml) the "fontScale" attribute
-
isSetFontScale
boolean isSetFontScale()
True if has "fontScale" attribute
-
setFontScale
void setFontScale(java.lang.Object fontScale)
Sets the "fontScale" attribute
-
xsetFontScale
void xsetFontScale(STTextFontScalePercentOrPercentString fontScale)
Sets (as xml) the "fontScale" attribute
-
unsetFontScale
void unsetFontScale()
Unsets the "fontScale" attribute
-
getLnSpcReduction
java.lang.Object getLnSpcReduction()
Gets the "lnSpcReduction" attribute
-
xgetLnSpcReduction
STTextSpacingPercentOrPercentString xgetLnSpcReduction()
Gets (as xml) the "lnSpcReduction" attribute
-
isSetLnSpcReduction
boolean isSetLnSpcReduction()
True if has "lnSpcReduction" attribute
-
setLnSpcReduction
void setLnSpcReduction(java.lang.Object lnSpcReduction)
Sets the "lnSpcReduction" attribute
-
xsetLnSpcReduction
void xsetLnSpcReduction(STTextSpacingPercentOrPercentString lnSpcReduction)
Sets (as xml) the "lnSpcReduction" attribute
-
unsetLnSpcReduction
void unsetLnSpcReduction()
Unsets the "lnSpcReduction" attribute
-
-