Class CTDxf

java.lang.Object
org.xlsx4j.sml.CTDxf
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTDxf

      public CTDxf()
  • Method Details

    • getFont

      public CTFont getFont()
      Gets the value of the font property.
      Returns:
      possible object is CTFont
    • setFont

      public void setFont(CTFont value)
      Sets the value of the font property.
      Parameters:
      value - allowed object is CTFont
    • getNumFmt

      public CTNumFmt getNumFmt()
      Gets the value of the numFmt property.
      Returns:
      possible object is CTNumFmt
    • setNumFmt

      public void setNumFmt(CTNumFmt value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is CTNumFmt
    • getFill

      public CTFill getFill()
      Gets the value of the fill property.
      Returns:
      possible object is CTFill
    • setFill

      public void setFill(CTFill value)
      Sets the value of the fill property.
      Parameters:
      value - allowed object is CTFill
    • getAlignment

      public CTCellAlignment getAlignment()
      Gets the value of the alignment property.
      Returns:
      possible object is CTCellAlignment
    • setAlignment

      public void setAlignment(CTCellAlignment value)
      Sets the value of the alignment property.
      Parameters:
      value - allowed object is CTCellAlignment
    • getBorder

      public CTBorder getBorder()
      Gets the value of the border property.
      Returns:
      possible object is CTBorder
    • setBorder

      public void setBorder(CTBorder value)
      Sets the value of the border property.
      Parameters:
      value - allowed object is CTBorder
    • getProtection

      public CTCellProtection getProtection()
      Gets the value of the protection property.
      Returns:
      possible object is CTCellProtection
    • setProtection

      public void setProtection(CTCellProtection value)
      Sets the value of the protection property.
      Parameters:
      value - allowed object is CTCellProtection
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.