Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 3,543 for

textbox

(0.29 sec)
  1. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用文本框:使用 Java 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应并设置文本样式。... IAutoShape textBox = slide . getShapes (). addAutoShape...); // 移除填充和边框,使其看起来像典型的文本框。 textBox . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/java/examples/element...
  2. 文本框|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 创建和格式化文本框:设置字体、对齐、换行、自动调整大小,以及链接,以完善 PowerPoint 和 OpenDocument 的幻灯片。... $textBox = $slide -> getShapes () ->...// 移除填充和边框,使其看起来像典型的文本框。 $textBox -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  3. Public API Changes in Aspose.Cells 8.8.1|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....shadow effect of the text in a TextBox. For more details on this feature...getWorksheets (). get ( 0 ); // Add a TextBox to the ShapeCollection int...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Document.Compare | Aspose.Words for .NET

    Effortlessly compare documents with our Document Compare tool. Identify edits and format changes quickly for streamlined revisions and enhanced collaboration.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...ShapeType . TextBox , 150 , 20 ); builder . MoveTo ( textBox . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...
  5. How to export excel equations to other types of...

    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....(); const textBox = shapes . get ( 0 ); if ( textBox instanceof...AsposeCells . TextBox ) { const mathNode = textBox . getEquationParagraph...

    docs.aspose.com/cells/nodejs-cpp/export-equation/
  6. How to create gallery style layout with LINQ Re...

    Hi, we have a requirement where the user expects a gallery-style layout. Please check the attachment. Could you please guide us on whether this is feasible to achieve with the LINQ report engine ? Thanks Gallery.zip (27…...For each of the cells, add a textbox with an inline layout and put...the same image tag into the textbox Within all but the first cells...

    forum.aspose.com/t/how-to-create-gallery-style-...
  7. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中使用文本框:使用 C++ 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应并设置文本样式。... auto textBox = slide -> get_Shapes () ->...); // 移除填充和边框,使其看起来像典型的文本框。 textBox -> get_FillFormat () -> set_FillType...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  8. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for Android 中使用文本框:使用 Java 对 PPT、PPTX 和 ODP 演示文稿进行添加、格式化、对齐、换行、自动适应和样式设置。... IAutoShape textBox = slide . getShapes (). addAutoShape...); // 移除填充和边框,使其看起来像普通的文本框。 textBox . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/androidjava/examples/...
  9. Shape.text_box property | Aspose.Words for Python

    Shape.text_box property. Defines attributes that specify how text is displayed in a shape.... TextBox : ... Examples Shows how to...document builder to inside the TextBox and add text. builder . move_to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a Textbox in Java....flow of the text layout in a textbox. Examples: Shows how to add...Shape textbox = new Shape(doc, ShapeType.TEXT_BOX); textbox.setWidth(100...

    reference.aspose.com/words/java/com.aspose.word...