Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 3,499 for

textbox

(0.17 sec)
  1. Shapes in Charts mit Node.js über C++|Documenta...

    Lernen Sie, wie Sie mit Aspose.Cells for Node.js via C++ Steuerelemente hinzufügen und Diagramme in Microsoft Excel anpassen. Dieser Leitfaden zeigt, wie man Diagrammelemente manipuliert, Formatierungen anpasst und das Gesamtbild sowie die Benutzerfreundlichkeit Ihrer Diagramme verbessert....gibt ein TextBox -Objekt zurück. Die Klasse TextBox stellt ein...(). get ( 0 ); // Add a new textbox to the chart. const textbox0...

    docs.aspose.com/cells/de/nodejs-cpp/controls-in...
  2. Changements d API public dans 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....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/fr/java/public-api-change...
  3. 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....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/es/java/public-api-change...
  4. CompositeNode.InsertAfter | Aspose.Words per .NET

    Inserisci nodi senza sforzo con il metodo InsertAfter di CompositeNode, migliorando la gestione della struttura dati e garantendo un posizionamento efficiente dei nodi....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Gérer les options de texte de forme avec C++|Do...

    Apprenez comment gérer les options de texte de forme de manière programmatique en utilisant Aspose.Cells for C++.... Get ( 0 ); TextBox textbox = worksheet . GetTextBoxes...GetTextBoxes (). Get ( 0 ); textbox . SetTextOrientationTy ( TextOrientationType...

    docs.aspose.com/cells/fr/cpp/managing-shape-tex...
  6. ضبط ظل تأثير النص الخاص بالشكل أو مربع النص باس...

    تعلم كيفية ضبط ظل تأثير النص لأي شكل أو مربع نص باستخدام Script Aspose.Cells for Java عبر C++....Effects Shadow of Shape or Textbox </ h1 > < input type = "file"...); // Set the text of the textbox tb . text = "This text has...

    docs.aspose.com/cells/ar/javascript-cpp/setting...
  7. Configuración de sombra de efectos de texto de ...

    Aprenda cómo establecer la sombra de los efectos de texto para cualquier forma o cuadro de texto usando Aspose.Cells for JavaScript a través de C++....Effects Shadow of Shape or Textbox </ h1 > < input type = "file"...); // Set the text of the textbox tb . text = "This text has...

    docs.aspose.com/cells/es/javascript-cpp/setting...
  8. Ändern Sie den Zeichenabstand des Excel Textfel...

    Lernen Sie, wie Sie den Zeichenabstand eines Excel Textboxs oder einer Shape mit Aspose.Cells und C++ ändern....Texteffekte von Form oder Textbox mit C++ einstellen Zeilenabstand...Absatz in einer Form oder Textbox mit C++ einstellen...

    docs.aspose.com/cells/de/cpp/change-character-s...
  9. تحديد اسم الخط الشرقي الأقصى واللاتيني في خيارا...

    تعلم كيفية تحديد أسماء خطوط الشرق الأقصى واللاتينية في خيارات النص لشكل باستخدام Aspose.Cells for C++....Add ( 5 , 5 , 50 , 200 ); TextBox tb = ws . GetTextBoxes ()....:: Xlsx ); std :: cout << "Textbox created successfully!" << std...

    docs.aspose.com/cells/ar/cpp/specify-the-far-ea...
  10. Формы в диаграммах с C++|Documentation

    Узнайте, как использовать Aspose.Cells for C++ для добавления элементов управления и настройки диаграмм в Microsoft Excel. Наше руководство продемонстрирует, как манипулировать элементами диаграммы, настраивать форматирование и улучшать внешний вид и удобство использования ваших графиков....Aspose::Cells::Drawing::TextBox . Класс TextBox представляет текстовое...); // Add a new textbox to the chart TextBox textbox0 = chart...

    docs.aspose.com/cells/ru/cpp/controls-in-charts/