Package org.docx4j.vml

Examples of org.docx4j.vml.CTFill


    background.getAnyAndAny().add(backgroundWrapped);
    background2.setTargetscreensize("1024,768");
    background2.setVmlId("_x0000_s1025");
    background2.setBwmode(org.docx4j.vml.officedrawing.STBWMode.WHITE);
    // Create object for fill
    CTFill fill = vmlObjectFactory.createCTFill();
    background2.setFill(fill);
    fill.setTitle("Alien 1");
    fill.setId(rId);
    fill.setType(org.docx4j.vml.STFillType.FRAME);
    fill.setRecolor(org.docx4j.vml.STTrueFalse.T);

    return background;
  }
View Full Code Here

TOP

Related Classes of org.docx4j.vml.CTFill

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.