Examples of IndexPageCitationListSeparator


Examples of org.foray.fotree.fo.obj.IndexPageCitationListSeparator

        }
        case INDEX_PAGE_CITATION_LIST: {
            return new IndexPageCitationList(parent, propertyList);
        }
        case INDEX_PAGE_CITATION_LIST_SEPARATOR: {
            return new IndexPageCitationListSeparator(parent, propertyList);
        }
        case INDEX_PAGE_CITATION_RANGE_SEPARATOR: {
            return new IndexPageCitationRangeSeparator(parent, propertyList);
        }
        case INDEX_PAGE_NUMBER_PREFIX: {
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.