Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,410 for

textbox

(0.07 sec)
  1. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Shape textBox = new Shape(doc, ShapeType.TEXT_BOX); textBox.setWrapType(WrapType...setWrapType(WrapType.NONE); textBox.setHeight(50.0); textBox.setWidth(200.0);...

    reference.aspose.com/words/java/com.aspose.word...
  2. What's new|Aspose.Words for C++

    Aspose.Words for C++ expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....to modify the text of the TextBox OLE control has been introduced...

    docs.aspose.com/words/cpp/what-s-new-in-aspose-...
  3. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....writeln("[tag 1]"); Shape textBox = builder.insertShape(ShapeType...writeln("[tag 2]"); builder.moveTo(textBox.getFirstParagraph()); builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. 在演示文稿中使用 C++ 应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!...AddTextFrame ( u "Animated TextBox" ); // 添加 PathFootBall 动画效果...

    docs.aspose.com/slides/zh/cpp/shape-animation/
  5. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java....Shape textBox = new Shape(doc, ShapeType.TEXT_BOX); textBox.setWrapType(WrapType...setWrapType(WrapType.NONE); textBox.setHeight(50.0); textBox.setWidth(200.0);...

    reference.aspose.com/words/java/com.aspose.word...
  6. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....Shape textBox = new Shape(doc, ShapeType.TEXT_BOX); textBox.setWrapType(WrapType...setWrapType(WrapType.NONE); textBox.setHeight(50.0); textBox.setWidth(200.0);...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。..."[TextFragmentAbsorber,companyname,Textbox,50]" ); doc . Pages . Accept...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  8. What's new|Aspose.Words for .NET

    Aspose.Words for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....to modify the text of the TextBox OLE control has been introduced...

    docs.aspose.com/words/net/what-s-new-in-aspose-...
  9. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for JavaScript via C++....Manage Smart Art Managing TextBox Add WordArt Watermark to Worksheet...

    docs.aspose.com/cells/javascript-cpp/insert-sha...
  10. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document 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...