Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,526 for

textbox

(0.07 sec)
  1. Aspose.Cells 9.0.0 中的公共 API 更改|Documentation

    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.... get ( 0 ); //Add a TextBox to the collection int textboxIndex...200 ); //Get the TextBox object TextBox textbox = sheet . getTextBoxes...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. WrapSide enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around....Examples Shows how to replace all textbox shapes with image shapes. let...Document ( base . myDir + "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TextBoxControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.TextboxControl class to effortlessly display organized text from data or user input. Enhance your document management today!...] TextBoxControl class The TextBox control displays text from...how to change text of the TextBox OLE control. Document doc =...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 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...
  5. Aspose.Cells 8.7.2中的公共API更改|Documentation

    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....称作为字符串来访问TextBox实例。 有关此功能的更多详细信息,请查看 通过名称访问TextBox 的详细文章。 简单的使用场景如下。...//Add a TextBox to the collection int idx = sheet . TextBoxes . Add...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. 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/
  7. CompareOptions class | Aspose.Words for Node.js

    Aspose.Words.Comparing.CompareOptions class. Allows to choose additional options for document comparison operation... endTable (); // Textbox: let textBox = builder . insertShape...ShapeType . TextBox , 150 , 20 ); builder . moveTo ( textBox . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. TextBox.no_text_rotation property | Aspose.Word...

    Textbox.no_text_rotation property. Gets or sets a boolean value indicating either text of the Textbox should not rotate when the shape is rotated....no_text_rotation property TextBox.no_text_rotation property Gets...indicating either text of the TextBox should not rotate when the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...