com.qoppa.preflight.profiles
Class PDFX_3_Profile

java.lang.Object
  extended bycom.qoppa.preflight.profiles.Profile
      extended bycom.qoppa.preflight.profiles.PDFX_3_Profile
Direct Known Subclasses:
PDFX_3_2002, PDFX_3_2003

public abstract class PDFX_3_Profile
extends Profile

Abstract implementation of the PDF/X-3 profile. This profile contains rules that are common to all PDF/X-3 profiles. Concrete instances of these profiles are PDFX_3_2002 and PDFX_3_2003.

Author:
Qoppa Software

Constructor Summary
PDFX_3_Profile()
          Constructs a new PDF/X-3 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_3_Profile

public PDFX_3_Profile()
Constructs a new PDF/X-3 abstract profile.