Interface CTTableCellProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableCellProperties extends XmlObject
An XML CT_TableCellProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableCellProperties.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 CTBlipFillProperties
addNewBlipFill()
Appends and returns a new empty "blipFill" elementCTCell3D
addNewCell3D()
Appends and returns a new empty "cell3D" elementCTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTGradientFillProperties
addNewGradFill()
Appends and returns a new empty "gradFill" elementCTGroupFillProperties
addNewGrpFill()
Appends and returns a new empty "grpFill" elementCTLineProperties
addNewLnB()
Appends and returns a new empty "lnB" elementCTLineProperties
addNewLnBlToTr()
Appends and returns a new empty "lnBlToTr" elementCTLineProperties
addNewLnL()
Appends and returns a new empty "lnL" elementCTLineProperties
addNewLnR()
Appends and returns a new empty "lnR" elementCTLineProperties
addNewLnT()
Appends and returns a new empty "lnT" elementCTLineProperties
addNewLnTlToBr()
Appends and returns a new empty "lnTlToBr" elementCTNoFillProperties
addNewNoFill()
Appends and returns a new empty "noFill" elementCTPatternFillProperties
addNewPattFill()
Appends and returns a new empty "pattFill" elementCTSolidColorFillProperties
addNewSolidFill()
Appends and returns a new empty "solidFill" elementSTTextAnchoringType.Enum
getAnchor()
Gets the "anchor" attributeboolean
getAnchorCtr()
Gets the "anchorCtr" attributeCTBlipFillProperties
getBlipFill()
Gets the "blipFill" elementCTCell3D
getCell3D()
Gets the "cell3D" elementCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTGradientFillProperties
getGradFill()
Gets the "gradFill" elementCTGroupFillProperties
getGrpFill()
Gets the "grpFill" elementSTTextHorzOverflowType.Enum
getHorzOverflow()
Gets the "horzOverflow" attributeCTLineProperties
getLnB()
Gets the "lnB" elementCTLineProperties
getLnBlToTr()
Gets the "lnBlToTr" elementCTLineProperties
getLnL()
Gets the "lnL" elementCTLineProperties
getLnR()
Gets the "lnR" elementCTLineProperties
getLnT()
Gets the "lnT" elementCTLineProperties
getLnTlToBr()
Gets the "lnTlToBr" elementint
getMarB()
Gets the "marB" attributeint
getMarL()
Gets the "marL" attributeint
getMarR()
Gets the "marR" attributeint
getMarT()
Gets the "marT" attributeCTNoFillProperties
getNoFill()
Gets the "noFill" elementCTPatternFillProperties
getPattFill()
Gets the "pattFill" elementCTSolidColorFillProperties
getSolidFill()
Gets the "solidFill" elementSTTextVerticalType.Enum
getVert()
Gets the "vert" attributeboolean
isSetAnchor()
True if has "anchor" attributeboolean
isSetAnchorCtr()
True if has "anchorCtr" attributeboolean
isSetBlipFill()
True if has "blipFill" elementboolean
isSetCell3D()
True if has "cell3D" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetGradFill()
True if has "gradFill" elementboolean
isSetGrpFill()
True if has "grpFill" elementboolean
isSetHorzOverflow()
True if has "horzOverflow" attributeboolean
isSetLnB()
True if has "lnB" elementboolean
isSetLnBlToTr()
True if has "lnBlToTr" elementboolean
isSetLnL()
True if has "lnL" elementboolean
isSetLnR()
True if has "lnR" elementboolean
isSetLnT()
True if has "lnT" elementboolean
isSetLnTlToBr()
True if has "lnTlToBr" elementboolean
isSetMarB()
True if has "marB" attributeboolean
isSetMarL()
True if has "marL" attributeboolean
isSetMarR()
True if has "marR" attributeboolean
isSetMarT()
True if has "marT" attributeboolean
isSetNoFill()
True if has "noFill" elementboolean
isSetPattFill()
True if has "pattFill" elementboolean
isSetSolidFill()
True if has "solidFill" elementboolean
isSetVert()
True if has "vert" attributevoid
setAnchor(STTextAnchoringType.Enum anchor)
Sets the "anchor" attributevoid
setAnchorCtr(boolean anchorCtr)
Sets the "anchorCtr" attributevoid
setBlipFill(CTBlipFillProperties blipFill)
Sets the "blipFill" elementvoid
setCell3D(CTCell3D cell3D)
Sets the "cell3D" elementvoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setGradFill(CTGradientFillProperties gradFill)
Sets the "gradFill" elementvoid
setGrpFill(CTGroupFillProperties grpFill)
Sets the "grpFill" elementvoid
setHorzOverflow(STTextHorzOverflowType.Enum horzOverflow)
Sets the "horzOverflow" attributevoid
setLnB(CTLineProperties lnB)
Sets the "lnB" elementvoid
setLnBlToTr(CTLineProperties lnBlToTr)
Sets the "lnBlToTr" elementvoid
setLnL(CTLineProperties lnL)
Sets the "lnL" elementvoid
setLnR(CTLineProperties lnR)
Sets the "lnR" elementvoid
setLnT(CTLineProperties lnT)
Sets the "lnT" elementvoid
setLnTlToBr(CTLineProperties lnTlToBr)
Sets the "lnTlToBr" elementvoid
setMarB(int marB)
Sets the "marB" attributevoid
setMarL(int marL)
Sets the "marL" attributevoid
setMarR(int marR)
Sets the "marR" attributevoid
setMarT(int marT)
Sets the "marT" attributevoid
setNoFill(CTNoFillProperties noFill)
Sets the "noFill" elementvoid
setPattFill(CTPatternFillProperties pattFill)
Sets the "pattFill" elementvoid
setSolidFill(CTSolidColorFillProperties solidFill)
Sets the "solidFill" elementvoid
setVert(STTextVerticalType.Enum vert)
Sets the "vert" attributevoid
unsetAnchor()
Unsets the "anchor" attributevoid
unsetAnchorCtr()
Unsets the "anchorCtr" attributevoid
unsetBlipFill()
Unsets the "blipFill" elementvoid
unsetCell3D()
Unsets the "cell3D" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetGradFill()
Unsets the "gradFill" elementvoid
unsetGrpFill()
Unsets the "grpFill" elementvoid
unsetHorzOverflow()
Unsets the "horzOverflow" attributevoid
unsetLnB()
Unsets the "lnB" elementvoid
unsetLnBlToTr()
Unsets the "lnBlToTr" elementvoid
unsetLnL()
Unsets the "lnL" elementvoid
unsetLnR()
Unsets the "lnR" elementvoid
unsetLnT()
Unsets the "lnT" elementvoid
unsetLnTlToBr()
Unsets the "lnTlToBr" elementvoid
unsetMarB()
Unsets the "marB" attributevoid
unsetMarL()
Unsets the "marL" attributevoid
unsetMarR()
Unsets the "marR" attributevoid
unsetMarT()
Unsets the "marT" attributevoid
unsetNoFill()
Unsets the "noFill" elementvoid
unsetPattFill()
Unsets the "pattFill" elementvoid
unsetSolidFill()
Unsets the "solidFill" elementvoid
unsetVert()
Unsets the "vert" attributeSTTextAnchoringType
xgetAnchor()
Gets (as xml) the "anchor" attributeXmlBoolean
xgetAnchorCtr()
Gets (as xml) the "anchorCtr" attributeSTTextHorzOverflowType
xgetHorzOverflow()
Gets (as xml) the "horzOverflow" attributeSTCoordinate32
xgetMarB()
Gets (as xml) the "marB" attributeSTCoordinate32
xgetMarL()
Gets (as xml) the "marL" attributeSTCoordinate32
xgetMarR()
Gets (as xml) the "marR" attributeSTCoordinate32
xgetMarT()
Gets (as xml) the "marT" attributeSTTextVerticalType
xgetVert()
Gets (as xml) the "vert" attributevoid
xsetAnchor(STTextAnchoringType anchor)
Sets (as xml) the "anchor" attributevoid
xsetAnchorCtr(XmlBoolean anchorCtr)
Sets (as xml) the "anchorCtr" attributevoid
xsetHorzOverflow(STTextHorzOverflowType horzOverflow)
Sets (as xml) the "horzOverflow" attributevoid
xsetMarB(STCoordinate32 marB)
Sets (as xml) the "marB" attributevoid
xsetMarL(STCoordinate32 marL)
Sets (as xml) the "marL" attributevoid
xsetMarR(STCoordinate32 marR)
Sets (as xml) the "marR" attributevoid
xsetMarT(STCoordinate32 marT)
Sets (as xml) the "marT" attributevoid
xsetVert(STTextVerticalType vert)
Sets (as xml) the "vert" 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
-
getLnL
CTLineProperties getLnL()
Gets the "lnL" element
-
isSetLnL
boolean isSetLnL()
True if has "lnL" element
-
setLnL
void setLnL(CTLineProperties lnL)
Sets the "lnL" element
-
addNewLnL
CTLineProperties addNewLnL()
Appends and returns a new empty "lnL" element
-
unsetLnL
void unsetLnL()
Unsets the "lnL" element
-
getLnR
CTLineProperties getLnR()
Gets the "lnR" element
-
isSetLnR
boolean isSetLnR()
True if has "lnR" element
-
setLnR
void setLnR(CTLineProperties lnR)
Sets the "lnR" element
-
addNewLnR
CTLineProperties addNewLnR()
Appends and returns a new empty "lnR" element
-
unsetLnR
void unsetLnR()
Unsets the "lnR" element
-
getLnT
CTLineProperties getLnT()
Gets the "lnT" element
-
isSetLnT
boolean isSetLnT()
True if has "lnT" element
-
setLnT
void setLnT(CTLineProperties lnT)
Sets the "lnT" element
-
addNewLnT
CTLineProperties addNewLnT()
Appends and returns a new empty "lnT" element
-
unsetLnT
void unsetLnT()
Unsets the "lnT" element
-
getLnB
CTLineProperties getLnB()
Gets the "lnB" element
-
isSetLnB
boolean isSetLnB()
True if has "lnB" element
-
setLnB
void setLnB(CTLineProperties lnB)
Sets the "lnB" element
-
addNewLnB
CTLineProperties addNewLnB()
Appends and returns a new empty "lnB" element
-
unsetLnB
void unsetLnB()
Unsets the "lnB" element
-
getLnTlToBr
CTLineProperties getLnTlToBr()
Gets the "lnTlToBr" element
-
isSetLnTlToBr
boolean isSetLnTlToBr()
True if has "lnTlToBr" element
-
setLnTlToBr
void setLnTlToBr(CTLineProperties lnTlToBr)
Sets the "lnTlToBr" element
-
addNewLnTlToBr
CTLineProperties addNewLnTlToBr()
Appends and returns a new empty "lnTlToBr" element
-
unsetLnTlToBr
void unsetLnTlToBr()
Unsets the "lnTlToBr" element
-
getLnBlToTr
CTLineProperties getLnBlToTr()
Gets the "lnBlToTr" element
-
isSetLnBlToTr
boolean isSetLnBlToTr()
True if has "lnBlToTr" element
-
setLnBlToTr
void setLnBlToTr(CTLineProperties lnBlToTr)
Sets the "lnBlToTr" element
-
addNewLnBlToTr
CTLineProperties addNewLnBlToTr()
Appends and returns a new empty "lnBlToTr" element
-
unsetLnBlToTr
void unsetLnBlToTr()
Unsets the "lnBlToTr" element
-
getCell3D
CTCell3D getCell3D()
Gets the "cell3D" element
-
isSetCell3D
boolean isSetCell3D()
True if has "cell3D" element
-
setCell3D
void setCell3D(CTCell3D cell3D)
Sets the "cell3D" element
-
addNewCell3D
CTCell3D addNewCell3D()
Appends and returns a new empty "cell3D" element
-
unsetCell3D
void unsetCell3D()
Unsets the "cell3D" element
-
getNoFill
CTNoFillProperties getNoFill()
Gets the "noFill" element
-
isSetNoFill
boolean isSetNoFill()
True if has "noFill" element
-
setNoFill
void setNoFill(CTNoFillProperties noFill)
Sets the "noFill" element
-
addNewNoFill
CTNoFillProperties addNewNoFill()
Appends and returns a new empty "noFill" element
-
unsetNoFill
void unsetNoFill()
Unsets the "noFill" element
-
getSolidFill
CTSolidColorFillProperties getSolidFill()
Gets the "solidFill" element
-
isSetSolidFill
boolean isSetSolidFill()
True if has "solidFill" element
-
setSolidFill
void setSolidFill(CTSolidColorFillProperties solidFill)
Sets the "solidFill" element
-
addNewSolidFill
CTSolidColorFillProperties addNewSolidFill()
Appends and returns a new empty "solidFill" element
-
unsetSolidFill
void unsetSolidFill()
Unsets the "solidFill" element
-
getGradFill
CTGradientFillProperties getGradFill()
Gets the "gradFill" element
-
isSetGradFill
boolean isSetGradFill()
True if has "gradFill" element
-
setGradFill
void setGradFill(CTGradientFillProperties gradFill)
Sets the "gradFill" element
-
addNewGradFill
CTGradientFillProperties addNewGradFill()
Appends and returns a new empty "gradFill" element
-
unsetGradFill
void unsetGradFill()
Unsets the "gradFill" element
-
getBlipFill
CTBlipFillProperties getBlipFill()
Gets the "blipFill" element
-
isSetBlipFill
boolean isSetBlipFill()
True if has "blipFill" element
-
setBlipFill
void setBlipFill(CTBlipFillProperties blipFill)
Sets the "blipFill" element
-
addNewBlipFill
CTBlipFillProperties addNewBlipFill()
Appends and returns a new empty "blipFill" element
-
unsetBlipFill
void unsetBlipFill()
Unsets the "blipFill" element
-
getPattFill
CTPatternFillProperties getPattFill()
Gets the "pattFill" element
-
isSetPattFill
boolean isSetPattFill()
True if has "pattFill" element
-
setPattFill
void setPattFill(CTPatternFillProperties pattFill)
Sets the "pattFill" element
-
addNewPattFill
CTPatternFillProperties addNewPattFill()
Appends and returns a new empty "pattFill" element
-
unsetPattFill
void unsetPattFill()
Unsets the "pattFill" element
-
getGrpFill
CTGroupFillProperties getGrpFill()
Gets the "grpFill" element
-
isSetGrpFill
boolean isSetGrpFill()
True if has "grpFill" element
-
setGrpFill
void setGrpFill(CTGroupFillProperties grpFill)
Sets the "grpFill" element
-
addNewGrpFill
CTGroupFillProperties addNewGrpFill()
Appends and returns a new empty "grpFill" element
-
unsetGrpFill
void unsetGrpFill()
Unsets the "grpFill" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getMarL
int getMarL()
Gets the "marL" attribute
-
xgetMarL
STCoordinate32 xgetMarL()
Gets (as xml) the "marL" attribute
-
isSetMarL
boolean isSetMarL()
True if has "marL" attribute
-
setMarL
void setMarL(int marL)
Sets the "marL" attribute
-
xsetMarL
void xsetMarL(STCoordinate32 marL)
Sets (as xml) the "marL" attribute
-
unsetMarL
void unsetMarL()
Unsets the "marL" attribute
-
getMarR
int getMarR()
Gets the "marR" attribute
-
xgetMarR
STCoordinate32 xgetMarR()
Gets (as xml) the "marR" attribute
-
isSetMarR
boolean isSetMarR()
True if has "marR" attribute
-
setMarR
void setMarR(int marR)
Sets the "marR" attribute
-
xsetMarR
void xsetMarR(STCoordinate32 marR)
Sets (as xml) the "marR" attribute
-
unsetMarR
void unsetMarR()
Unsets the "marR" attribute
-
getMarT
int getMarT()
Gets the "marT" attribute
-
xgetMarT
STCoordinate32 xgetMarT()
Gets (as xml) the "marT" attribute
-
isSetMarT
boolean isSetMarT()
True if has "marT" attribute
-
setMarT
void setMarT(int marT)
Sets the "marT" attribute
-
xsetMarT
void xsetMarT(STCoordinate32 marT)
Sets (as xml) the "marT" attribute
-
unsetMarT
void unsetMarT()
Unsets the "marT" attribute
-
getMarB
int getMarB()
Gets the "marB" attribute
-
xgetMarB
STCoordinate32 xgetMarB()
Gets (as xml) the "marB" attribute
-
isSetMarB
boolean isSetMarB()
True if has "marB" attribute
-
setMarB
void setMarB(int marB)
Sets the "marB" attribute
-
xsetMarB
void xsetMarB(STCoordinate32 marB)
Sets (as xml) the "marB" attribute
-
unsetMarB
void unsetMarB()
Unsets the "marB" attribute
-
getVert
STTextVerticalType.Enum getVert()
Gets the "vert" attribute
-
xgetVert
STTextVerticalType xgetVert()
Gets (as xml) the "vert" attribute
-
isSetVert
boolean isSetVert()
True if has "vert" attribute
-
setVert
void setVert(STTextVerticalType.Enum vert)
Sets the "vert" attribute
-
xsetVert
void xsetVert(STTextVerticalType vert)
Sets (as xml) the "vert" attribute
-
unsetVert
void unsetVert()
Unsets the "vert" attribute
-
getAnchor
STTextAnchoringType.Enum getAnchor()
Gets the "anchor" attribute
-
xgetAnchor
STTextAnchoringType xgetAnchor()
Gets (as xml) the "anchor" attribute
-
isSetAnchor
boolean isSetAnchor()
True if has "anchor" attribute
-
setAnchor
void setAnchor(STTextAnchoringType.Enum anchor)
Sets the "anchor" attribute
-
xsetAnchor
void xsetAnchor(STTextAnchoringType anchor)
Sets (as xml) the "anchor" attribute
-
unsetAnchor
void unsetAnchor()
Unsets the "anchor" attribute
-
getAnchorCtr
boolean getAnchorCtr()
Gets the "anchorCtr" attribute
-
xgetAnchorCtr
XmlBoolean xgetAnchorCtr()
Gets (as xml) the "anchorCtr" attribute
-
isSetAnchorCtr
boolean isSetAnchorCtr()
True if has "anchorCtr" attribute
-
setAnchorCtr
void setAnchorCtr(boolean anchorCtr)
Sets the "anchorCtr" attribute
-
xsetAnchorCtr
void xsetAnchorCtr(XmlBoolean anchorCtr)
Sets (as xml) the "anchorCtr" attribute
-
unsetAnchorCtr
void unsetAnchorCtr()
Unsets the "anchorCtr" attribute
-
getHorzOverflow
STTextHorzOverflowType.Enum getHorzOverflow()
Gets the "horzOverflow" attribute
-
xgetHorzOverflow
STTextHorzOverflowType xgetHorzOverflow()
Gets (as xml) the "horzOverflow" attribute
-
isSetHorzOverflow
boolean isSetHorzOverflow()
True if has "horzOverflow" attribute
-
setHorzOverflow
void setHorzOverflow(STTextHorzOverflowType.Enum horzOverflow)
Sets the "horzOverflow" attribute
-
xsetHorzOverflow
void xsetHorzOverflow(STTextHorzOverflowType horzOverflow)
Sets (as xml) the "horzOverflow" attribute
-
unsetHorzOverflow
void unsetHorzOverflow()
Unsets the "horzOverflow" attribute
-
-