Searched refs:bgColor (Results 1 – 2 of 2) sorted by relevance
72 protected Color bgColor = null; field in TextStyle258 bgColor = parseColorString(value); in handleAttribute()341 return bgColor; in getBackgroundColor()356 this.bgColor = backgroundColor; in setColors()409 if ((bgColor == null) && (parentStyle.bgColor != null)) in getResolved()410 resolved.bgColor = parentStyle.bgColor; in getResolved()559 if (tStyle.bgColor != null) { in isSubset()560 if (bgColor == null) in isSubset()562 if (!bgColor.equals(tStyle.bgColor)) in isSubset()614 if (bgColor != null) in writeAttributes()[all …]
115 case XLS_TOKEN( bgColor ): mxFill->importBgColor( rAttribs ); break; in onCreateContext()