Interface CTTcPrBase
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTTcPr,CTTcPrInner
public interface CTTcPrBase extends XmlObject
An XML CT_TcPrBase(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTcPrBase.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 CTCnfaddNewCnfStyle()Appends and returns a new empty "cnfStyle" elementCTDecimalNumberaddNewGridSpan()Appends and returns a new empty "gridSpan" elementCTOnOffaddNewHideMark()Appends and returns a new empty "hideMark" elementCTHMergeaddNewHMerge()Appends and returns a new empty "hMerge" elementCTOnOffaddNewNoWrap()Appends and returns a new empty "noWrap" elementCTShdaddNewShd()Appends and returns a new empty "shd" elementCTTcBordersaddNewTcBorders()Appends and returns a new empty "tcBorders" elementCTOnOffaddNewTcFitText()Appends and returns a new empty "tcFitText" elementCTTcMaraddNewTcMar()Appends and returns a new empty "tcMar" elementCTTblWidthaddNewTcW()Appends and returns a new empty "tcW" elementCTTextDirectionaddNewTextDirection()Appends and returns a new empty "textDirection" elementCTVerticalJcaddNewVAlign()Appends and returns a new empty "vAlign" elementCTVMergeaddNewVMerge()Appends and returns a new empty "vMerge" elementCTCnfgetCnfStyle()Gets the "cnfStyle" elementCTDecimalNumbergetGridSpan()Gets the "gridSpan" elementCTOnOffgetHideMark()Gets the "hideMark" elementCTHMergegetHMerge()Gets the "hMerge" elementCTOnOffgetNoWrap()Gets the "noWrap" elementCTShdgetShd()Gets the "shd" elementCTTcBordersgetTcBorders()Gets the "tcBorders" elementCTOnOffgetTcFitText()Gets the "tcFitText" elementCTTcMargetTcMar()Gets the "tcMar" elementCTTblWidthgetTcW()Gets the "tcW" elementCTTextDirectiongetTextDirection()Gets the "textDirection" elementCTVerticalJcgetVAlign()Gets the "vAlign" elementCTVMergegetVMerge()Gets the "vMerge" elementbooleanisSetCnfStyle()True if has "cnfStyle" elementbooleanisSetGridSpan()True if has "gridSpan" elementbooleanisSetHideMark()True if has "hideMark" elementbooleanisSetHMerge()True if has "hMerge" elementbooleanisSetNoWrap()True if has "noWrap" elementbooleanisSetShd()True if has "shd" elementbooleanisSetTcBorders()True if has "tcBorders" elementbooleanisSetTcFitText()True if has "tcFitText" elementbooleanisSetTcMar()True if has "tcMar" elementbooleanisSetTcW()True if has "tcW" elementbooleanisSetTextDirection()True if has "textDirection" elementbooleanisSetVAlign()True if has "vAlign" elementbooleanisSetVMerge()True if has "vMerge" elementvoidsetCnfStyle(CTCnf cnfStyle)Sets the "cnfStyle" elementvoidsetGridSpan(CTDecimalNumber gridSpan)Sets the "gridSpan" elementvoidsetHideMark(CTOnOff hideMark)Sets the "hideMark" elementvoidsetHMerge(CTHMerge hMerge)Sets the "hMerge" elementvoidsetNoWrap(CTOnOff noWrap)Sets the "noWrap" elementvoidsetShd(CTShd shd)Sets the "shd" elementvoidsetTcBorders(CTTcBorders tcBorders)Sets the "tcBorders" elementvoidsetTcFitText(CTOnOff tcFitText)Sets the "tcFitText" elementvoidsetTcMar(CTTcMar tcMar)Sets the "tcMar" elementvoidsetTcW(CTTblWidth tcW)Sets the "tcW" elementvoidsetTextDirection(CTTextDirection textDirection)Sets the "textDirection" elementvoidsetVAlign(CTVerticalJc vAlign)Sets the "vAlign" elementvoidsetVMerge(CTVMerge vMerge)Sets the "vMerge" elementvoidunsetCnfStyle()Unsets the "cnfStyle" elementvoidunsetGridSpan()Unsets the "gridSpan" elementvoidunsetHideMark()Unsets the "hideMark" elementvoidunsetHMerge()Unsets the "hMerge" elementvoidunsetNoWrap()Unsets the "noWrap" elementvoidunsetShd()Unsets the "shd" elementvoidunsetTcBorders()Unsets the "tcBorders" elementvoidunsetTcFitText()Unsets the "tcFitText" elementvoidunsetTcMar()Unsets the "tcMar" elementvoidunsetTcW()Unsets the "tcW" elementvoidunsetTextDirection()Unsets the "textDirection" elementvoidunsetVAlign()Unsets the "vAlign" elementvoidunsetVMerge()Unsets the "vMerge" element-
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
-
getCnfStyle
CTCnf getCnfStyle()
Gets the "cnfStyle" element
-
isSetCnfStyle
boolean isSetCnfStyle()
True if has "cnfStyle" element
-
setCnfStyle
void setCnfStyle(CTCnf cnfStyle)
Sets the "cnfStyle" element
-
addNewCnfStyle
CTCnf addNewCnfStyle()
Appends and returns a new empty "cnfStyle" element
-
unsetCnfStyle
void unsetCnfStyle()
Unsets the "cnfStyle" element
-
getTcW
CTTblWidth getTcW()
Gets the "tcW" element
-
isSetTcW
boolean isSetTcW()
True if has "tcW" element
-
setTcW
void setTcW(CTTblWidth tcW)
Sets the "tcW" element
-
addNewTcW
CTTblWidth addNewTcW()
Appends and returns a new empty "tcW" element
-
unsetTcW
void unsetTcW()
Unsets the "tcW" element
-
getGridSpan
CTDecimalNumber getGridSpan()
Gets the "gridSpan" element
-
isSetGridSpan
boolean isSetGridSpan()
True if has "gridSpan" element
-
setGridSpan
void setGridSpan(CTDecimalNumber gridSpan)
Sets the "gridSpan" element
-
addNewGridSpan
CTDecimalNumber addNewGridSpan()
Appends and returns a new empty "gridSpan" element
-
unsetGridSpan
void unsetGridSpan()
Unsets the "gridSpan" element
-
getHMerge
CTHMerge getHMerge()
Gets the "hMerge" element
-
isSetHMerge
boolean isSetHMerge()
True if has "hMerge" element
-
setHMerge
void setHMerge(CTHMerge hMerge)
Sets the "hMerge" element
-
addNewHMerge
CTHMerge addNewHMerge()
Appends and returns a new empty "hMerge" element
-
unsetHMerge
void unsetHMerge()
Unsets the "hMerge" element
-
getVMerge
CTVMerge getVMerge()
Gets the "vMerge" element
-
isSetVMerge
boolean isSetVMerge()
True if has "vMerge" element
-
setVMerge
void setVMerge(CTVMerge vMerge)
Sets the "vMerge" element
-
addNewVMerge
CTVMerge addNewVMerge()
Appends and returns a new empty "vMerge" element
-
unsetVMerge
void unsetVMerge()
Unsets the "vMerge" element
-
getTcBorders
CTTcBorders getTcBorders()
Gets the "tcBorders" element
-
isSetTcBorders
boolean isSetTcBorders()
True if has "tcBorders" element
-
setTcBorders
void setTcBorders(CTTcBorders tcBorders)
Sets the "tcBorders" element
-
addNewTcBorders
CTTcBorders addNewTcBorders()
Appends and returns a new empty "tcBorders" element
-
unsetTcBorders
void unsetTcBorders()
Unsets the "tcBorders" element
-
getShd
CTShd getShd()
Gets the "shd" element
-
isSetShd
boolean isSetShd()
True if has "shd" element
-
setShd
void setShd(CTShd shd)
Sets the "shd" element
-
addNewShd
CTShd addNewShd()
Appends and returns a new empty "shd" element
-
unsetShd
void unsetShd()
Unsets the "shd" element
-
getNoWrap
CTOnOff getNoWrap()
Gets the "noWrap" element
-
isSetNoWrap
boolean isSetNoWrap()
True if has "noWrap" element
-
setNoWrap
void setNoWrap(CTOnOff noWrap)
Sets the "noWrap" element
-
addNewNoWrap
CTOnOff addNewNoWrap()
Appends and returns a new empty "noWrap" element
-
unsetNoWrap
void unsetNoWrap()
Unsets the "noWrap" element
-
getTcMar
CTTcMar getTcMar()
Gets the "tcMar" element
-
isSetTcMar
boolean isSetTcMar()
True if has "tcMar" element
-
setTcMar
void setTcMar(CTTcMar tcMar)
Sets the "tcMar" element
-
addNewTcMar
CTTcMar addNewTcMar()
Appends and returns a new empty "tcMar" element
-
unsetTcMar
void unsetTcMar()
Unsets the "tcMar" element
-
getTextDirection
CTTextDirection getTextDirection()
Gets the "textDirection" element
-
isSetTextDirection
boolean isSetTextDirection()
True if has "textDirection" element
-
setTextDirection
void setTextDirection(CTTextDirection textDirection)
Sets the "textDirection" element
-
addNewTextDirection
CTTextDirection addNewTextDirection()
Appends and returns a new empty "textDirection" element
-
unsetTextDirection
void unsetTextDirection()
Unsets the "textDirection" element
-
getTcFitText
CTOnOff getTcFitText()
Gets the "tcFitText" element
-
isSetTcFitText
boolean isSetTcFitText()
True if has "tcFitText" element
-
setTcFitText
void setTcFitText(CTOnOff tcFitText)
Sets the "tcFitText" element
-
addNewTcFitText
CTOnOff addNewTcFitText()
Appends and returns a new empty "tcFitText" element
-
unsetTcFitText
void unsetTcFitText()
Unsets the "tcFitText" element
-
getVAlign
CTVerticalJc getVAlign()
Gets the "vAlign" element
-
isSetVAlign
boolean isSetVAlign()
True if has "vAlign" element
-
setVAlign
void setVAlign(CTVerticalJc vAlign)
Sets the "vAlign" element
-
addNewVAlign
CTVerticalJc addNewVAlign()
Appends and returns a new empty "vAlign" element
-
unsetVAlign
void unsetVAlign()
Unsets the "vAlign" element
-
getHideMark
CTOnOff getHideMark()
Gets the "hideMark" element
-
isSetHideMark
boolean isSetHideMark()
True if has "hideMark" element
-
setHideMark
void setHideMark(CTOnOff hideMark)
Sets the "hideMark" element
-
addNewHideMark
CTOnOff addNewHideMark()
Appends and returns a new empty "hideMark" element
-
unsetHideMark
void unsetHideMark()
Unsets the "hideMark" element
-
-