Interface CTDxf
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Dxf(@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 "border" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "fill" elementAppends and returns a new empty "font" elementAppends and returns a new empty "numFmt" elementAppends and returns a new empty "protection" elementGets the "alignment" elementGets the "border" elementGets the "extLst" elementgetFill()
Gets the "fill" elementgetFont()
Gets the "font" elementGets the "numFmt" elementGets the "protection" elementboolean
True if has "alignment" elementboolean
True if has "border" elementboolean
True if has "extLst" elementboolean
True if has "fill" elementboolean
True if has "font" elementboolean
True if has "numFmt" elementboolean
True if has "protection" elementvoid
setAlignment
(CTCellAlignment alignment) Sets the "alignment" elementvoid
Sets the "border" elementvoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
Sets the "fill" elementvoid
Sets the "font" elementvoid
Sets the "numFmt" elementvoid
setProtection
(CTCellProtection protection) Sets the "protection" elementvoid
Unsets the "alignment" elementvoid
Unsets the "border" elementvoid
Unsets the "extLst" elementvoid
Unsets the "fill" elementvoid
Unsets the "font" elementvoid
Unsets the "numFmt" elementvoid
Unsets the "protection" elementMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getFont
CTFont getFont()Gets the "font" element -
isSetFont
boolean isSetFont()True if has "font" element -
setFont
Sets the "font" element -
addNewFont
CTFont addNewFont()Appends and returns a new empty "font" element -
unsetFont
void unsetFont()Unsets the "font" element -
getNumFmt
CTNumFmt getNumFmt()Gets the "numFmt" element -
isSetNumFmt
boolean isSetNumFmt()True if has "numFmt" element -
setNumFmt
Sets the "numFmt" element -
addNewNumFmt
CTNumFmt addNewNumFmt()Appends and returns a new empty "numFmt" element -
unsetNumFmt
void unsetNumFmt()Unsets the "numFmt" element -
getFill
CTFill getFill()Gets the "fill" element -
isSetFill
boolean isSetFill()True if has "fill" element -
setFill
Sets the "fill" element -
addNewFill
CTFill addNewFill()Appends and returns a new empty "fill" element -
unsetFill
void unsetFill()Unsets the "fill" element -
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 -
getBorder
CTBorder getBorder()Gets the "border" element -
isSetBorder
boolean isSetBorder()True if has "border" element -
setBorder
Sets the "border" element -
addNewBorder
CTBorder addNewBorder()Appends and returns a new empty "border" element -
unsetBorder
void unsetBorder()Unsets the "border" 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
-