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

textbox

(0.14 sec)
  1. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for PHP via Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....get_Item ( 0 ); # changing TextBox text $control = $slide -> getControls...

    docs.aspose.com/slides/php-java/activex/
  2. 文本框中文本设置为单倍行距,输出pdf,显示结果与EXCEL不一致 - Free Suppor...

    文本框中文本设置为单倍行距,输出pdf,显示结果与EXCEL不一致,见附件示例文件,谢谢! 单倍行距测试.zip (92.4 KB) 企业微信截图_17651674036047.png (214.3 KB) public static void outputpdf() { Workbook workbook = new Workbook("D:\\单倍行距测试.xlsx"); …...xlsx"); // 如需保持原始行距,可显式设置 TextBox 的 LineSpacing 属性 var shape...Shapes[0] as Aspose.Cells.Drawing.TextBox; if (shape != null) { shape...

    forum.aspose.com/t/pdf-excel/322745
  3. 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...
  4. Manage ActiveX Controls in Presentations on And...

    Learn how Aspose.Slides for Android via Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....get_Item ( 0 ); // changing TextBox text IControl control = slide...

    docs.aspose.com/slides/androidjava/activex/
  5. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java....in Microsoft Word include textbox, Combobox and checkbox.DocumentBuilder...insertTextInput to insert a textbox into the document. The following...

    docs.aspose.com/words/java/use-documentbuilder-...
  6. Create and Apply WordArt Effects in JavaScript|...

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

    docs.aspose.com/slides/nodejs-java/wordart/
  7. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy shapes like pictures and charts between worksheets using Aspose.Cells for JavaScript via C++.... shapes ; // Copy the Textbox to the Result Worksheet workbook...

    docs.aspose.com/cells/javascript-cpp/copy-shape...
  8. Apply Shape Animations in Presentations on Andr...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Android via Java. Stand out!... Apply Animation to TextBox Aspose.Slides for Android via... addTextFrame ( "Animated TextBox" ); // Adds the PathFootBall...

    docs.aspose.com/slides/androidjava/shape-animat...
  9. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Examples: Shows how to replace all textbox shapes with image shapes. Document...new Document(getMyDir() + "Textboxes in drawing canvas.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  10. Apply Shape Animations in Presentations with Py...

    Discover how to create and customize shape animations in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Stand out!... Apply Animation to TextBox Aspose.Slides for Python via...add_text_frame ( "Animated TextBox" ) # Adds the PathFootBall...

    docs.aspose.com/slides/python-net/shape-animation/