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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
formatCode |
protected Boolean |
sourceLinked |
| Constructor and Description |
|---|
CTNumberFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatCode()
Gets the value of the formatCode property.
|
Boolean |
isSourceLinked()
Gets the value of the sourceLinked property.
|
void |
setFormatCode(String value)
Sets the value of the formatCode property.
|
void |
setSourceLinked(Boolean value)
Sets the value of the sourceLinked property.
|
public String getFormatCode()
Stringpublic void setFormatCode(String value)
value - allowed object is
Stringpublic Boolean isSourceLinked()
BooleanCopyright © 2007-2022. All Rights Reserved.