Interface CTXf
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Xf(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "alignment" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "protection" elementGets the "alignment" elementbooleanGets the "applyAlignment" attributebooleanGets the "applyBorder" attributebooleanGets the "applyFill" attributebooleanGets the "applyFont" attributebooleanGets the "applyNumberFormat" attributebooleanGets the "applyProtection" attributelongGets the "borderId" attributeGets the "extLst" elementlongGets the "fillId" attributelongGets the "fontId" attributelongGets the "numFmtId" attributebooleanGets the "pivotButton" attributeGets the "protection" elementbooleanGets the "quotePrefix" attributelonggetXfId()Gets the "xfId" attributebooleanTrue if has "alignment" elementbooleanTrue if has "applyAlignment" attributebooleanTrue if has "applyBorder" attributebooleanTrue if has "applyFill" attributebooleanTrue if has "applyFont" attributebooleanTrue if has "applyNumberFormat" attributebooleanTrue if has "applyProtection" attributebooleanTrue if has "borderId" attributebooleanTrue if has "extLst" elementbooleanTrue if has "fillId" attributebooleanTrue if has "fontId" attributebooleanTrue if has "numFmtId" attributebooleanTrue if has "pivotButton" attributebooleanTrue if has "protection" elementbooleanTrue if has "quotePrefix" attributebooleanTrue if has "xfId" attributevoidsetAlignment(CTCellAlignment alignment) Sets the "alignment" elementvoidsetApplyAlignment(boolean applyAlignment) Sets the "applyAlignment" attributevoidsetApplyBorder(boolean applyBorder) Sets the "applyBorder" attributevoidsetApplyFill(boolean applyFill) Sets the "applyFill" attributevoidsetApplyFont(boolean applyFont) Sets the "applyFont" attributevoidsetApplyNumberFormat(boolean applyNumberFormat) Sets the "applyNumberFormat" attributevoidsetApplyProtection(boolean applyProtection) Sets the "applyProtection" attributevoidsetBorderId(long borderId) Sets the "borderId" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFillId(long fillId) Sets the "fillId" attributevoidsetFontId(long fontId) Sets the "fontId" attributevoidsetNumFmtId(long numFmtId) Sets the "numFmtId" attributevoidsetPivotButton(boolean pivotButton) Sets the "pivotButton" attributevoidsetProtection(CTCellProtection protection) Sets the "protection" elementvoidsetQuotePrefix(boolean quotePrefix) Sets the "quotePrefix" attributevoidsetXfId(long xfId) Sets the "xfId" attributevoidUnsets the "alignment" elementvoidUnsets the "applyAlignment" attributevoidUnsets the "applyBorder" attributevoidUnsets the "applyFill" attributevoidUnsets the "applyFont" attributevoidUnsets the "applyNumberFormat" attributevoidUnsets the "applyProtection" attributevoidUnsets the "borderId" attributevoidUnsets the "extLst" elementvoidUnsets the "fillId" attributevoidUnsets the "fontId" attributevoidUnsets the "numFmtId" attributevoidUnsets the "pivotButton" attributevoidUnsets the "protection" elementvoidUnsets the "quotePrefix" attributevoidUnsets the "xfId" attributeGets (as xml) the "applyAlignment" attributeGets (as xml) the "applyBorder" attributeGets (as xml) the "applyFill" attributeGets (as xml) the "applyFont" attributeGets (as xml) the "applyNumberFormat" attributeGets (as xml) the "applyProtection" attributeGets (as xml) the "borderId" attributeGets (as xml) the "fillId" attributeGets (as xml) the "fontId" attributeGets (as xml) the "numFmtId" attributeGets (as xml) the "pivotButton" attributeGets (as xml) the "quotePrefix" attributexgetXfId()Gets (as xml) the "xfId" attributevoidxsetApplyAlignment(XmlBoolean applyAlignment) Sets (as xml) the "applyAlignment" attributevoidxsetApplyBorder(XmlBoolean applyBorder) Sets (as xml) the "applyBorder" attributevoidxsetApplyFill(XmlBoolean applyFill) Sets (as xml) the "applyFill" attributevoidxsetApplyFont(XmlBoolean applyFont) Sets (as xml) the "applyFont" attributevoidxsetApplyNumberFormat(XmlBoolean applyNumberFormat) Sets (as xml) the "applyNumberFormat" attributevoidxsetApplyProtection(XmlBoolean applyProtection) Sets (as xml) the "applyProtection" attributevoidxsetBorderId(STBorderId borderId) Sets (as xml) the "borderId" attributevoidxsetFillId(STFillId fillId) Sets (as xml) the "fillId" attributevoidxsetFontId(STFontId fontId) Sets (as xml) the "fontId" attributevoidxsetNumFmtId(STNumFmtId numFmtId) Sets (as xml) the "numFmtId" attributevoidxsetPivotButton(XmlBoolean pivotButton) Sets (as xml) the "pivotButton" attributevoidxsetQuotePrefix(XmlBoolean quotePrefix) Sets (as xml) the "quotePrefix" attributevoidxsetXfId(STCellStyleXfId xfId) Sets (as xml) the "xfId" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getAlignment
CTCellAlignment getAlignment()Gets the "alignment" element -
isSetAlignment
boolean isSetAlignment()True if has "alignment" element -
setAlignment
Sets the "alignment" element -
addNewAlignment
CTCellAlignment addNewAlignment()Appends and returns a new empty "alignment" element -
unsetAlignment
void unsetAlignment()Unsets the "alignment" element -
getProtection
CTCellProtection getProtection()Gets the "protection" element -
isSetProtection
boolean isSetProtection()True if has "protection" element -
setProtection
Sets the "protection" element -
addNewProtection
CTCellProtection addNewProtection()Appends and returns a new empty "protection" element -
unsetProtection
void unsetProtection()Unsets the "protection" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getNumFmtId
long getNumFmtId()Gets the "numFmtId" attribute -
xgetNumFmtId
STNumFmtId xgetNumFmtId()Gets (as xml) the "numFmtId" attribute -
isSetNumFmtId
boolean isSetNumFmtId()True if has "numFmtId" attribute -
setNumFmtId
void setNumFmtId(long numFmtId) Sets the "numFmtId" attribute -
xsetNumFmtId
Sets (as xml) the "numFmtId" attribute -
unsetNumFmtId
void unsetNumFmtId()Unsets the "numFmtId" attribute -
getFontId
long getFontId()Gets the "fontId" attribute -
xgetFontId
STFontId xgetFontId()Gets (as xml) the "fontId" attribute -
isSetFontId
boolean isSetFontId()True if has "fontId" attribute -
setFontId
void setFontId(long fontId) Sets the "fontId" attribute -
xsetFontId
Sets (as xml) the "fontId" attribute -
unsetFontId
void unsetFontId()Unsets the "fontId" attribute -
getFillId
long getFillId()Gets the "fillId" attribute -
xgetFillId
STFillId xgetFillId()Gets (as xml) the "fillId" attribute -
isSetFillId
boolean isSetFillId()True if has "fillId" attribute -
setFillId
void setFillId(long fillId) Sets the "fillId" attribute -
xsetFillId
Sets (as xml) the "fillId" attribute -
unsetFillId
void unsetFillId()Unsets the "fillId" attribute -
getBorderId
long getBorderId()Gets the "borderId" attribute -
xgetBorderId
STBorderId xgetBorderId()Gets (as xml) the "borderId" attribute -
isSetBorderId
boolean isSetBorderId()True if has "borderId" attribute -
setBorderId
void setBorderId(long borderId) Sets the "borderId" attribute -
xsetBorderId
Sets (as xml) the "borderId" attribute -
unsetBorderId
void unsetBorderId()Unsets the "borderId" attribute -
getXfId
long getXfId()Gets the "xfId" attribute -
xgetXfId
STCellStyleXfId xgetXfId()Gets (as xml) the "xfId" attribute -
isSetXfId
boolean isSetXfId()True if has "xfId" attribute -
setXfId
void setXfId(long xfId) Sets the "xfId" attribute -
xsetXfId
Sets (as xml) the "xfId" attribute -
unsetXfId
void unsetXfId()Unsets the "xfId" attribute -
getQuotePrefix
boolean getQuotePrefix()Gets the "quotePrefix" attribute -
xgetQuotePrefix
XmlBoolean xgetQuotePrefix()Gets (as xml) the "quotePrefix" attribute -
isSetQuotePrefix
boolean isSetQuotePrefix()True if has "quotePrefix" attribute -
setQuotePrefix
void setQuotePrefix(boolean quotePrefix) Sets the "quotePrefix" attribute -
xsetQuotePrefix
Sets (as xml) the "quotePrefix" attribute -
unsetQuotePrefix
void unsetQuotePrefix()Unsets the "quotePrefix" attribute -
getPivotButton
boolean getPivotButton()Gets the "pivotButton" attribute -
xgetPivotButton
XmlBoolean xgetPivotButton()Gets (as xml) the "pivotButton" attribute -
isSetPivotButton
boolean isSetPivotButton()True if has "pivotButton" attribute -
setPivotButton
void setPivotButton(boolean pivotButton) Sets the "pivotButton" attribute -
xsetPivotButton
Sets (as xml) the "pivotButton" attribute -
unsetPivotButton
void unsetPivotButton()Unsets the "pivotButton" attribute -
getApplyNumberFormat
boolean getApplyNumberFormat()Gets the "applyNumberFormat" attribute -
xgetApplyNumberFormat
XmlBoolean xgetApplyNumberFormat()Gets (as xml) the "applyNumberFormat" attribute -
isSetApplyNumberFormat
boolean isSetApplyNumberFormat()True if has "applyNumberFormat" attribute -
setApplyNumberFormat
void setApplyNumberFormat(boolean applyNumberFormat) Sets the "applyNumberFormat" attribute -
xsetApplyNumberFormat
Sets (as xml) the "applyNumberFormat" attribute -
unsetApplyNumberFormat
void unsetApplyNumberFormat()Unsets the "applyNumberFormat" attribute -
getApplyFont
boolean getApplyFont()Gets the "applyFont" attribute -
xgetApplyFont
XmlBoolean xgetApplyFont()Gets (as xml) the "applyFont" attribute -
isSetApplyFont
boolean isSetApplyFont()True if has "applyFont" attribute -
setApplyFont
void setApplyFont(boolean applyFont) Sets the "applyFont" attribute -
xsetApplyFont
Sets (as xml) the "applyFont" attribute -
unsetApplyFont
void unsetApplyFont()Unsets the "applyFont" attribute -
getApplyFill
boolean getApplyFill()Gets the "applyFill" attribute -
xgetApplyFill
XmlBoolean xgetApplyFill()Gets (as xml) the "applyFill" attribute -
isSetApplyFill
boolean isSetApplyFill()True if has "applyFill" attribute -
setApplyFill
void setApplyFill(boolean applyFill) Sets the "applyFill" attribute -
xsetApplyFill
Sets (as xml) the "applyFill" attribute -
unsetApplyFill
void unsetApplyFill()Unsets the "applyFill" attribute -
getApplyBorder
boolean getApplyBorder()Gets the "applyBorder" attribute -
xgetApplyBorder
XmlBoolean xgetApplyBorder()Gets (as xml) the "applyBorder" attribute -
isSetApplyBorder
boolean isSetApplyBorder()True if has "applyBorder" attribute -
setApplyBorder
void setApplyBorder(boolean applyBorder) Sets the "applyBorder" attribute -
xsetApplyBorder
Sets (as xml) the "applyBorder" attribute -
unsetApplyBorder
void unsetApplyBorder()Unsets the "applyBorder" attribute -
getApplyAlignment
boolean getApplyAlignment()Gets the "applyAlignment" attribute -
xgetApplyAlignment
XmlBoolean xgetApplyAlignment()Gets (as xml) the "applyAlignment" attribute -
isSetApplyAlignment
boolean isSetApplyAlignment()True if has "applyAlignment" attribute -
setApplyAlignment
void setApplyAlignment(boolean applyAlignment) Sets the "applyAlignment" attribute -
xsetApplyAlignment
Sets (as xml) the "applyAlignment" attribute -
unsetApplyAlignment
void unsetApplyAlignment()Unsets the "applyAlignment" attribute -
getApplyProtection
boolean getApplyProtection()Gets the "applyProtection" attribute -
xgetApplyProtection
XmlBoolean xgetApplyProtection()Gets (as xml) the "applyProtection" attribute -
isSetApplyProtection
boolean isSetApplyProtection()True if has "applyProtection" attribute -
setApplyProtection
void setApplyProtection(boolean applyProtection) Sets the "applyProtection" attribute -
xsetApplyProtection
Sets (as xml) the "applyProtection" attribute -
unsetApplyProtection
void unsetApplyProtection()Unsets the "applyProtection" attribute
-