Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 3,613 for

textbox

(0.12 sec)
  1. 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/
  2. 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-...
  3. 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/
  4. How to Print Barcode Images on BIRT Reports|Doc...

    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....in the dynamic expression textbox. Click Insert to add the image...

    docs.aspose.com/barcode/java/how-to-print-barco...
  5. FormField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormField class to easily create and manage customizable form fields in your documents for enhanced user interaction....indicates whether the size of the textbox is automatic or specified explicitly...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects.... TextBox ) { Width = 200 , Height =...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 文本框中文本设置为单倍行距,输出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
  8. ShapeBase.CoordOrigin | Aspose.Words for .NET

    Discover the ShapeBase CoordOrigin property to optimize your designs. Access precise coordinates for the top-left corner of your shape's containing block.... TextBox ) { Width = 200 , Height =...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ShapeBase.Bounds | Aspose.Words for .NET

    Discover the ShapeBase Bounds property to effortlessly manage your shape's location and size, enhancing your design precision and efficiency.... TextBox ) { Width = 200 , Height =...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 使用 PHP 管理演示文稿中的字体|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中控制字体:嵌入、替换并加载自定义字体,以确保 PPT、PPTX 和 ODP 演示文稿保持清晰、品牌安全且一致。...(); $tf -> setText ( "Aspose TextBox" ); # 访问与 TextFrame 关联的 Portion...

    docs.aspose.com/slides/zh/php-java/manage-fonts/