![Adobe 12020596 Скачать руководство пользователя страница 29](http://html1.mh-extra.com/html/adobe/12020596/12020596_supplement-manual_2853048029.webp)
Adobe Acrobat SDK
Interactive Features (Chapter 8 in PDF Reference)
Adobe® Supplement to the ISO 32000
8.2.4 Collections 29
Beginning with extension level 3, a portable collection can include a SWF file that creates an interactive
layout, or presentation, of the collection contents. The SWF file that manages the collection presentation is
called a
navigator
. For more information about navigators, see
“Navigators” on page 34
.
The collection dictionary contains some entries that support navigators. The
Navigator
entry is an
indirect reference to a navigator dictionary that contains a reference to the SWF file that describes the
layout. The
Resources
entry is an indirect reference to a name tree that can describe the content and
display of a header and welcome page of a portable collection. The value of the
Colors
entry is a
collection colors dictionary
that specifies a suggested set of colors for use by a collection navigator. The
Folders
entry is an indirect reference to the root folder of the collection’s folder structure.
The
View
entry of Table 8.6 has an additional value of
C
, and unchanged content is shown in gray. Add the
entries
Navigator
,
Resources
,
Colors
,
Folders
, and
Split
to Table 8.6 in support of portable
collections that use navigators.
TABLE 8.6 Entries in a collection dictionary
KEY
TYPE
VALUE
View
name
(Optional) The initial view. The following values are valid:
D
The collection view is presented in details mode, with all
information in the Schema dictionary presented in a
multi-column format. This mode provides the most
information to the user.
T
The collection view is presented in tile mode, with each file
in the collection denoted by a small icon and a subset of
information from the Schema dictionary. This mode provides
top-level information about the file attachments to the user.
H
The collection view is initially hidden, without preventing
the user from obtaining a file list via explicit action.
C
(
ExtensionLevel 3
) The collection view is presented by a
custom navigator.
Default value:
D
Navigator
dictionary
(
Required if the value of
View
is
C
; ExtensionLevel 3
) An indirect
reference to the navigator dictionary that describes the navigator
that provides the collection view. See
“TABLE 8.6d Entries in a
navigator dictionary” on page 34
.
Resources
name tree
(
Optional; ExtensionLevel 3)
An indirect reference to a name tree,
mapping name strings to streams for named resources used by SWF
file-based aspects of the collection presentation other than
navigators.
A conforming application should store data required by the
welcome page and header in the collection resources name tree.
See implementation note E-1,
page 130
.
See the discussion in
“Resources name tree” on page 36
.