public class CTNumFmt extends Object
Java class for CT_NumFmt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NumFmt"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="formatCode" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" /> <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 |
---|
CTNumFmt() |
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()
String
public void setFormatCode(String value)
value
- allowed object is
String
public Boolean isSourceLinked()
Boolean
Copyright © 2007-2019. All Rights Reserved.