Insert
अंतर्वस्तु
[
छिपाना
]
Insert(int, string)
किसी दिए गए इंडेक्स पर संग्रह में स्वरूपित पाठ खंड सम्मिलित करता है।
public void Insert(int index, string text)
पैरामीटर | प्रकार | विवरण |
---|---|---|
index | Int32 | शून्य-आधारित अनुक्रमणिका जिस पर स्वरूपित पाठ खंड डाला जाना चाहिए। |
text | String | टुकड़ा पाठ। |
यह सभी देखें
- class FormattedTextFragmentCollection
- नाम स्थान GroupDocs.Watermark.Search
- सभा GroupDocs.Watermark
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