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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTcPrBase>
Factory
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 CTCnf
addNewCnfStyle()
Appends and returns a new empty "cnfStyle" elementCTDecimalNumber
addNewGridSpan()
Appends and returns a new empty "gridSpan" elementCTHeaders
addNewHeaders()
Appends and returns a new empty "headers" elementCTOnOff
addNewHideMark()
Appends and returns a new empty "hideMark" elementCTHMerge
addNewHMerge()
Appends and returns a new empty "hMerge" elementCTOnOff
addNewNoWrap()
Appends and returns a new empty "noWrap" elementCTShd
addNewShd()
Appends and returns a new empty "shd" elementCTTcBorders
addNewTcBorders()
Appends and returns a new empty "tcBorders" elementCTOnOff
addNewTcFitText()
Appends and returns a new empty "tcFitText" elementCTTcMar
addNewTcMar()
Appends and returns a new empty "tcMar" elementCTTblWidth
addNewTcW()
Appends and returns a new empty "tcW" elementCTTextDirection
addNewTextDirection()
Appends and returns a new empty "textDirection" elementCTVerticalJc
addNewVAlign()
Appends and returns a new empty "vAlign" elementCTVMerge
addNewVMerge()
Appends and returns a new empty "vMerge" elementCTCnf
getCnfStyle()
Gets the "cnfStyle" elementCTDecimalNumber
getGridSpan()
Gets the "gridSpan" elementCTHeaders
getHeaders()
Gets the "headers" elementCTOnOff
getHideMark()
Gets the "hideMark" elementCTHMerge
getHMerge()
Gets the "hMerge" elementCTOnOff
getNoWrap()
Gets the "noWrap" elementCTShd
getShd()
Gets the "shd" elementCTTcBorders
getTcBorders()
Gets the "tcBorders" elementCTOnOff
getTcFitText()
Gets the "tcFitText" elementCTTcMar
getTcMar()
Gets the "tcMar" elementCTTblWidth
getTcW()
Gets the "tcW" elementCTTextDirection
getTextDirection()
Gets the "textDirection" elementCTVerticalJc
getVAlign()
Gets the "vAlign" elementCTVMerge
getVMerge()
Gets the "vMerge" elementboolean
isSetCnfStyle()
True if has "cnfStyle" elementboolean
isSetGridSpan()
True if has "gridSpan" elementboolean
isSetHeaders()
True if has "headers" elementboolean
isSetHideMark()
True if has "hideMark" elementboolean
isSetHMerge()
True if has "hMerge" elementboolean
isSetNoWrap()
True if has "noWrap" elementboolean
isSetShd()
True if has "shd" elementboolean
isSetTcBorders()
True if has "tcBorders" elementboolean
isSetTcFitText()
True if has "tcFitText" elementboolean
isSetTcMar()
True if has "tcMar" elementboolean
isSetTcW()
True if has "tcW" elementboolean
isSetTextDirection()
True if has "textDirection" elementboolean
isSetVAlign()
True if has "vAlign" elementboolean
isSetVMerge()
True if has "vMerge" elementvoid
setCnfStyle(CTCnf cnfStyle)
Sets the "cnfStyle" elementvoid
setGridSpan(CTDecimalNumber gridSpan)
Sets the "gridSpan" elementvoid
setHeaders(CTHeaders headers)
Sets the "headers" elementvoid
setHideMark(CTOnOff hideMark)
Sets the "hideMark" elementvoid
setHMerge(CTHMerge hMerge)
Sets the "hMerge" elementvoid
setNoWrap(CTOnOff noWrap)
Sets the "noWrap" elementvoid
setShd(CTShd shd)
Sets the "shd" elementvoid
setTcBorders(CTTcBorders tcBorders)
Sets the "tcBorders" elementvoid
setTcFitText(CTOnOff tcFitText)
Sets the "tcFitText" elementvoid
setTcMar(CTTcMar tcMar)
Sets the "tcMar" elementvoid
setTcW(CTTblWidth tcW)
Sets the "tcW" elementvoid
setTextDirection(CTTextDirection textDirection)
Sets the "textDirection" elementvoid
setVAlign(CTVerticalJc vAlign)
Sets the "vAlign" elementvoid
setVMerge(CTVMerge vMerge)
Sets the "vMerge" elementvoid
unsetCnfStyle()
Unsets the "cnfStyle" elementvoid
unsetGridSpan()
Unsets the "gridSpan" elementvoid
unsetHeaders()
Unsets the "headers" elementvoid
unsetHideMark()
Unsets the "hideMark" elementvoid
unsetHMerge()
Unsets the "hMerge" elementvoid
unsetNoWrap()
Unsets the "noWrap" elementvoid
unsetShd()
Unsets the "shd" elementvoid
unsetTcBorders()
Unsets the "tcBorders" elementvoid
unsetTcFitText()
Unsets the "tcFitText" elementvoid
unsetTcMar()
Unsets the "tcMar" elementvoid
unsetTcW()
Unsets the "tcW" elementvoid
unsetTextDirection()
Unsets the "textDirection" elementvoid
unsetVAlign()
Unsets the "vAlign" elementvoid
unsetVMerge()
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTcPrBase> Factory
-
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
-
getHeaders
CTHeaders getHeaders()
Gets the "headers" element
-
isSetHeaders
boolean isSetHeaders()
True if has "headers" element
-
setHeaders
void setHeaders(CTHeaders headers)
Sets the "headers" element
-
addNewHeaders
CTHeaders addNewHeaders()
Appends and returns a new empty "headers" element
-
unsetHeaders
void unsetHeaders()
Unsets the "headers" element
-
-