Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 2,722 for

textbox

(0.04 sec)
  1. Öffentliche API Änderungen in Aspose.Cells 8.9....

    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/de/net/public-api-changes...
  2. Cambios en la API pública en Aspose.Cells 8.9.2...

    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/es/net/public-api-changes...
  3. Come esportare le equazioni di Excel in altri t...

    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/it/nodejs-cpp/export-equa...
  4. NodeCollection.ToArray | Aspose.Words för .NET

    NodeCollection ToArray metod. Kopierar alla noder från samlingen till en ny array av noder i C#....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Configuración de sombra de efectos de texto de ...

    Aprenda cómo configurar la sombra de efectos de texto para formas o cuadros de texto usando 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/es/cpp/setting-shadow-of-...
  6. تعيين ظل تأثيرات النص للشكل أو مربع النص باستخد...

    تعلم كيفية ضبط ظل تأثيرات النص للأشكال أو مربعات النص باستخدام 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/ar/cpp/setting-shadow-of-...
  7. NodeCollection.ToArray | Aspose.Words per .NET

    NodeCollection ToArray metodo. Copia tutti i nodi dalla raccolta in un nuovo array di nodi in C#....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/it/net/aspose.words/...
  8. Cómo exportar ecuaciones de Excel a otros tipos...

    Exportar fórmulas de Excel a LaTeX y MathML usando Aspose.Cells for C++.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

    docs.aspose.com/cells/es/cpp/export-equation/
  9. كيفية تصدير معادلات إكسل إلى أنواع أخرى من التع...

    تصدير صيغ إكسل إلى LaTeX و MathML باستخدام Aspose.Cells for C++.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

    docs.aspose.com/cells/ar/cpp/export-equation/
  10. Python.NETを使ったExcel方程式の他フォーマットへのエクスポート|Document...

    Aspose.Cells for Python via .NETを使用してExcelの方程式をLaTeXやMathMLフォーマットにエクスポートする方法を学びます。...drawing import TextBox from aspose.cells.drawing.equations..., "</head>" , "<body>" ] textboxes = workbook . worksheets [...

    docs.aspose.com/cells/ja/python-net/export-equa...