com.sage.accpac.sm
Class ReportExportFormat

java.lang.Object
  extended by com.sage.accpac.sm.ReportExportFormat

public final class ReportExportFormat
extends java.lang.Object

Provides objects for defining how to export reports.


Field Summary
static ReportExportFormat PDF
          A ReportExportFormat object that specifies to format as an Adobe PDF document.
static ReportExportFormat RTF
          A ReportExportFormat object that specifies to format as a Rich Text Format document.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDF

public static final ReportExportFormat PDF
A ReportExportFormat object that specifies to format as an Adobe PDF document.


RTF

public static final ReportExportFormat RTF
A ReportExportFormat object that specifies to format as a Rich Text Format document.



Copyright © 2011 Sage Software, Inc. All rights reserved.