public class CfRule extends Object implements OOXMLElement
| Constructor and Description |
|---|
CfRule(CfRule cf) |
CfRule(HashMap<String,String> attrs,
ArrayList<String> formulas) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getContainsText()
returns the text to test in a containsText type of condition
Only valid for containsText conditions |
int |
getDxfId()
get the dxfId (the incremental style associated with this conditional formatting rule)
|
String |
getFormula1() |
String |
getFormula2() |
String |
getOOXML() |
String |
getOOXML(int priority)
Deprecated.
|
String |
getOperator()
get methods
|
String |
getType() |
static CfRule |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp)
generate a cfRule based on OOXML input stream
|
void |
setDxfId(int dxfId)
Deprecated.
|
public CfRule(CfRule cf)
public static CfRule parseOOXML(org.xmlpull.v1.XmlPullParser xpp)
xpp - public String getOOXML(int priority)
public int getDxfId()
public void setDxfId(int dxfId)
dxfId - public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public String getOperator()
public String getType()
public String getContainsText()
public String getFormula1()
public String getFormula2()
Copyright © 2002–2019 Starter Inc.. All rights reserved.