All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.storedobject.office.PDFProperties Maven / Gradle / Ivy

package com.storedobject.office;

public class PDFProperties {

    public enum Filter { ODS, ODT, XLS, XLSX, DOC, DOCX }

    public PDFProperties(String filter) {
    }

    public PDFProperties(Filter filter) {
    }

    public String getFilter() {
        return null;
    }

    public void setPassword(String password) {
    }

    public void clearPageRange() {
    }

    public void setPageRange(int startOfPage, int endOfPage) {
    }

    public void addPageRange(int startOfPage, int endOfPage) {
    }

    public final Object getProperties() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy