Insert
コンテンツ
[
隠れる
]
Insert(int, string)
指定されたインデックスで、書式設定されたテキスト フラグメントをコレクションに挿入します。
public void Insert(int index, string text)
| パラメータ | タイプ | 説明 |
|---|---|---|
| index | Int32 | 書式設定されたテキスト フラグメントを挿入するゼロから始まるインデックス。 |
| text | String | フラグメント テキスト。 |
関連項目
Insert(int, string, Font)
指定されたインデックスで、書式設定されたテキスト フラグメントをコレクションに挿入します。
public void Insert(int index, string text, Font font)
| パラメータ | タイプ | 説明 |
|---|---|---|
| index | Int32 | 書式設定されたテキスト フラグメントを挿入するゼロから始まるインデックス。 |
| text | String | フラグメント テキスト。 |
| font | Font | テキストのフォント。 |
関連項目
- class Font
- class FormattedTextFragmentCollection
- 名前空間 GroupDocs.Watermark.Search
- 組み立て GroupDocs.Watermark
Insert(int, string, Font, Color)
指定されたインデックスで、書式設定されたテキスト フラグメントをコレクションに挿入します。
public void Insert(int index, string text, Font font, Color foregroundColor)
| パラメータ | タイプ | 説明 |
|---|---|---|
| index | Int32 | 書式設定されたテキスト フラグメントを挿入するゼロから始まるインデックス。 |
| text | String | フラグメント テキスト。 |
| font | Font | テキストのフォント。 |
| foregroundColor | Color | テキストの前景色。 |
関連項目
- class Font
- struct Color
- class FormattedTextFragmentCollection
- 名前空間 GroupDocs.Watermark.Search
- 組み立て GroupDocs.Watermark
Insert(int, string, Font, Color, Color)
指定されたインデックスで、書式設定されたテキスト フラグメントをコレクションに挿入します。
public void Insert(int index, string text, Font font, Color foregroundColor, Color backgroundColor)
| パラメータ | タイプ | 説明 |
|---|---|---|
| index | Int32 | 書式設定されたテキスト フラグメントを挿入するゼロから始まるインデックス。 |
| text | String | フラグメント テキスト。 |
| font | Font | テキストのフォント。 |
| foregroundColor | Color | テキストの前景色。 |
| backgroundColor | Color | テキストの背景色。 |
関連項目
- class Font
- struct Color
- class FormattedTextFragmentCollection
- 名前空間 GroupDocs.Watermark.Search
- 組み立て GroupDocs.Watermark