EIOS/inc/fpdf/doc/link.htm

49 lines
1.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251">
<title>Link</title>
<link type="text/css" rel="stylesheet" href="fpdf.css">
</head>
<body>
<h1>Link</h1>
<code>Link(<b>float</b> x, <b>float</b> y, <b>float</b> w, <b>float</b> h, <b>mixed</b> link)</code>
<h4 class='st'>Версия</h4>
1.5
<h4 class='st'>Описание</h4>
Выводит ссылку на прямоугольную область страницы. Ссылки на текст или изображение
обычно выводятся с помощью Cell(), Write() или Image(), но этот метод может быть полезен
в таких исключительных случаях как, например, задание ссылки на область внутри изображения.
<h4 class='st'>Параметры</h4>
<dl class="param">
<dt><code>x</code></dt>
<dd>
Абсцисса верхнего левого угла прямоугольника.
</dd>
<dt><code>y</code></dt>
<dd>
Ордината верхнего левого угла прямоугольника.
</dd>
<dt><code>w</code></dt>
<dd>
Ширина прямоугольника.
</dd>
<dt><code>h</code></dt>
<dd>
Высота прямоугольника.
</dd>
<dt><code>link</code></dt>
<dd>
URL или идентификатор, возвращаемый AddLink().
</dd>
</dl>
<h4 class='st'>См. также</h4>
<a href="addlink.htm">AddLink()</a>,
<a href="cell.htm">Cell()</a>,
<a href="write.htm">Write()</a>,
<a href="image.htm">Image()</a>.
<hr style="margin-top:1.5em">
<div style="text-align:center"><a href="index.htm">Оглавление</a></div>
</body>
</html>