public class CTDxf extends Object implements Child
Java class for CT_Dxf complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Dxf">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="font" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Font" minOccurs="0"/>
<element name="numFmt" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_NumFmt" minOccurs="0"/>
<element name="fill" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Fill" minOccurs="0"/>
<element name="alignment" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellAlignment" minOccurs="0"/>
<element name="border" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Border" minOccurs="0"/>
<element name="protection" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellProtection" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCellAlignment |
alignment |
protected CTBorder |
border |
protected CTExtensionList |
extLst |
protected CTFill |
fill |
protected CTFont |
font |
protected CTNumFmt |
numFmt |
protected CTCellProtection |
protection |
| Constructor and Description |
|---|
CTDxf() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTCellAlignment |
getAlignment()
Gets the value of the alignment property.
|
CTBorder |
getBorder()
Gets the value of the border property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFill |
getFill()
Gets the value of the fill property.
|
CTFont |
getFont()
Gets the value of the font property.
|
CTNumFmt |
getNumFmt()
Gets the value of the numFmt property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTCellProtection |
getProtection()
Gets the value of the protection property.
|
void |
setAlignment(CTCellAlignment value)
Sets the value of the alignment property.
|
void |
setBorder(CTBorder value)
Sets the value of the border property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFill(CTFill value)
Sets the value of the fill property.
|
void |
setFont(CTFont value)
Sets the value of the font property.
|
void |
setNumFmt(CTNumFmt value)
Sets the value of the numFmt property.
|
void |
setParent(Object parent) |
void |
setProtection(CTCellProtection value)
Sets the value of the protection property.
|
protected CTFont font
protected CTNumFmt numFmt
protected CTFill fill
protected CTCellAlignment alignment
protected CTBorder border
protected CTCellProtection protection
protected CTExtensionList extLst
public CTFont getFont()
CTFontpublic void setFont(CTFont value)
value - allowed object is
CTFontpublic CTNumFmt getNumFmt()
CTNumFmtpublic void setNumFmt(CTNumFmt value)
value - allowed object is
CTNumFmtpublic CTFill getFill()
CTFillpublic void setFill(CTFill value)
value - allowed object is
CTFillpublic CTCellAlignment getAlignment()
CTCellAlignmentpublic void setAlignment(CTCellAlignment value)
value - allowed object is
CTCellAlignmentpublic CTBorder getBorder()
CTBorderpublic void setBorder(CTBorder value)
value - allowed object is
CTBorderpublic CTCellProtection getProtection()
CTCellProtectionpublic void setProtection(CTCellProtection value)
value - allowed object is
CTCellProtectionpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.