Interface CTTblPPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTblPPr extends XmlObject
An XML CT_TblPPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTblPPr.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 java.math.BigInteger
getBottomFromText()
Gets the "bottomFromText" attributeSTHAnchor.Enum
getHorzAnchor()
Gets the "horzAnchor" attributejava.math.BigInteger
getLeftFromText()
Gets the "leftFromText" attributejava.math.BigInteger
getRightFromText()
Gets the "rightFromText" attributejava.math.BigInteger
getTblpX()
Gets the "tblpX" attributeSTXAlign.Enum
getTblpXSpec()
Gets the "tblpXSpec" attributejava.math.BigInteger
getTblpY()
Gets the "tblpY" attributeSTYAlign.Enum
getTblpYSpec()
Gets the "tblpYSpec" attributejava.math.BigInteger
getTopFromText()
Gets the "topFromText" attributeSTVAnchor.Enum
getVertAnchor()
Gets the "vertAnchor" attributeboolean
isSetBottomFromText()
True if has "bottomFromText" attributeboolean
isSetHorzAnchor()
True if has "horzAnchor" attributeboolean
isSetLeftFromText()
True if has "leftFromText" attributeboolean
isSetRightFromText()
True if has "rightFromText" attributeboolean
isSetTblpX()
True if has "tblpX" attributeboolean
isSetTblpXSpec()
True if has "tblpXSpec" attributeboolean
isSetTblpY()
True if has "tblpY" attributeboolean
isSetTblpYSpec()
True if has "tblpYSpec" attributeboolean
isSetTopFromText()
True if has "topFromText" attributeboolean
isSetVertAnchor()
True if has "vertAnchor" attributevoid
setBottomFromText(java.math.BigInteger bottomFromText)
Sets the "bottomFromText" attributevoid
setHorzAnchor(STHAnchor.Enum horzAnchor)
Sets the "horzAnchor" attributevoid
setLeftFromText(java.math.BigInteger leftFromText)
Sets the "leftFromText" attributevoid
setRightFromText(java.math.BigInteger rightFromText)
Sets the "rightFromText" attributevoid
setTblpX(java.math.BigInteger tblpX)
Sets the "tblpX" attributevoid
setTblpXSpec(STXAlign.Enum tblpXSpec)
Sets the "tblpXSpec" attributevoid
setTblpY(java.math.BigInteger tblpY)
Sets the "tblpY" attributevoid
setTblpYSpec(STYAlign.Enum tblpYSpec)
Sets the "tblpYSpec" attributevoid
setTopFromText(java.math.BigInteger topFromText)
Sets the "topFromText" attributevoid
setVertAnchor(STVAnchor.Enum vertAnchor)
Sets the "vertAnchor" attributevoid
unsetBottomFromText()
Unsets the "bottomFromText" attributevoid
unsetHorzAnchor()
Unsets the "horzAnchor" attributevoid
unsetLeftFromText()
Unsets the "leftFromText" attributevoid
unsetRightFromText()
Unsets the "rightFromText" attributevoid
unsetTblpX()
Unsets the "tblpX" attributevoid
unsetTblpXSpec()
Unsets the "tblpXSpec" attributevoid
unsetTblpY()
Unsets the "tblpY" attributevoid
unsetTblpYSpec()
Unsets the "tblpYSpec" attributevoid
unsetTopFromText()
Unsets the "topFromText" attributevoid
unsetVertAnchor()
Unsets the "vertAnchor" attributeSTTwipsMeasure
xgetBottomFromText()
Gets (as xml) the "bottomFromText" attributeSTHAnchor
xgetHorzAnchor()
Gets (as xml) the "horzAnchor" attributeSTTwipsMeasure
xgetLeftFromText()
Gets (as xml) the "leftFromText" attributeSTTwipsMeasure
xgetRightFromText()
Gets (as xml) the "rightFromText" attributeSTSignedTwipsMeasure
xgetTblpX()
Gets (as xml) the "tblpX" attributeSTXAlign
xgetTblpXSpec()
Gets (as xml) the "tblpXSpec" attributeSTSignedTwipsMeasure
xgetTblpY()
Gets (as xml) the "tblpY" attributeSTYAlign
xgetTblpYSpec()
Gets (as xml) the "tblpYSpec" attributeSTTwipsMeasure
xgetTopFromText()
Gets (as xml) the "topFromText" attributeSTVAnchor
xgetVertAnchor()
Gets (as xml) the "vertAnchor" attributevoid
xsetBottomFromText(STTwipsMeasure bottomFromText)
Sets (as xml) the "bottomFromText" attributevoid
xsetHorzAnchor(STHAnchor horzAnchor)
Sets (as xml) the "horzAnchor" attributevoid
xsetLeftFromText(STTwipsMeasure leftFromText)
Sets (as xml) the "leftFromText" attributevoid
xsetRightFromText(STTwipsMeasure rightFromText)
Sets (as xml) the "rightFromText" attributevoid
xsetTblpX(STSignedTwipsMeasure tblpX)
Sets (as xml) the "tblpX" attributevoid
xsetTblpXSpec(STXAlign tblpXSpec)
Sets (as xml) the "tblpXSpec" attributevoid
xsetTblpY(STSignedTwipsMeasure tblpY)
Sets (as xml) the "tblpY" attributevoid
xsetTblpYSpec(STYAlign tblpYSpec)
Sets (as xml) the "tblpYSpec" attributevoid
xsetTopFromText(STTwipsMeasure topFromText)
Sets (as xml) the "topFromText" attributevoid
xsetVertAnchor(STVAnchor vertAnchor)
Sets (as xml) the "vertAnchor" 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
-
getLeftFromText
java.math.BigInteger getLeftFromText()
Gets the "leftFromText" attribute
-
xgetLeftFromText
STTwipsMeasure xgetLeftFromText()
Gets (as xml) the "leftFromText" attribute
-
isSetLeftFromText
boolean isSetLeftFromText()
True if has "leftFromText" attribute
-
setLeftFromText
void setLeftFromText(java.math.BigInteger leftFromText)
Sets the "leftFromText" attribute
-
xsetLeftFromText
void xsetLeftFromText(STTwipsMeasure leftFromText)
Sets (as xml) the "leftFromText" attribute
-
unsetLeftFromText
void unsetLeftFromText()
Unsets the "leftFromText" attribute
-
getRightFromText
java.math.BigInteger getRightFromText()
Gets the "rightFromText" attribute
-
xgetRightFromText
STTwipsMeasure xgetRightFromText()
Gets (as xml) the "rightFromText" attribute
-
isSetRightFromText
boolean isSetRightFromText()
True if has "rightFromText" attribute
-
setRightFromText
void setRightFromText(java.math.BigInteger rightFromText)
Sets the "rightFromText" attribute
-
xsetRightFromText
void xsetRightFromText(STTwipsMeasure rightFromText)
Sets (as xml) the "rightFromText" attribute
-
unsetRightFromText
void unsetRightFromText()
Unsets the "rightFromText" attribute
-
getTopFromText
java.math.BigInteger getTopFromText()
Gets the "topFromText" attribute
-
xgetTopFromText
STTwipsMeasure xgetTopFromText()
Gets (as xml) the "topFromText" attribute
-
isSetTopFromText
boolean isSetTopFromText()
True if has "topFromText" attribute
-
setTopFromText
void setTopFromText(java.math.BigInteger topFromText)
Sets the "topFromText" attribute
-
xsetTopFromText
void xsetTopFromText(STTwipsMeasure topFromText)
Sets (as xml) the "topFromText" attribute
-
unsetTopFromText
void unsetTopFromText()
Unsets the "topFromText" attribute
-
getBottomFromText
java.math.BigInteger getBottomFromText()
Gets the "bottomFromText" attribute
-
xgetBottomFromText
STTwipsMeasure xgetBottomFromText()
Gets (as xml) the "bottomFromText" attribute
-
isSetBottomFromText
boolean isSetBottomFromText()
True if has "bottomFromText" attribute
-
setBottomFromText
void setBottomFromText(java.math.BigInteger bottomFromText)
Sets the "bottomFromText" attribute
-
xsetBottomFromText
void xsetBottomFromText(STTwipsMeasure bottomFromText)
Sets (as xml) the "bottomFromText" attribute
-
unsetBottomFromText
void unsetBottomFromText()
Unsets the "bottomFromText" attribute
-
getVertAnchor
STVAnchor.Enum getVertAnchor()
Gets the "vertAnchor" attribute
-
xgetVertAnchor
STVAnchor xgetVertAnchor()
Gets (as xml) the "vertAnchor" attribute
-
isSetVertAnchor
boolean isSetVertAnchor()
True if has "vertAnchor" attribute
-
setVertAnchor
void setVertAnchor(STVAnchor.Enum vertAnchor)
Sets the "vertAnchor" attribute
-
xsetVertAnchor
void xsetVertAnchor(STVAnchor vertAnchor)
Sets (as xml) the "vertAnchor" attribute
-
unsetVertAnchor
void unsetVertAnchor()
Unsets the "vertAnchor" attribute
-
getHorzAnchor
STHAnchor.Enum getHorzAnchor()
Gets the "horzAnchor" attribute
-
xgetHorzAnchor
STHAnchor xgetHorzAnchor()
Gets (as xml) the "horzAnchor" attribute
-
isSetHorzAnchor
boolean isSetHorzAnchor()
True if has "horzAnchor" attribute
-
setHorzAnchor
void setHorzAnchor(STHAnchor.Enum horzAnchor)
Sets the "horzAnchor" attribute
-
xsetHorzAnchor
void xsetHorzAnchor(STHAnchor horzAnchor)
Sets (as xml) the "horzAnchor" attribute
-
unsetHorzAnchor
void unsetHorzAnchor()
Unsets the "horzAnchor" attribute
-
getTblpXSpec
STXAlign.Enum getTblpXSpec()
Gets the "tblpXSpec" attribute
-
xgetTblpXSpec
STXAlign xgetTblpXSpec()
Gets (as xml) the "tblpXSpec" attribute
-
isSetTblpXSpec
boolean isSetTblpXSpec()
True if has "tblpXSpec" attribute
-
setTblpXSpec
void setTblpXSpec(STXAlign.Enum tblpXSpec)
Sets the "tblpXSpec" attribute
-
xsetTblpXSpec
void xsetTblpXSpec(STXAlign tblpXSpec)
Sets (as xml) the "tblpXSpec" attribute
-
unsetTblpXSpec
void unsetTblpXSpec()
Unsets the "tblpXSpec" attribute
-
getTblpX
java.math.BigInteger getTblpX()
Gets the "tblpX" attribute
-
xgetTblpX
STSignedTwipsMeasure xgetTblpX()
Gets (as xml) the "tblpX" attribute
-
isSetTblpX
boolean isSetTblpX()
True if has "tblpX" attribute
-
setTblpX
void setTblpX(java.math.BigInteger tblpX)
Sets the "tblpX" attribute
-
xsetTblpX
void xsetTblpX(STSignedTwipsMeasure tblpX)
Sets (as xml) the "tblpX" attribute
-
unsetTblpX
void unsetTblpX()
Unsets the "tblpX" attribute
-
getTblpYSpec
STYAlign.Enum getTblpYSpec()
Gets the "tblpYSpec" attribute
-
xgetTblpYSpec
STYAlign xgetTblpYSpec()
Gets (as xml) the "tblpYSpec" attribute
-
isSetTblpYSpec
boolean isSetTblpYSpec()
True if has "tblpYSpec" attribute
-
setTblpYSpec
void setTblpYSpec(STYAlign.Enum tblpYSpec)
Sets the "tblpYSpec" attribute
-
xsetTblpYSpec
void xsetTblpYSpec(STYAlign tblpYSpec)
Sets (as xml) the "tblpYSpec" attribute
-
unsetTblpYSpec
void unsetTblpYSpec()
Unsets the "tblpYSpec" attribute
-
getTblpY
java.math.BigInteger getTblpY()
Gets the "tblpY" attribute
-
xgetTblpY
STSignedTwipsMeasure xgetTblpY()
Gets (as xml) the "tblpY" attribute
-
isSetTblpY
boolean isSetTblpY()
True if has "tblpY" attribute
-
setTblpY
void setTblpY(java.math.BigInteger tblpY)
Sets the "tblpY" attribute
-
xsetTblpY
void xsetTblpY(STSignedTwipsMeasure tblpY)
Sets (as xml) the "tblpY" attribute
-
unsetTblpY
void unsetTblpY()
Unsets the "tblpY" attribute
-
-