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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTblPPr>Factorystatic SchemaTypetype-
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.lang.ObjectgetBottomFromText()Gets the "bottomFromText" attributeSTHAnchor.EnumgetHorzAnchor()Gets the "horzAnchor" attributejava.lang.ObjectgetLeftFromText()Gets the "leftFromText" attributejava.lang.ObjectgetRightFromText()Gets the "rightFromText" attributejava.lang.ObjectgetTblpX()Gets the "tblpX" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign.EnumgetTblpXSpec()Gets the "tblpXSpec" attributejava.lang.ObjectgetTblpY()Gets the "tblpY" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign.EnumgetTblpYSpec()Gets the "tblpYSpec" attributejava.lang.ObjectgetTopFromText()Gets the "topFromText" attributeSTVAnchor.EnumgetVertAnchor()Gets the "vertAnchor" attributebooleanisSetBottomFromText()True if has "bottomFromText" attributebooleanisSetHorzAnchor()True if has "horzAnchor" attributebooleanisSetLeftFromText()True if has "leftFromText" attributebooleanisSetRightFromText()True if has "rightFromText" attributebooleanisSetTblpX()True if has "tblpX" attributebooleanisSetTblpXSpec()True if has "tblpXSpec" attributebooleanisSetTblpY()True if has "tblpY" attributebooleanisSetTblpYSpec()True if has "tblpYSpec" attributebooleanisSetTopFromText()True if has "topFromText" attributebooleanisSetVertAnchor()True if has "vertAnchor" attributevoidsetBottomFromText(java.lang.Object bottomFromText)Sets the "bottomFromText" attributevoidsetHorzAnchor(STHAnchor.Enum horzAnchor)Sets the "horzAnchor" attributevoidsetLeftFromText(java.lang.Object leftFromText)Sets the "leftFromText" attributevoidsetRightFromText(java.lang.Object rightFromText)Sets the "rightFromText" attributevoidsetTblpX(java.lang.Object tblpX)Sets the "tblpX" attributevoidsetTblpXSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign.Enum tblpXSpec)Sets the "tblpXSpec" attributevoidsetTblpY(java.lang.Object tblpY)Sets the "tblpY" attributevoidsetTblpYSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign.Enum tblpYSpec)Sets the "tblpYSpec" attributevoidsetTopFromText(java.lang.Object topFromText)Sets the "topFromText" attributevoidsetVertAnchor(STVAnchor.Enum vertAnchor)Sets the "vertAnchor" attributevoidunsetBottomFromText()Unsets the "bottomFromText" attributevoidunsetHorzAnchor()Unsets the "horzAnchor" attributevoidunsetLeftFromText()Unsets the "leftFromText" attributevoidunsetRightFromText()Unsets the "rightFromText" attributevoidunsetTblpX()Unsets the "tblpX" attributevoidunsetTblpXSpec()Unsets the "tblpXSpec" attributevoidunsetTblpY()Unsets the "tblpY" attributevoidunsetTblpYSpec()Unsets the "tblpYSpec" attributevoidunsetTopFromText()Unsets the "topFromText" attributevoidunsetVertAnchor()Unsets the "vertAnchor" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetBottomFromText()Gets (as xml) the "bottomFromText" attributeSTHAnchorxgetHorzAnchor()Gets (as xml) the "horzAnchor" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetLeftFromText()Gets (as xml) the "leftFromText" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetRightFromText()Gets (as xml) the "rightFromText" attributeSTSignedTwipsMeasurexgetTblpX()Gets (as xml) the "tblpX" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlignxgetTblpXSpec()Gets (as xml) the "tblpXSpec" attributeSTSignedTwipsMeasurexgetTblpY()Gets (as xml) the "tblpY" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlignxgetTblpYSpec()Gets (as xml) the "tblpYSpec" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetTopFromText()Gets (as xml) the "topFromText" attributeSTVAnchorxgetVertAnchor()Gets (as xml) the "vertAnchor" attributevoidxsetBottomFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure bottomFromText)Sets (as xml) the "bottomFromText" attributevoidxsetHorzAnchor(STHAnchor horzAnchor)Sets (as xml) the "horzAnchor" attributevoidxsetLeftFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure leftFromText)Sets (as xml) the "leftFromText" attributevoidxsetRightFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure rightFromText)Sets (as xml) the "rightFromText" attributevoidxsetTblpX(STSignedTwipsMeasure tblpX)Sets (as xml) the "tblpX" attributevoidxsetTblpXSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign tblpXSpec)Sets (as xml) the "tblpXSpec" attributevoidxsetTblpY(STSignedTwipsMeasure tblpY)Sets (as xml) the "tblpY" attributevoidxsetTblpYSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign tblpYSpec)Sets (as xml) the "tblpYSpec" attributevoidxsetTopFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure topFromText)Sets (as xml) the "topFromText" attributevoidxsetVertAnchor(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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTblPPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getLeftFromText
java.lang.Object getLeftFromText()
Gets the "leftFromText" attribute
-
xgetLeftFromText
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetLeftFromText()
Gets (as xml) the "leftFromText" attribute
-
isSetLeftFromText
boolean isSetLeftFromText()
True if has "leftFromText" attribute
-
setLeftFromText
void setLeftFromText(java.lang.Object leftFromText)
Sets the "leftFromText" attribute
-
xsetLeftFromText
void xsetLeftFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure leftFromText)
Sets (as xml) the "leftFromText" attribute
-
unsetLeftFromText
void unsetLeftFromText()
Unsets the "leftFromText" attribute
-
getRightFromText
java.lang.Object getRightFromText()
Gets the "rightFromText" attribute
-
xgetRightFromText
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetRightFromText()
Gets (as xml) the "rightFromText" attribute
-
isSetRightFromText
boolean isSetRightFromText()
True if has "rightFromText" attribute
-
setRightFromText
void setRightFromText(java.lang.Object rightFromText)
Sets the "rightFromText" attribute
-
xsetRightFromText
void xsetRightFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure rightFromText)
Sets (as xml) the "rightFromText" attribute
-
unsetRightFromText
void unsetRightFromText()
Unsets the "rightFromText" attribute
-
getTopFromText
java.lang.Object getTopFromText()
Gets the "topFromText" attribute
-
xgetTopFromText
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetTopFromText()
Gets (as xml) the "topFromText" attribute
-
isSetTopFromText
boolean isSetTopFromText()
True if has "topFromText" attribute
-
setTopFromText
void setTopFromText(java.lang.Object topFromText)
Sets the "topFromText" attribute
-
xsetTopFromText
void xsetTopFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure topFromText)
Sets (as xml) the "topFromText" attribute
-
unsetTopFromText
void unsetTopFromText()
Unsets the "topFromText" attribute
-
getBottomFromText
java.lang.Object getBottomFromText()
Gets the "bottomFromText" attribute
-
xgetBottomFromText
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetBottomFromText()
Gets (as xml) the "bottomFromText" attribute
-
isSetBottomFromText
boolean isSetBottomFromText()
True if has "bottomFromText" attribute
-
setBottomFromText
void setBottomFromText(java.lang.Object bottomFromText)
Sets the "bottomFromText" attribute
-
xsetBottomFromText
void xsetBottomFromText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign.Enum getTblpXSpec()
Gets the "tblpXSpec" attribute
-
xgetTblpXSpec
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign xgetTblpXSpec()
Gets (as xml) the "tblpXSpec" attribute
-
isSetTblpXSpec
boolean isSetTblpXSpec()
True if has "tblpXSpec" attribute
-
setTblpXSpec
void setTblpXSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign.Enum tblpXSpec)
Sets the "tblpXSpec" attribute
-
xsetTblpXSpec
void xsetTblpXSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXAlign tblpXSpec)
Sets (as xml) the "tblpXSpec" attribute
-
unsetTblpXSpec
void unsetTblpXSpec()
Unsets the "tblpXSpec" attribute
-
getTblpX
java.lang.Object 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.lang.Object tblpX)
Sets the "tblpX" attribute
-
xsetTblpX
void xsetTblpX(STSignedTwipsMeasure tblpX)
Sets (as xml) the "tblpX" attribute
-
unsetTblpX
void unsetTblpX()
Unsets the "tblpX" attribute
-
getTblpYSpec
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign.Enum getTblpYSpec()
Gets the "tblpYSpec" attribute
-
xgetTblpYSpec
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign xgetTblpYSpec()
Gets (as xml) the "tblpYSpec" attribute
-
isSetTblpYSpec
boolean isSetTblpYSpec()
True if has "tblpYSpec" attribute
-
setTblpYSpec
void setTblpYSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign.Enum tblpYSpec)
Sets the "tblpYSpec" attribute
-
xsetTblpYSpec
void xsetTblpYSpec(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STYAlign tblpYSpec)
Sets (as xml) the "tblpYSpec" attribute
-
unsetTblpYSpec
void unsetTblpYSpec()
Unsets the "tblpYSpec" attribute
-
getTblpY
java.lang.Object 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.lang.Object tblpY)
Sets the "tblpY" attribute
-
xsetTblpY
void xsetTblpY(STSignedTwipsMeasure tblpY)
Sets (as xml) the "tblpY" attribute
-
unsetTblpY
void unsetTblpY()
Unsets the "tblpY" attribute
-
-