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()
CTFont
public void setFont(CTFont value)
value
- allowed object is
CTFont
public CTNumFmt getNumFmt()
CTNumFmt
public void setNumFmt(CTNumFmt value)
value
- allowed object is
CTNumFmt
public CTFill getFill()
CTFill
public void setFill(CTFill value)
value
- allowed object is
CTFill
public CTCellAlignment getAlignment()
CTCellAlignment
public void setAlignment(CTCellAlignment value)
value
- allowed object is
CTCellAlignment
public CTBorder getBorder()
CTBorder
public void setBorder(CTBorder value)
value
- allowed object is
CTBorder
public CTCellProtection getProtection()
CTCellProtection
public void setProtection(CTCellProtection value)
value
- allowed object is
CTCellProtection
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public 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-2018. All Rights Reserved.