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

textbox

(0.14 sec)
  1. Управление текстовыми опциями фигур с помощью C...

    Узнайте, как управлять текстовыми опциями фигур программным путем с помощью Aspose.Cells for C++.... Get ( 0 ); TextBox textbox = worksheet . GetTextBoxes...GetTextBoxes (). Get ( 0 ); textbox . SetTextOrientationTy ( TextOrientationType...

    docs.aspose.com/cells/ru/cpp/managing-shape-tex...
  2. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    Scopri la proprietà UseLegacyOrder in FindReplaceOptions. Abilita le ricerche di testo sequenziali per una maggiore precisione. Il valore predefinito è false. Ottimizza l'elaborazione del testo!...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...2]" ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/it/net/aspose.words....
  3. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Upptäck hur du använder HtmlSaveOptions ExportShapesAsSvg för att konvertera Shape-noder till SVG-bilder när du sparar i HTML-, MHTML-, EPUB- eller AZW3-format....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...60.0 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/sv/net/aspose.words....
  4. So exportieren Sie Excel Formeln in andere Ausd...

    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/de/nodejs-cpp/export-equa...
  5. ShapeのテキストオプションでFar EastとLatinのフォント名を指定する方法(Jav...

    ShapeのテキストオプションでFar EastとLatinのフォント名を指定する方法(C++/Aspose.Cells for JavaScriptを使用)を学びます。... get ( 0 ); // Add textbox inside the worksheet. const...const idx = ws . textBoxes . add ( 5 , 5 , 50 , 200 ); const tb =...

    docs.aspose.com/cells/ja/javascript-cpp/specify...
  6. Reemplazar etiqueta con texto en un cuadro de t...

    Aprende cómo reemplazar etiquetas con texto en cuadros de texto dentro de hojas de Excel usando Aspose.Cells para Python via .NET....multiple tags within a single textbox. Código de muestra El siguiente...aspose.cells.drawing import TextBox def sheet_replace ( workbook...

    docs.aspose.com/cells/es/python-net/replace-tag...
  7. 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...
  8. أشكال في الرسوم البيانية باستخدام 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/
  9. Çizimlerde C++ ile Çalışma şekilleri|Documentation

    Microsoft Excel de kontroller eklemek ve grafikler özelleştirmek için Aspose.Cells for C++ i kullanmayı öğrenin. Kılavuzumuz, grafik öğelerini manipüle etmeyi, biçimlendirmeyi ayarlamayı ve grafiklerin genel görünümünü ve kullanılabilirliğini artırmayı gösterecek....Cells :: Cleanup (); } Grafiğe TextBox Kontrolü Ekleme Raporda önemli...Aspose::Cells::Drawing::TextBox nesnesi döndürür. TextBox sınıfı, grafikte...

    docs.aspose.com/cells/tr/cpp/controls-in-charts/
  10. Python.NETを使用してワークシート内のテキストボックスのタグをテキストに置き換える|D...

    Aspose.Cells for Python via .NETを使用してExcelワークシート内のテキストボックス内のタグをテキストに置き換える方法を学びます。...multiple tags within a single textbox. サンプルコード 以下のサンプルコードは、タグTAG...aspose.cells.drawing import TextBox def sheet_replace ( workbook...

    docs.aspose.com/cells/ja/python-net/replace-tag...