Examples of traitTableLayout()


Examples of org.axsl.fo.fo.Table.traitTableLayout()

            }
            if (table == null) {
                throw new PropertyException("Ancestor 'table' object not found "
                        + "for function \"proportional-column-width\".");
            }
            if (table.traitTableLayout() != TableLayout.FIXED) {
                throw new PropertyException("Table layout must be \"fixed\" "
                        + "for function \"proportional-column-width\".");
            }
            break;
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.