Package org.xlsx4j.sml
Class CTDxf
java.lang.Object
org.xlsx4j.sml.CTDxf
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTCellAlignmentprotected CTBorderprotected CTExtensionListprotected CTFillprotected CTFontprotected CTNumFmtprotected CTCellProtection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the alignment property.Gets the value of the border property.Gets the value of the extLst property.getFill()Gets the value of the fill property.getFont()Gets the value of the font property.Gets the value of the numFmt property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the protection property.voidsetAlignment(CTCellAlignment value) Sets the value of the alignment property.voidSets the value of the border property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the fill property.voidSets the value of the font property.voidSets the value of the numFmt property.voidvoidsetProtection(CTCellProtection value) Sets the value of the protection property.
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-