/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance"). // All rights reserved. // // This software and its documentation and related materials are owned by // the Alliance. The software may only be incorporated into application // programs owned by members of the Alliance, subject to a signed // Membership Agreement and Supplemental Software License Agreement with the // Alliance. The structure and organization of this software are the valuable // trade secrets of the Alliance and its suppliers. The software is also // protected by copyright law and international treaty provisions. Application // programs incorporating this software must include the following statement // with their copyright notices: // // This application incorporates Open Design Alliance software pursuant to a license // agreement with Open Design Alliance. // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance. // All rights reserved. // // By use of this software, its documentation or related materials, you // acknowledge and accept the above terms. /////////////////////////////////////////////////////////////////////////////// // Entries in the catalog, PDFDictionary) #ifndef _PDF_DICT_KEYS_A_ #define _PDF_DICT_KEYS_A_(KEYNAME, KEYTYPE) #endif _PDF_DICT_KEYS_A_(Title, PDFTextString) //(Required) The text to be displayed on the screen for this item. _PDF_DICT_KEYS_A_(Parent, PDFDictionary) //(Required; must be an indirect reference) The parent of this item in the outline hierarchy.The parent of a top - level item is the outline dictionary itself. _PDF_DICT_KEYS_A_(Prev, PDFDictionary) //(Required for all but the first item at each level; must be an indirect reference) The previous item at this outline level. _PDF_DICT_KEYS_A_(Next, PDFDictionary) //(Required for all but the last item at each level; must be an indirect reference) The next item at this outline level. _PDF_DICT_KEYS_A_(First, PDFDictionary) //(Required if the item has any descendants; must be an indirect reference) The first of this item’s immediate children in the outline hierarchy. _PDF_DICT_KEYS_A_(Last, PDFDictionary) //(Required if the item has any descendants; must be an indirect reference) The last of this item’s immediate children in the outline hierarchy. _PDF_DICT_KEYS_A_(Count, PDFInteger) //(Required if the item has any descendants) If the item is open, the total number of its open descendants at all lower levels of the outline hierarchy. //_PDF_DICT_KEYS_A_(Dest, PDFName) //(Optional; not permitted if an A entry is present) The destination to be displayed when this item is activated. _PDF_DICT_KEYS_A_(A, PDFDictionary) //(Optional; PDF 1.1; not permitted if a Dest entry is present) The action to be performed when this item is activated. //_PDF_DICT_KEYS_A_(SE, PDFDictionary) //(Optional; PDF 1.3; must be an indirect reference) The structure element to which the item refers. _PDF_DICT_KEYS_A_(C, PDFArray) //(Optional; PDF 1.4) An array of three numbers in the range 0.0 to 1.0, representing the components in the DeviceRGB color space of the color to be used for the outline entry’s text. Default value : [0.0 0.0 0.0] . _PDF_DICT_KEYS_A_(F, PDFInteger) //(Optional; PDF 1.4) A set of flags specifying style characteristics for displaying the outline item’s text(see Table 8.5). Default value : 0. #undef _PDF_DICT_KEYS_A_