Skip to content

Commit d7adc87

Browse files
author
Yutaka Emura
committed
fix format issues in InsertFromFile
1 parent 23275bb commit d7adc87

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

en/macro/selection/selection_insertfromfile.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,28 @@ document.selection.InsertFromFile( strFileName, nEncoding, nFlags );
1414

1515
```
1616
document.selection.InsertFromFile strFileName, nEncoding, nFlags
17-
strFileName
17+
```
18+
19+
## Parameters
20+
21+
_strFileName_
22+
1823
Specifies the full path and name of the file to be opened.
19-
nEncoding
20-
Selects from the[Encoding Constants](../const/constencoding),
21-
or specify any code page used in the Windows Operating System.
22-
nFlags
24+
25+
_nEncoding_
26+
27+
Selects from the [Encoding Constants](../const/constencoding), or specify any code page used in the Windows Operating System.
28+
29+
_nFlags_
30+
2331
Specifies a combination of the following values:
32+
2433
| | |
2534
| --- | --- |
2635
| eeOpenDetectUnicode | Detects Unicode signature (BOM). |
2736
| eeOpenDetectUTF8 | Detects UTF-8. |
2837
| eeOpenDetectCharset | Detects HTML/XML Charset. |
2938
| eeOpenDetectAll | Detects all encodings. |
30-
```
3139

3240
## Version
3341

ja/macro/selection/selection_insertfromfile.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,26 @@ selection.InsertFromFile( strFileName, nEncoding, nFlags );
1414

1515
```
1616
selection.InsertFromFile strFileName, nEncoding, nFlags
17-
strFileName
17+
```
18+
19+
_strFileName_
20+
1821
開く既存のファイル名を完全パスで指定します。
19-
nEncoding
20-
開くファイルのエンコードを指定します。 [エンコード定数](../const/constencoding) から選択するか、または
21-
Windows で使用されるエンコードを指定します。
22-
nFlags
22+
23+
_nEncoding_
24+
25+
開くファイルのエンコードを指定します。 [エンコード定数](../const/constencoding)から選択するか、または Windows で使用されるエンコードを指定します。
26+
27+
_nFlags_
28+
2329
次の値の組み合わせを指定します。
30+
2431
| | |
2532
| --- | --- |
2633
| eeOpenDetectUnicode | Unicode サイン (BOM) を検出します。 |
2734
| eeOpenDetectUTF8 | UTF-8 を自動検出します。 |
2835
| eeOpenDetectCharset | HTML/XML の Charset を検出します。 |
2936
| eeOpenDetectAll | すべて自動検出します。 |
30-
```
3137

3238
## バージョン
3339

0 commit comments

Comments
 (0)