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