public interface CTDocGrid extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTDocGrid.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCharSpace()
Gets the "charSpace" attribute
|
BigInteger |
getLinePitch()
Gets the "linePitch" attribute
|
STDocGrid.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetCharSpace()
True if has "charSpace" attribute
|
boolean |
isSetLinePitch()
True if has "linePitch" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setCharSpace(BigInteger charSpace)
Sets the "charSpace" attribute
|
void |
setLinePitch(BigInteger linePitch)
Sets the "linePitch" attribute
|
void |
setType(STDocGrid.Enum type)
Sets the "type" attribute
|
void |
unsetCharSpace()
Unsets the "charSpace" attribute
|
void |
unsetLinePitch()
Unsets the "linePitch" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
STDecimalNumber |
xgetCharSpace()
Gets (as xml) the "charSpace" attribute
|
STDecimalNumber |
xgetLinePitch()
Gets (as xml) the "linePitch" attribute
|
STDocGrid |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetCharSpace(STDecimalNumber charSpace)
Sets (as xml) the "charSpace" attribute
|
void |
xsetLinePitch(STDecimalNumber linePitch)
Sets (as xml) the "linePitch" attribute
|
void |
xsetType(STDocGrid type)
Sets (as xml) the "type" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
STDocGrid.Enum getType()
STDocGrid xgetType()
boolean isSetType()
void setType(STDocGrid.Enum type)
void xsetType(STDocGrid type)
void unsetType()
BigInteger getLinePitch()
STDecimalNumber xgetLinePitch()
boolean isSetLinePitch()
void setLinePitch(BigInteger linePitch)
void xsetLinePitch(STDecimalNumber linePitch)
void unsetLinePitch()
BigInteger getCharSpace()
STDecimalNumber xgetCharSpace()
boolean isSetCharSpace()
void setCharSpace(BigInteger charSpace)
void xsetCharSpace(STDecimalNumber charSpace)
void unsetCharSpace()
Copyright © 2010 - 2020 Adobe. All Rights Reserved