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 classCTDxf.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTCellAlignmentaddNewAlignment()Appends and returns a new empty "alignment" elementCTBorderaddNewBorder()Appends and returns a new empty "border" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTFilladdNewFill()Appends and returns a new empty "fill" elementCTFontaddNewFont()Appends and returns a new empty "font" elementCTNumFmtaddNewNumFmt()Appends and returns a new empty "numFmt" elementCTCellProtectionaddNewProtection()Appends and returns a new empty "protection" elementCTCellAlignmentgetAlignment()Gets the "alignment" elementCTBordergetBorder()Gets the "border" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTFillgetFill()Gets the "fill" elementCTFontgetFont()Gets the "font" elementCTNumFmtgetNumFmt()Gets the "numFmt" elementCTCellProtectiongetProtection()Gets the "protection" elementbooleanisSetAlignment()True if has "alignment" elementbooleanisSetBorder()True if has "border" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetFill()True if has "fill" elementbooleanisSetFont()True if has "font" elementbooleanisSetNumFmt()True if has "numFmt" elementbooleanisSetProtection()True if has "protection" elementvoidsetAlignment(CTCellAlignment alignment)Sets the "alignment" elementvoidsetBorder(CTBorder border)Sets the "border" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFill(CTFill fill)Sets the "fill" elementvoidsetFont(CTFont font)Sets the "font" elementvoidsetNumFmt(CTNumFmt numFmt)Sets the "numFmt" elementvoidsetProtection(CTCellProtection protection)Sets the "protection" elementvoidunsetAlignment()Unsets the "alignment" elementvoidunsetBorder()Unsets the "border" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetFill()Unsets the "fill" elementvoidunsetFont()Unsets the "font" elementvoidunsetNumFmt()Unsets the "numFmt" elementvoidunsetProtection()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
-
-