File: functions_strikeThrough.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (14 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<sect3 id="gui_onclickFunctions_strikeThrough" xreflabel="mode to strike trough of text">
		<title>Strike through text</title>

		<para>
				You can easily strike through words, lines with this mode.
		</para>
		<para>
				Selecting of text is the same as by
				<xref linkend="gui_onclickFunctions_selectText"/>. After endind the selection
				scipt function is called which draws a line through selected text default 
				colour, dash style and line width (for more details see
				<xref linkend="gui_onclickFunctions_drawLine"/>).
		</para>
</sect3>