package org.opencdmp.filetransformer.docx.service.wordfiletransformer.visibility; import java.util.Map; public interface VisibilityService { boolean isVisible(String id, Integer ordinal); }