Package org.foray.fotree.fo.obj

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


        }
        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: {
            return new IndexPageNumberPrefix(parent, propertyList);
        }
        case INDEX_PAGE_NUMBER_SUFFIX: {
View Full Code Here

TOP

Related Classes of org.foray.fotree.fo.obj.IndexPageCitationRangeSeparator

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.