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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTReadingModeInkLockDown>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.ObjectgetActualPg()Gets the "actualPg" attributejava.lang.ObjectgetFontSz()Gets the "fontSz" attributejava.math.BigIntegergetH()Gets the "h" attributejava.math.BigIntegergetW()Gets the "w" attributevoidsetActualPg(java.lang.Object actualPg)Sets the "actualPg" attributevoidsetFontSz(java.lang.Object fontSz)Sets the "fontSz" attributevoidsetH(java.math.BigInteger h)Sets the "h" attributevoidsetW(java.math.BigInteger w)Sets the "w" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetActualPg()Gets (as xml) the "actualPg" attributeSTDecimalNumberOrPercentxgetFontSz()Gets (as xml) the "fontSz" attributeSTPixelsMeasurexgetH()Gets (as xml) the "h" attributeSTPixelsMeasurexgetW()Gets (as xml) the "w" attributevoidxsetActualPg(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff actualPg)Sets (as xml) the "actualPg" attributevoidxsetFontSz(STDecimalNumberOrPercent 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTReadingModeInkLockDown> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getActualPg
java.lang.Object getActualPg()
Gets the "actualPg" attribute
-
xgetActualPg
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetActualPg()
Gets (as xml) the "actualPg" attribute
-
setActualPg
void setActualPg(java.lang.Object actualPg)
Sets the "actualPg" attribute
-
xsetActualPg
void xsetActualPg(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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.lang.Object getFontSz()
Gets the "fontSz" attribute
-
xgetFontSz
STDecimalNumberOrPercent xgetFontSz()
Gets (as xml) the "fontSz" attribute
-
setFontSz
void setFontSz(java.lang.Object fontSz)
Sets the "fontSz" attribute
-
xsetFontSz
void xsetFontSz(STDecimalNumberOrPercent fontSz)
Sets (as xml) the "fontSz" attribute
-
-