/** * */ package at.gv.egiz.pdfas.impl.vfilter; public interface Partition { public boolean isTextPartition(); }