Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 3,419 for

textbox

(0.14 sec)
  1. Working with Shapes in Python|Aspose.Words for ...

    Create and manage shapes, ole objects in a document using Python....layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...

    docs.aspose.com/words/python-net/working-with-s...
  2. 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...
  3. 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...
  4. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...Ignore Vertical Alignment in Textboxes. DoNotWrapTextWithPun { get;...InsertShape ( ShapeType . TextBox , 200 , 200 ); // Set the "VerticalAnchor"...

    reference.aspose.com/words/net/aspose.words.set...
  5. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python.... add_text_frame ( "Aspose TextBox" ) # Disable shape fill in... add_text_frame ( "Aspose TextBox" ) port = ashp . text_frame...

    docs.aspose.com/slides/python-net/wordart/
  6. 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/
  7. Managing Controls|Documentation

    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.... Adding TextBox Control to the Worksheet One...Aspose.Cells provides the TextBoxes class, used to add a new text...

    docs.aspose.com/cells/java/managing-controls/
  8. Create and Apply WordArt Effects on Android|Asp...

    Create and customize WordArt effects in Aspose.Slides for Android. 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/androidjava/wordart/
  9. Create and Apply WordArt Effects in PHP|Aspose....

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

    docs.aspose.com/slides/php-java/wordart/
  10. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...Shape textBox = new Shape(doc, ShapeType.TEXT_BOX); textBox.setHeight(35);...setHeight(35); textBox.setWidth(widthInPoints); textBox.setRelati...

    forum.aspose.com/t/trying-to-create-a-word-like...