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 class
CTReadingModeInkLockDown.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.Enum
getActualPg()
Gets the "actualPg" attributejava.math.BigInteger
getFontSz()
Gets the "fontSz" attributejava.math.BigInteger
getH()
Gets the "h" attributejava.math.BigInteger
getW()
Gets the "w" attributevoid
setActualPg(STOnOff.Enum actualPg)
Sets the "actualPg" attributevoid
setFontSz(java.math.BigInteger fontSz)
Sets the "fontSz" attributevoid
setH(java.math.BigInteger h)
Sets the "h" attributevoid
setW(java.math.BigInteger w)
Sets the "w" attributeSTOnOff
xgetActualPg()
Gets (as xml) the "actualPg" attributeSTDecimalNumber
xgetFontSz()
Gets (as xml) the "fontSz" attributeSTPixelsMeasure
xgetH()
Gets (as xml) the "h" attributeSTPixelsMeasure
xgetW()
Gets (as xml) the "w" attributevoid
xsetActualPg(STOnOff actualPg)
Sets (as xml) the "actualPg" attributevoid
xsetFontSz(STDecimalNumber fontSz)
Sets (as xml) the "fontSz" attributevoid
xsetH(STPixelsMeasure h)
Sets (as xml) the "h" attributevoid
xsetW(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
-
-