Interface CTDxf
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDxf extends XmlObject
An XML CT_Dxf(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDxf.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 CTCellAlignment
addNewAlignment()
Appends and returns a new empty "alignment" elementCTBorder
addNewBorder()
Appends and returns a new empty "border" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTFill
addNewFill()
Appends and returns a new empty "fill" elementCTFont
addNewFont()
Appends and returns a new empty "font" elementCTNumFmt
addNewNumFmt()
Appends and returns a new empty "numFmt" elementCTCellProtection
addNewProtection()
Appends and returns a new empty "protection" elementCTCellAlignment
getAlignment()
Gets the "alignment" elementCTBorder
getBorder()
Gets the "border" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTFill
getFill()
Gets the "fill" elementCTFont
getFont()
Gets the "font" elementCTNumFmt
getNumFmt()
Gets the "numFmt" elementCTCellProtection
getProtection()
Gets the "protection" elementboolean
isSetAlignment()
True if has "alignment" elementboolean
isSetBorder()
True if has "border" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFill()
True if has "fill" elementboolean
isSetFont()
True if has "font" elementboolean
isSetNumFmt()
True if has "numFmt" elementboolean
isSetProtection()
True if has "protection" elementvoid
setAlignment(CTCellAlignment alignment)
Sets the "alignment" elementvoid
setBorder(CTBorder border)
Sets the "border" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFill(CTFill fill)
Sets the "fill" elementvoid
setFont(CTFont font)
Sets the "font" elementvoid
setNumFmt(CTNumFmt numFmt)
Sets the "numFmt" elementvoid
setProtection(CTCellProtection protection)
Sets the "protection" elementvoid
unsetAlignment()
Unsets the "alignment" elementvoid
unsetBorder()
Unsets the "border" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFill()
Unsets the "fill" elementvoid
unsetFont()
Unsets the "font" elementvoid
unsetNumFmt()
Unsets the "numFmt" elementvoid
unsetProtection()
Unsets the "protection" 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
-
getFont
CTFont getFont()
Gets the "font" element
-
isSetFont
boolean isSetFont()
True if has "font" element
-
setFont
void setFont(CTFont font)
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
void setNumFmt(CTNumFmt numFmt)
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
void setFill(CTFill fill)
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
void setAlignment(CTCellAlignment alignment)
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
void setBorder(CTBorder border)
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
void setProtection(CTCellProtection protection)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-