Insert
Inhalt
[
Ausblenden
]
Insert(int, string)
Fügt ein formatiertes Textfragment an einem bestimmten Index in die Sammlung ein.
public void Insert(int index, string text)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der nullbasierte Index, an dem das formatierte Textfragment eingefügt werden soll. |
text | String | Der Fragmenttext. |
Siehe auch
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark
Insert(int, string, Font)
Fügt ein formatiertes Textfragment an einem bestimmten Index in die Sammlung ein.
public void Insert(int index, string text, Font font)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der nullbasierte Index, an dem das formatierte Textfragment eingefügt werden soll. |
text | String | Der Fragmenttext. |
font | Font | Die Schriftart des Textes. |
Siehe auch
- class Font
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark
Insert(int, string, Font, Color)
Fügt ein formatiertes Textfragment an einem bestimmten Index in die Sammlung ein.
public void Insert(int index, string text, Font font, Color foregroundColor)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der nullbasierte Index, an dem das formatierte Textfragment eingefügt werden soll. |
text | String | Der Fragmenttext. |
font | Font | Die Schriftart des Textes. |
foregroundColor | Color | Die Vordergrundfarbe des Textes. |
Siehe auch
- class Font
- struct Color
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark
Insert(int, string, Font, Color, Color)
Fügt ein formatiertes Textfragment an einem bestimmten Index in die Sammlung ein.
public void Insert(int index, string text, Font font, Color foregroundColor, Color backgroundColor)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der nullbasierte Index, an dem das formatierte Textfragment eingefügt werden soll. |
text | String | Der Fragmenttext. |
font | Font | Die Schriftart des Textes. |
foregroundColor | Color | Die Vordergrundfarbe des Textes. |
backgroundColor | Color | Die Hintergrundfarbe des Textes. |
Siehe auch
- class Font
- struct Color
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark