public class

EnumRWExportPDFHeaderFooter

extends Object
java.lang.Object
   ↳ com.microstrategy.web.objects.rw.EnumRWExportPDFHeaderFooter

Summary

Constants
int RW_EXPORT_PDF_FOOTER ONLY enable footer for the exported PDF pages
int RW_EXPORT_PDF_HEADER ONLY enable header for the exported PDF pages
int RW_EXPORT_PDF_HEADER_FOOTER enable both header and footer for the exported PDF pages
Public Constructors
EnumRWExportPDFHeaderFooter()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int RW_EXPORT_PDF_FOOTER

ONLY enable footer for the exported PDF pages

Constant Value: 2 (0x00000002)

public static final int RW_EXPORT_PDF_HEADER

ONLY enable header for the exported PDF pages

Constant Value: 1 (0x00000001)

public static final int RW_EXPORT_PDF_HEADER_FOOTER

enable both header and footer for the exported PDF pages

Constant Value: 3 (0x00000003)

Public Constructors

public EnumRWExportPDFHeaderFooter ()