Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,592 for

textbox

(0.15 sec)
  1. Aspose::Words::Drawing::ShapeType enum | Aspose...

    Aspose::Words::Drawing::ShapeType enum. Specifies the type of shape in a Microsoft Word document in C++.... TextBox 202 The shape is a textbox. Note that shapes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in C++....in Microsoft Word include textbox, combo box and checkbox.DocumentBuilder...InsertTextInput to insert a textbox into the document. Below example...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  3. Create and Apply WordArt Effects in Java|Aspose...

    Create and customize WordArt effects in Aspose.Slides for Java. This step-by-step guide helps developers enhance presentations with professional text in Java.... addTextFrame ( "Aspose TextBox" ); // Disable shape fill in...ashp . addTextFrame ( "Aspose TextBox" ); IPortion port = ashp ....

    docs.aspose.com/slides/java/wordart/
  4. Aspose.PSD for Java 23.7 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....specific character set to find textBox value in this file. int startIndex...)) { throw new Exception ( "TextBox not updated." ); } } } static...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  5. Create and Apply WordArt Effects in C++|Aspose....

    Create and customize WordArt effects in Aspose.Slides for C++. This step-by-step guide helps developers enhance presentations with professional text in C++....-> AddTextFrame ( u "Aspose TextBox" ); // Disable shape fill in...-> AddTextFrame ( u "Aspose TextBox" ); auto port = ashp -> get_TextFrame...

    docs.aspose.com/slides/cpp/wordart/
  6. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize fonts, colors, alignment, and more....space between letters in a textbox. This way, you get to adjust...Slides for C++ to create a textbox with some text and then define...

    docs.aspose.com/slides/cpp/text-formatting/
  7. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....to Partial Text Inside the TextBox Header & Footer Setting Headers...

    docs.aspose.com/cells/net/developer-guide/
  8. Format PowerPoint Text in JavaScript|Aspose.Sli...

    Format and style text in PowerPoint and OpenDocument presentations using JavaScript and Aspose.Slides for Node.js. Customize fonts, colors, alignment, and more....space between letters in a textbox. This way, you get to adjust...Node.js via Java to create a textbox with some text and then define...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  9. Portion::get_Text Returns Sentence-Cased Text I...

    Hi team, for (const auto& portion : paragraph->get_Portions()) { std::string portionText = portion->get_Text().ToUtf8String(); } currently some portion text that we are getting is in sentence case, although…...for any of the texts in the textbox. It always returns None. Can...

    forum.aspose.com/t/portion-get-text-returns-sen...
  10. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for Node.js via C++.... get ( "TextBox 1" ); // Unlock the specified...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...