Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 16,621 for

insert text

(0.6 sec)
  1. CustomXmlPartCollection.Item | Aspose.Words for...

    CustomXmlPartCollection Item property. Gets or sets an item at the specified index in C#....xmlPartContent = "<root><text>Hello world!</text></root>" ; CustomXmlPart...); // Clone a part, and then insert it into the collection. CustomXmlPart...

    reference.aspose.com/words/net/aspose.words.mar...
  2. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....DocumentBuilder(doc); // Insert paragraphs with text with DocumentBuilder...// Converting the document to text form reveals that control characters...

    reference.aspose.com/words/java/com.aspose.word...
  3. ChartTitle.Overlay | Aspose.Words for .NET

    ChartTitle Overlay property. Determines whether other chart elements shall be allowed to overlap title. By default overlay is false in C#....set ; } Examples Shows how to insert a chart and set a title. Document...DocumentBuilder ( doc ); // Insert a chart shape with a document...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....override Examples Shows how to insert a combo box field, and edit...DocumentBuilder > ( doc ); // Insert a combo box, and then verify...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Contains method. Determines whether the collection contains the specified value in C++.... Examples Shows how to insert a combo box field, and edit...DocumentBuilder > ( doc ); // Insert a combo box, and then verify...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::NodeImporter Class Reference - A...

    Allows to efficiently perform repeated import of nodes from one document to another.... Before you can insert a fragment from one document...original node, ready to be inserted into the destination document...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Aspose.Slides for NET

    Find answers about creating, converting, editing, and printing PowerPoint Presentations in .NET applications without utilizing Microsoft PowerPoint....PowerPoint using C# Highlight Text in PowerPoint using C# Convert...Presentation using C# How to Strike Out Text in PPTX using C# How to Merge...

    kb.aspose.com/slides/net/
  8. DropDownItemCollection class | Aspose.Words for...

    aspose.words.fields.DropDownItemCollection class. A collection of strings that represent all the items in a drop-down form field... insert(index, value) Inserts a string into the...index. Examples Shows how to insert a combo box field, and edit...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphCollection | Aspose.Sildes for .NET AP...

    Represents a collection of a paragraphs.... AddFromHtml (string) Adds text from specified html string to...IExternalResourceRes, string) Adds text from specified html string to...

    reference.aspose.com/slides/net/aspose.slides/p...
  10. How to Build a Table from a `DataTable` in C#|A...

    Example of filling document table from external database using C#.... You can easily insert this data into your document...that the preferred way of inserting data from a DataTable into...

    docs.aspose.com/words/net/how-to-build-a-table-...