| 构造器和说明 |
|---|
Fill() |
Fill(Color fgColor) |
Fill(PatternType patternType) |
Fill(PatternType patternType,
Color fgColor) |
Fill(PatternType patternType,
Color bgColor,
Color fgColor) |
| 限定符和类型 | 方法和说明 |
|---|---|
Fill |
clone() |
static List<Fill> |
domToFill(org.dom4j.Element root)
解析Dom树并转为填充对象
|
static List<Fill> |
domToFill(org.dom4j.Element root,
Color[] indexedColors)
解析Dom树并转为填充对象
|
boolean |
equals(Object o) |
Color |
getBgColor() |
Color |
getFgColor() |
PatternType |
getPatternType() |
int |
hashCode() |
static Fill |
parse(String text)
fgColor bgColor patternType
color patternType : fgColor patternType
|
Fill |
setBgColor(Color bgColor) |
Fill |
setFgColor(Color fgColor) |
Fill |
setPatternType(PatternType patternType) |
org.dom4j.Element |
toDom(org.dom4j.Element root) |
String |
toString() |
public Fill(PatternType patternType, Color bgColor, Color fgColor)
public Fill(PatternType patternType, Color fgColor)
public Fill(PatternType patternType)
public Fill(Color fgColor)
public Fill()
public PatternType getPatternType()
public Fill setPatternType(PatternType patternType)
public Color getBgColor()
public Color getFgColor()
public static Fill parse(String text)
text - the Fill string valueFillpublic org.dom4j.Element toDom(org.dom4j.Element root)
public static List<Fill> domToFill(org.dom4j.Element root, Color[] indexedColors)
root - dom树indexedColors - 特殊indexed颜色(大部分情况下为null)public static List<Fill> domToFill(org.dom4j.Element root)
root - dom树Copyright © 2025. All rights reserved.