Package org.xlsx4j.sml
Class CTDxf
java.lang.Object
org.xlsx4j.sml.CTDxf
- All Implemented Interfaces:
Child
public class CTDxf extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTCellAlignmentalignmentprotected CTBorderborderprotected CTExtensionListextLstprotected CTFillfillprotected CTFontfontprotected CTNumFmtnumFmtprotected CTCellProtectionprotection -
Constructor Summary
Constructors Constructor Description CTDxf() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTCellAlignmentgetAlignment()Gets the value of the alignment property.CTBordergetBorder()Gets the value of the border property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTFillgetFill()Gets the value of the fill property.CTFontgetFont()Gets the value of the font property.CTNumFmtgetNumFmt()Gets the value of the numFmt property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTCellProtectiongetProtection()Gets the value of the protection property.voidsetAlignment(CTCellAlignment value)Sets the value of the alignment property.voidsetBorder(CTBorder value)Sets the value of the border property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFill(CTFill value)Sets the value of the fill property.voidsetFont(CTFont value)Sets the value of the font property.voidsetNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidsetParent(java.lang.Object parent)voidsetProtection(CTCellProtection value)Sets the value of the protection property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
font
-
numFmt
-
fill
-
alignment
-
border
-
protection
-
extLst
-
-
Constructor Details
-
CTDxf
public CTDxf()
-
-
Method Details
-
getFont
Gets the value of the font property.- Returns:
- possible object is
CTFont
-
setFont
Sets the value of the font property.- Parameters:
value- allowed object isCTFont
-
getNumFmt
Gets the value of the numFmt property.- Returns:
- possible object is
CTNumFmt
-
setNumFmt
Sets the value of the numFmt property.- Parameters:
value- allowed object isCTNumFmt
-
getFill
Gets the value of the fill property.- Returns:
- possible object is
CTFill
-
setFill
Sets the value of the fill property.- Parameters:
value- allowed object isCTFill
-
getAlignment
Gets the value of the alignment property.- Returns:
- possible object is
CTCellAlignment
-
setAlignment
Sets the value of the alignment property.- Parameters:
value- allowed object isCTCellAlignment
-
getBorder
Gets the value of the border property.- Returns:
- possible object is
CTBorder
-
setBorder
Sets the value of the border property.- Parameters:
value- allowed object isCTBorder
-
getProtection
Gets the value of the protection property.- Returns:
- possible object is
CTCellProtection
-
setProtection
Sets the value of the protection property.- Parameters:
value- allowed object isCTCellProtection
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-