Package com.extentech.formats.OOXML

Examples of com.extentech.formats.OOXML.FillGroup


    /**
     * 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
       
      }
    }   
View Full Code Here

TOP

Related Classes of com.extentech.formats.OOXML.FillGroup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.