274275276277278279280281282283284285286
/** * sets the OOXML settings for this Area Format * @param sp */ public void setFromOOXML(SpPr sp) { FillGroup f= sp.getFill(); if (f!=null) { this.seticvFore(f.getColor()); //this.seticvBack() // fls= fill pattern } }