Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 3,554 for

textbox

(0.08 sec)
  1. شريحة رئيسية|Aspose.Slides لـ Node.js عبر توثيق...

    استكشف أمثلة الشرائح الرئيسية في Aspose.Slides لـ Node.js: أنشئ، عدّل، وصمّم الشرائح الرئيسية، العناصر النائبة، والسمات في صيغ PPT و PPTX و ODP باستخدام كود واضح.... let textBox = newMasterSlide . getShapes...Rectangle , 0 , 0 , 720 , 25 ); textBox . getTextFrame (). setText...

    docs.aspose.com/slides/ar/nodejs-java/examples/...
  2. Excel de formülleri diğer ifade türlerine nasıl...

    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/tr/nodejs-cpp/export-equa...
  3. 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...
  4. 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...
  5. 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/...
  6. Modifiche dell API pubblica 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....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/it/java/public-api-change...
  7. CompositeNode.InsertAfter | Aspose.Words för .NET

    Infoga enkelt noder med CompositeNode InsertAfter-metoden, vilket förbättrar din datastrukturhantering och säkerställer effektiv nodplacering....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. テキストボックス|Aspose.Slides for PHP ドキュメント

    Aspose.Slides を使用して PHP でテキストボックスを作成および書式設定します。フォント、配置、折り返し、自動調整、リンクを設定し、PowerPoint および OpenDocument 用のスライドを洗練させます。... $textBox = $slide -> getShapes () ->...塗りつぶしと枠線を削除して、通常のテキストボックスのように見せます。 $textBox -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/ja/php-java/examples/ele...
  9. Formas en gráficos con Node.js vía C++|Document...

    Aprende cómo usar Aspose.Cells for Node.js via C++ para agregar controles y personalizar gráficos en Microsoft Excel. Esta guía demuestra cómo manipular elementos del gráfico, ajustar el formato y mejorar la apariencia y usabilidad general de tus gráficos....devuelve un objeto TextBox . La clase TextBox representa un cuadro...(). get ( 0 ); // Add a new textbox to the chart. const textbox0...

    docs.aspose.com/cells/es/nodejs-cpp/controls-in...
  10. أشكال في الرسوم البيانية باستخدام C++|Documenta...

    تعلم كيفية استخدام Aspose.Cells for C++ لإضافة عناصر تحكم وتخصيص الرسوم البيانية في مايكرسوفت إكسل. سيُظهر دليلنا كيفية التلاعب بعناصر الرسم البياني، وتعديل التنسيق، وتحسين المظهر العام وسهولة استخدام الرسوم البيانية....Aspose::Cells::Drawing::TextBox . يمثل فصل TextBox مربع نص في الرسم...); // Add a new textbox to the chart TextBox textbox0 = chart...

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