blob: 0729114952678577626710375bd8f9220fe9cee4 (
plain)
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
53
54
|
---
title: SVGTextElement
slug: Web/API/SVGTextElement
translation_of: Web/API/SVGTextElement
---
<h2 id="SVG_text_DOM_interface" name="SVG_text_DOM_interface">SVGTextElement インタフェース</h2>
<p><code>SVGTextElement</code> インタフェースは {{SVGElement("text")}} 要素に対応するインタフェースです。</p>
<h3 id="Interface_overview" name="Interface_overview">インタフェースの概要</h3>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">実装インタフェース</th>
<td>{{domxref("SVGTextPositioningElement")}} 、 {{domxref("SVGTransformable")}}</td>
</tr>
<tr>
<th scope="row">メソッド</th>
<td><em>無し</em></td>
</tr>
<tr>
<th scope="row">プロパティ</th>
<td><em>無し</em></td>
</tr>
<tr>
<th scope="row">標準文書</th>
<td><a href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement" title="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
<h2 id="Properties" name="Properties">プロパティ</h2>
<p>固有のプロパティはありません。</p>
<h2 id="Methods" name="Methods">メソッド</h2>
<p>固有のメソッドはありません。</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2>
<p>{{Compat("api.SVGTextElement")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{SVGElement("text")}} SVG 要素</li>
</ul>
|