Interface CTReadingModeInkLockDown
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTReadingModeInkLockDown extends XmlObject
An XML CT_ReadingModeInkLockDown(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTReadingModeInkLockDown.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 STOnOff.EnumgetActualPg()Gets the "actualPg" attributejava.math.BigIntegergetFontSz()Gets the "fontSz" attributejava.math.BigIntegergetH()Gets the "h" attributejava.math.BigIntegergetW()Gets the "w" attributevoidsetActualPg(STOnOff.Enum actualPg)Sets the "actualPg" attributevoidsetFontSz(java.math.BigInteger fontSz)Sets the "fontSz" attributevoidsetH(java.math.BigInteger h)Sets the "h" attributevoidsetW(java.math.BigInteger w)Sets the "w" attributeSTOnOffxgetActualPg()Gets (as xml) the "actualPg" attributeSTDecimalNumberxgetFontSz()Gets (as xml) the "fontSz" attributeSTPixelsMeasurexgetH()Gets (as xml) the "h" attributeSTPixelsMeasurexgetW()Gets (as xml) the "w" attributevoidxsetActualPg(STOnOff actualPg)Sets (as xml) the "actualPg" attributevoidxsetFontSz(STDecimalNumber fontSz)Sets (as xml) the "fontSz" attributevoidxsetH(STPixelsMeasure h)Sets (as xml) the "h" attributevoidxsetW(STPixelsMeasure w)Sets (as xml) the "w" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getActualPg
STOnOff.Enum getActualPg()
Gets the "actualPg" attribute
-
xgetActualPg
STOnOff xgetActualPg()
Gets (as xml) the "actualPg" attribute
-
setActualPg
void setActualPg(STOnOff.Enum actualPg)
Sets the "actualPg" attribute
-
xsetActualPg
void xsetActualPg(STOnOff actualPg)
Sets (as xml) the "actualPg" attribute
-
getW
java.math.BigInteger getW()
Gets the "w" attribute
-
xgetW
STPixelsMeasure xgetW()
Gets (as xml) the "w" attribute
-
setW
void setW(java.math.BigInteger w)
Sets the "w" attribute
-
xsetW
void xsetW(STPixelsMeasure w)
Sets (as xml) the "w" attribute
-
getH
java.math.BigInteger getH()
Gets the "h" attribute
-
xgetH
STPixelsMeasure xgetH()
Gets (as xml) the "h" attribute
-
setH
void setH(java.math.BigInteger h)
Sets the "h" attribute
-
xsetH
void xsetH(STPixelsMeasure h)
Sets (as xml) the "h" attribute
-
getFontSz
java.math.BigInteger getFontSz()
Gets the "fontSz" attribute
-
xgetFontSz
STDecimalNumber xgetFontSz()
Gets (as xml) the "fontSz" attribute
-
setFontSz
void setFontSz(java.math.BigInteger fontSz)
Sets the "fontSz" attribute
-
xsetFontSz
void xsetFontSz(STDecimalNumber fontSz)
Sets (as xml) the "fontSz" attribute
-
-