File: settings_objecttree.xml

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (52 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<sect1 id="object_tree_tab">
	<title>Object tree tab</title>
	<para>
			<mediaobject>
				<imageobject>
					<imagedata fileref="gui/images/options_objecttree.png" format="PNG"/>
				</imageobject>
				<textobject>
					<phrase>Object tree tab</phrase>
				</textobject>
			</mediaobject>
		In this tab you can specify what items will be visible in the object treeview.
	</para>

	<sect2 id="document_dictionary">
			<title>Document dictionary</title>
			This option toggles showwing of main document dictionary (called "document catalog") in tree.
	</sect2>
	<sect2 id="object_dictionaries">
			<title>Object dictionaries</title>
			This option toggles showwing of dictionaries of various objects (like pages) in tree.
	</sect2>
	<sect2 id="graphic objects">
			<title>Graphic objects</title>
			This option toggles showwing of graphic objects in tree.
	</sect2>
	<sect2 id="annotations">
			<title>Annotations</title>
			This option toggles showwing of outlines in tree.
	</sect2>
	<sect2 id="pages">
			<title>Pages</title>
			This option toggles showwing of outlines in tree.
	</sect2>
	<sect2 id="outlines">
			<title>Outlines</title>
			This option toggles showwing of outlines in tree.
	</sect2>
	<sect2 id="content_streams">
			<title>Content streams</title>
			This option toggles showwing of content streams in tree.
	</sect2>
	<sect2 id="simple_objects">
			<title>Simple objects</title>
			This option toggles showwing of simple objects (int,bool,real,string,name) in tree.
	</sect2>
	<sect2 id="sort_dict_items_alpha">
			<title>Sort dictionary items alphabetically</title>
			This specify whether items in dictionaries should be sorted alphabetically (checked)
			or in order they appear in PDF file (unchecked)
	</sect2>
</sect1>