Interface CTReadingModeInkLockDown
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ReadingModeInkLockDown(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTReadingModeInkLockDown> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "actualPg" attributeGets the "fontSz" attributegetH()Gets the "h" attributegetW()Gets the "w" attributevoidsetActualPg(Object actualPg) Sets the "actualPg" attributevoidSets the "fontSz" attributevoidsetH(BigInteger h) Sets the "h" attributevoidsetW(BigInteger w) Sets the "w" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "actualPg" attributeGets (as xml) the "fontSz" attributexgetH()Gets (as xml) the "h" attributexgetW()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" attributevoidSets (as xml) the "h" attributevoidSets (as xml) the "w" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getActualPg
Object getActualPg()Gets the "actualPg" attribute -
xgetActualPg
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetActualPg()Gets (as xml) the "actualPg" attribute -
setActualPg
Sets the "actualPg" attribute -
getW
BigInteger getW()Gets the "w" attribute -
xgetW
STPixelsMeasure xgetW()Gets (as xml) the "w" attribute -
setW
Sets the "w" attribute -
xsetW
Sets (as xml) the "w" attribute -
getH
BigInteger getH()Gets the "h" attribute -
xgetH
STPixelsMeasure xgetH()Gets (as xml) the "h" attribute -
setH
Sets the "h" attribute -
xsetH
Sets (as xml) the "h" attribute -
getFontSz
Object getFontSz()Gets the "fontSz" attribute -
xgetFontSz
STDecimalNumberOrPercent xgetFontSz()Gets (as xml) the "fontSz" attribute -
setFontSz
Sets the "fontSz" attribute -
xsetFontSz
Sets (as xml) the "fontSz" attribute
-