Package org.foray.fotree.fo.prop

Examples of org.foray.fotree.fo.prop.PdCaseName


        }
        case CAPTION_SIDE: {
            return new PdCaptionSide(fobj, propertyFullName, attributeValue);
        }
        case CASE_NAME: {
            return new PdCaseName(fobj, propertyFullName, attributeValue);
        }
        case CASE_TITLE: {
            return new PdCaseTitle(fobj, propertyFullName, attributeValue);
        }
        case CHANGE_BAR_CLASS: {
View Full Code Here

TOP

Related Classes of org.foray.fotree.fo.prop.PdCaseName

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.