Package org.openoffice.xmerge.converter.xml.sxc

Examples of org.openoffice.xmerge.converter.xml.sxc.Format


     *  Return the Format object describing the active cell formatting.
     *
     *  @return The Format object describing the active cell formatting.
     */
    public Format getCellFormat() {
        return new Format(fmt);
    }
View Full Code Here

TOP

Related Classes of org.openoffice.xmerge.converter.xml.sxc.Format

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.