public class CTFormula extends Object
Java class for CT_Formula complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Formula">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="dir" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_FormulaDirection" default="col" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STFormulaDirection |
dir |
protected String |
value |
| Constructor and Description |
|---|
CTFormula() |
| Modifier and Type | Method and Description |
|---|---|
STFormulaDirection |
getDir()
Gets the value of the dir property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDir(STFormulaDirection value)
Sets the value of the dir property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected STFormulaDirection dir
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic STFormulaDirection getDir()
STFormulaDirectionpublic void setDir(STFormulaDirection value)
value - allowed object is
STFormulaDirectionCopyright © 2007-2022. All Rights Reserved.