Class CTNumberFormat
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTNumberFormat
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the formatCode property.Gets the value of the sourceLinked property.voidsetFormatCode(String value) Sets the value of the formatCode property.voidsetSourceLinked(Boolean value) Sets the value of the sourceLinked property.
-
Field Details
-
formatCode
-
sourceLinked
-
-
Constructor Details
-
CTNumberFormat
public CTNumberFormat()
-
-
Method Details
-
getFormatCode
Gets the value of the formatCode property.- Returns:
- possible object is
String
-
setFormatCode
Sets the value of the formatCode property.- Parameters:
value- allowed object isString
-
isSourceLinked
Gets the value of the sourceLinked property.- Returns:
- possible object is
Boolean
-
setSourceLinked
Sets the value of the sourceLinked property.- Parameters:
value- allowed object isBoolean
-