Class CTNumberFormat
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTNumberFormat
public class CTNumberFormat
extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.StringformatCodeprotected java.lang.BooleansourceLinked -
Constructor Summary
Constructors Constructor Description CTNumberFormat() -
Method Summary
Modifier and Type Method Description java.lang.StringgetFormatCode()Gets the value of the formatCode property.java.lang.BooleanisSourceLinked()Gets the value of the sourceLinked property.voidsetFormatCode(java.lang.String value)Sets the value of the formatCode property.voidsetSourceLinked(java.lang.Boolean value)Sets the value of the sourceLinked property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
formatCode
protected java.lang.String formatCode -
sourceLinked
protected java.lang.Boolean sourceLinked
-
-
Constructor Details
-
CTNumberFormat
public CTNumberFormat()
-
-
Method Details
-
getFormatCode
public java.lang.String getFormatCode()Gets the value of the formatCode property.- Returns:
- possible object is
String
-
setFormatCode
public void setFormatCode(java.lang.String value)Sets the value of the formatCode property.- Parameters:
value- allowed object isString
-
isSourceLinked
public java.lang.Boolean isSourceLinked()Gets the value of the sourceLinked property.- Returns:
- possible object is
Boolean
-
setSourceLinked
public void setSourceLinked(java.lang.Boolean value)Sets the value of the sourceLinked property.- Parameters:
value- allowed object isBoolean
-