java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTNumberFormat

public class CTNumberFormat extends Object

Java class for CT_NumberFormat complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_NumberFormat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="formatCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sourceLinked" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • formatCode

      protected String formatCode
    • sourceLinked

      protected Boolean sourceLinked
  • Constructor Details

    • CTNumberFormat

      public CTNumberFormat()
  • Method Details

    • getFormatCode

      public String getFormatCode()
      Gets the value of the formatCode property.
      Returns:
      possible object is String
    • setFormatCode

      public void setFormatCode(String value)
      Sets the value of the formatCode property.
      Parameters:
      value - allowed object is String
    • isSourceLinked

      public Boolean isSourceLinked()
      Gets the value of the sourceLinked property.
      Returns:
      possible object is Boolean
    • setSourceLinked

      public void setSourceLinked(Boolean value)
      Sets the value of the sourceLinked property.
      Parameters:
      value - allowed object is Boolean