com.aspose.cells

Class PdfCustomPropertiesExport

  • java.lang.Object
    • com.aspose.cells.PdfCustomPropertiesExport
public class PdfCustomPropertiesExport 
extends java.lang.Object

Utility class containing constants. Specifies the way CustomDocumentPropertyCollection are exported to PDF file.

Field Summary
static final intNONE
No custom properties are exported.
static final intSTANDARD
Custom properties are exported as entries in Info dictionary.
 

    • Field Detail

      • NONE

        public static final int NONE
        No custom properties are exported.
      • STANDARD

        public static final int STANDARD
        Custom properties are exported as entries in Info dictionary. Custom properties with the following names are not exported: "Title", "Author", "Subject", "Keywords", "Creator", "Producer", "CreationDate", "ModDate", "Trapped".