Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 3,128 for

textbox

(0.06 sec)
  1. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式... getShapes (); // add a TextBox const shape = shapes . addTextBox...sourceFilePath ); // Access the target textbox whose text is to be aligned...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  2. 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...
  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. CompareOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompareOptions class for advanced document comparison. Customize your comparison settings for precise results and enhanced productivity.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...ShapeType . TextBox , 150 , 20 ); builder . MoveTo ( textBox . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.com...
  5. 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...
  6. 用C++设置形状或文本框的文本效果阴影|Documentation

    学习如何使用编号Aspose.Cells for C++为形状或文本框设置文本效果的阴影。...box with these dimensions TextBox tb = ws . GetShapes (). AddTextBox...); // Set the text of the textbox tb . SetText ( u "This text...

    docs.aspose.com/cells/zh/cpp/setting-shadow-of-...
  7. 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...
  8. Public API Changes in Aspose.Cells 8.9.2|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....]; // Add a Shape of type TextBox to the collection var shape...]; // Add a Shape of type TextBox to the collection var shape...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Public API Changes in Aspose.Cells 9.0.0|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....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. TextBox.layout_flow property | Aspose.Words for...

    Textbox.layout_flow property. Determines the flow of the text layout in a shape....layout_flow property TextBox.layout_flow property Determines...document builder to inside the TextBox and add text. builder . move_to...

    reference.aspose.com/words/python-net/aspose.wo...