Package com.microstrategy.web.objects.rw
Class EnumRWExportPDFHeaderFooter
- java.lang.Object
 - 
- com.microstrategy.web.objects.rw.EnumRWExportPDFHeaderFooter
 
 
- 
public class EnumRWExportPDFHeaderFooter extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intRW_EXPORT_PDF_FOOTERONLY enable footer for the exported PDF pagesstatic intRW_EXPORT_PDF_HEADERONLY enable header for the exported PDF pagesstatic intRW_EXPORT_PDF_HEADER_FOOTERenable both header and footer for the exported PDF pages 
- 
Constructor Summary
Constructors Constructor Description EnumRWExportPDFHeaderFooter() 
 - 
 
- 
- 
Field Detail
- 
RW_EXPORT_PDF_HEADER
public static final int RW_EXPORT_PDF_HEADER
ONLY enable header for the exported PDF pages- See Also:
 - Constant Field Values
 
 
- 
RW_EXPORT_PDF_FOOTER
public static final int RW_EXPORT_PDF_FOOTER
ONLY enable footer for the exported PDF pages- See Also:
 - Constant Field Values
 
 
- 
RW_EXPORT_PDF_HEADER_FOOTER
public static final int RW_EXPORT_PDF_HEADER_FOOTER
enable both header and footer for the exported PDF pages- See Also:
 - Constant Field Values
 
 
 - 
 
 -