Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 2,722 for

textbox

(0.04 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++.... auto textBox = MakeObject < Shape > ( doc...ShapeType :: TextBox ); textBox -> set_Width ( 200 ); textBox -> set_Height...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 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....0 ); //Add a Shape of type TextBox to the collection Shape shape...0 ); //Add a Shape of type TextBox to the collection Shape shape...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 如何将 Excel 方程导出为其他类型的表达式|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....(); const textBox = shapes . get ( 0 ); if ( textBox instanceof...AsposeCells . TextBox ) { const mathNode = textBox . getEquationParagraph...

    docs.aspose.com/cells/zh/nodejs-cpp/export-equa...
  4. TextBox.verticalAnchor property | Aspose.Words ...

    Textbox.verticalAnchor property. Specifies the vertical alignment of the text within a shape....verticalAnchor property TextBox.verticalAnchor property Specifies...class TextBox TextBox.textBoxWrapMode property TextBox.breakForwardLink...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....to allow text selection in TextBox controls when in read mode.... hide () APIs for TextBox object TextBox is a special kind of...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  6. Aspose.Cells 8.9.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....]; // 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/zh/net/public-api-changes...
  7. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....Examples Shows how to replace all textbox shapes with image shapes. Document...= new Document ( MyDir + "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/net/aspose.words/com...
  8. Aspose.Cells 8.8.1中的公共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中文本的阴影效果。 有关此功能的更多详细信息,请参阅 设置文本阴影效果...getWorksheets (). get ( 0 ); //Add a TextBox to the ShapeCollection int...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Shapes in Charts with Node.js via C++|Documenta...

    Learn how to use Aspose.Cells for Node.js via C++ to add controls and customize charts in Microsoft Excel. This guide demonstrates how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" )); Adding TextBox Control to the Chart One way...The method returns TextBox object. The TextBox class represents...

    docs.aspose.com/cells/nodejs-cpp/controls-in-ch...
  10. 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....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/zh/net/public-api-changes...