com.qoppa.preflight.profiles
Class PDFX_1a_Profile

java.lang.Object
  extended bycom.qoppa.preflight.profiles.Profile
      extended bycom.qoppa.preflight.profiles.PDFX_1a_Profile
Direct Known Subclasses:
PDFX_1a_2001, PDFX_1a_2003

public abstract class PDFX_1a_Profile
extends Profile

Abstract implementation of the PDF/X-1a profile. This profile contains rules that are common to all PDF/X-1a profiles. Concrete instances of these profiles are PDFX_1a_2001 and PDFX_1a_2003.

Author:
Qoppa Software

Constructor Summary
PDFX_1a_Profile()
          Constructs a new PDF/X-1a abstract profile.
 
Methods inherited from class com.qoppa.preflight.profiles.Profile
getContentRules, getDescription, getName, getOperatorRules, getProfileList, getStructureRules, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFX_1a_Profile

public PDFX_1a_Profile()
Constructs a new PDF/X-1a abstract profile.