Interface CTDocGrid
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DocGrid(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "charSpace" attributeGets the "linePitch" attributegetType()Gets the "type" attributebooleanTrue if has "charSpace" attributebooleanTrue if has "linePitch" attributebooleanTrue if has "type" attributevoidsetCharSpace(BigInteger charSpace) Sets the "charSpace" attributevoidsetLinePitch(BigInteger linePitch) Sets the "linePitch" attributevoidsetType(STDocGrid.Enum type) Sets the "type" attributevoidUnsets the "charSpace" attributevoidUnsets the "linePitch" attributevoidUnsets the "type" attributeGets (as xml) the "charSpace" attributeGets (as xml) the "linePitch" attributexgetType()Gets (as xml) the "type" attributevoidxsetCharSpace(STDecimalNumber charSpace) Sets (as xml) the "charSpace" attributevoidxsetLinePitch(STDecimalNumber linePitch) Sets (as xml) the "linePitch" attributevoidSets (as xml) the "type" 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
-
getType
STDocGrid.Enum getType()Gets the "type" attribute -
xgetType
STDocGrid xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getLinePitch
BigInteger getLinePitch()Gets the "linePitch" attribute -
xgetLinePitch
STDecimalNumber xgetLinePitch()Gets (as xml) the "linePitch" attribute -
isSetLinePitch
boolean isSetLinePitch()True if has "linePitch" attribute -
setLinePitch
Sets the "linePitch" attribute -
xsetLinePitch
Sets (as xml) the "linePitch" attribute -
unsetLinePitch
void unsetLinePitch()Unsets the "linePitch" attribute -
getCharSpace
BigInteger getCharSpace()Gets the "charSpace" attribute -
xgetCharSpace
STDecimalNumber xgetCharSpace()Gets (as xml) the "charSpace" attribute -
isSetCharSpace
boolean isSetCharSpace()True if has "charSpace" attribute -
setCharSpace
Sets the "charSpace" attribute -
xsetCharSpace
Sets (as xml) the "charSpace" attribute -
unsetCharSpace
void unsetCharSpace()Unsets the "charSpace" attribute
-