Add
Contents
[
Hide
]
Add(string)
Adds a formatted text fragment to the collection.
public void Add(string text)
Parameter | Type | Description |
---|---|---|
text | String | The fragment text. |
See Also
- class FormattedTextFragmentCollection
- namespace GroupDocs.Watermark.Search
- assembly GroupDocs.Watermark
Add(string, Font)
Adds a formatted text fragment to the collection.
public void Add(string text, Font font)
Parameter | Type | Description |
---|---|---|
text | String | The fragment text. |
font | Font | The font of the text. |
See Also
- class Font
- class FormattedTextFragmentCollection
- namespace GroupDocs.Watermark.Search
- assembly GroupDocs.Watermark
Add(string, Font, Color)
Adds a formatted text fragment to the collection.
public void Add(string text, Font font, Color foregroundColor)
Parameter | Type | Description |
---|---|---|
text | String | The fragment text. |
font | Font | The font of the text. |
foregroundColor | Color | The foreground color of the text. |
See Also
- class Font
- struct Color
- class FormattedTextFragmentCollection
- namespace GroupDocs.Watermark.Search
- assembly GroupDocs.Watermark
Add(string, Font, Color, Color)
Adds a formatted text fragment to the collection.
public void Add(string text, Font font, Color foregroundColor, Color backgroundColor)
Parameter | Type | Description |
---|---|---|
text | String | The fragment text. |
font | Font | The font of the text. |
foregroundColor | Color | The foreground color of the text. |
backgroundColor | Color | The background color of the text. |
See Also
- class Font
- struct Color
- class FormattedTextFragmentCollection
- namespace GroupDocs.Watermark.Search
- assembly GroupDocs.Watermark