Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 10,177 for

insert text

(0.07 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Font met...

    Aspose::Words::Drawing::ShapeBase::get_Font method. Provides access to the font formatting of this object in C++....() Examples Shows how to insert a text box, and set the font of...-> Write ( u "This text is inside the text box." ); // Set the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically Insert an image in the header and footer of Excel worksheets using Aspose.Cells for JavaScript via C++....and footers are the lines of text displayed below the top margin...name without its path &&Text Shows &Text. For example: &&WO will...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  3. CustomXmlPart | Aspose.Words for Java

    Represents a Custom XML Data Storage Part custom XML data within a package in Java.... // Clone a part, and then insert it into the collection. CustomXmlPart...display our part's contents and insert it into the document body....

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldOptions.isBidiTextSupportedOnUpdate proper...

    FieldOptions.isBidiTextSupportedOnUpdate property. Gets or sets the value indicating whether bidirectional Text is fully supported during field update or not....indicating whether bidirectional text is fully supported during field...fully supports bi-directional text. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Create Word Document using Java

    In this short tutorial, you will learn how to create Word document using Java in Windows, Mac OS, Ubuntu. The code sample can create a Word document in Java....DOCX format which can contain text contents as well as images....class" Insert a text string surrounded by a border Insert hyperlink...

    kb.aspose.com/words/java/how-to-create-word-doc...
  6. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the document in C++....DocumentBuilder > ( doc ); // Insert a cell into the first column...-> Write ( u "Text in merged cells." ); // Insert a cell into the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Edit PSD File in Java

    Follow this tutorial to edit PSD file in Java. It discusses the IDE setup, the steps, and a runnable sample code to create a PSD photo editor using Java....the PSD file by adding a new text layer using the addTextLayer...coordinates to place the text and then insert a new text layer before rendering...

    kb.aspose.com/psd/java/edit-psd-file-in-java/
  8. DropDownItemCollection.IndexOf | Aspose.Words f...

    Discover the DropDownItemCollection IndexOf method, efficiently find the zero-based index of any value in your collection for streamlined data management.... Examples Shows how to insert a combo box field, and edit...DocumentBuilder ( doc ); // Insert a combo box, and then verify...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Remove method. Removes the specified value from the collection 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...
  10. Working with Shapes in C++|Aspose.Words for C++

    Introduction to shape markup language, creating shapes of different types using C++.... Insert Shape Using Document Builder You can insert inline...specified position, size and text wrap type into a document using...

    docs.aspose.com/words/cpp/working-with-shapes/