Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 3,166 for

textbox

(0.09 sec)
  1. 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...
  2. 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/
  3. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in Java... Apply Animation to TextBox Aspose.Slides for Java allows... addTextFrame ( "Animated TextBox" ); // Adds the PathFootBall...

    docs.aspose.com/slides/java/shape-animation/
  4. WordArt|Aspose.Slides for PHP 文档

    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....-> addTextFrame ( "Aspose TextBox" ); # 禁用形状填充以获取文本阴影 $ashp ->...-> addTextFrame ( "Aspose TextBox" ); $port = $ashp -> getTextFrame...

    docs.aspose.com/slides/zh/php-java/wordart/
  5. 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...
  6. 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...
  7. WordArt|Aspose.Slides 文档

    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....-> AddTextFrame ( u "Aspose TextBox" ); // 禁用形状填充,以便我们可以获取文本的阴影...-> AddTextFrame ( u "Aspose TextBox" ); auto port = ashp -> get_TextFrame...

    docs.aspose.com/slides/zh/cpp/wordart/
  8. 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-...
  9. 管理字体 - PowerPoint Java API|Aspose.Slides for PH...

    演示文稿通常包含文本和图像。本文展示如何使用 PowerPoint Java API 配置幻灯片上文本段落的字体属性。...(); $tf -> setText ( "Aspose TextBox" ); # 访问与 TextFrame 关联的 Portion...

    docs.aspose.com/slides/zh/php-java/manage-fonts/
  10. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java.... Textbox may have LINE and ROW child...

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