]> www.wagner.pp.ru Git - oss/catdoc.git/blob - doc/wordview.1.in
Recreated CVS repository from working copy
[oss/catdoc.git] / doc / wordview.1.in
1 .TH wordview 1x  "Version @catdoc_version@" "MS-Word reader"
2 .SH NAME
3 wordview \- displays text contained in MS-Word file in X window
4
5 .SH SYNOPSIS
6 .BR wordview " ["
7 .IR filename "]"
8
9 .SH DESCRIPTION
10
11 .B wordview
12 is simple GUI wrapper around
13 .BR catdoc (1)
14 which allows to browse through word file interactively. It doesn't allow
15 to edit file, but allows to save plain text representation (or version
16 with some TeX commands) into the file.
17 .PP
18 If for some reason 
19 .B catdoc
20 doesn't recognize file encoding properly, 
21 .B wordview
22 allows to specify encoding interactively.
23
24 .SH OPTIONS
25 .B wordview
26 supports standard X options, supported by 
27 .BR wish (1)
28
29 .SH X RESOURCES
30 Following X resources can be used to customize 
31 .BR wordview look:
32
33 .TP 8
34 .B Wordview.Text.Background
35 background color for main window
36 .TP 8
37 .B Wordview.Text.Foreground
38 Foreground color for main window
39 .TP 8
40 .B Wordview.Text.selectBackground
41 Background color of selected text
42 .TP 8
43 .B Wordview.Text.selectForeground
44 Foreground color of selected text
45 .TP 8
46 .B Wordview.Text.Font
47 Font to display text. We recommend to use fixed-width font, such as
48 Courier, becouse 
49 .BR catdoc (1)
50 is intended to convert Word into text. Either XLFD font names or
51 Tk-style font specifications like 
52 .B {Courier 12pt} 
53 can be used for
54 specifying font. If you use XLFD font names, usage of unicode
55 (iso10646-1) fonts is recommended.
56 .TP 8
57 .B Wordview.Text.findMode
58 How to search text. This option can have value either 
59 .BR exact " or " regexp
60 and specifis whether text is searched for exact match or for regular
61 expression by default. This behavoir can be toggled interactively via
62 checkbox in the search dialog.
63 .TP 8
64 .B Wordview.Text.findCase
65 This boolean option controls whether search is case-sensitive.
66 Default is no.
67 .TP 8
68 .B Wordview.Menu.highlightBackground
69 Background color for highlighted menu item
70 .TP 8
71 .B Wordview.Menu.highlightThickness
72 .TP 8
73 .B Wordview.Menu.activeBackground
74 Background color of active menu item.
75 .TP 8
76 .B Wordview.Menu.activeBorderWidth
77 Width (in pixels) of  border around highlighted menu item. Default
78 is 0, which differs from Tk global default. See 
79 .BR options (n) 
80 for more details.
81 .PP
82 A lot of other resource options which affect behavoir of standard Tk
83 widgets can affect wordview. See Tcl/Tk manual pages for more
84 information.
85
86 .SH SEE ALSO
87 .BR catdoc (1), wish (1), options (n)
88
89 .SH AUTHOR
90 Victor Wagner <vitus@45.free.net>.
91
92