Package org.foray.fotree.fo.prop

Examples of org.foray.fotree.fo.prop.PdSpaceAfter.addComponent()


            if (property == null) {
                return null;
            }
            if (property instanceof PdSpaceAfter) {
                final PdSpaceAfter spaceAfter = (PdSpaceAfter) property;
                spaceAfter.addComponent(fobj, propertyFullName,
                        attributeValue);
                return property;
            } else {
                throw new IllegalStateException("space-after instance "
                        + "is of an unexpected type.");
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.