Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 1,736 for

textbox

(0.08 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....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/de/java/public-api-change...
  2. GridJsクライアントサイドでの作業|Documentation

    この記事では、GridJsのクライアント側のJavaScript APIまたは機能を紹介しています。...whether allow select text in TextBox control when in read mode ...テキストボックスオブジェクト用のAPI TextBoxはTypeプロパティが"TextBox"である特別な種類のシェイプです たとえば:...

    docs.aspose.com/cells/ja/net/aspose-cells-gridj...
  3. GridJs İstemci Tarafı İle Çalışmak|Documentation

    Bu makale, GridJs te istemci tarafı için JavaScript API lerini veya işlevleri tanıtır....allowSelectTextInTex Okuma modunda TextBox kontrollerinde metin seçimine...menubar . hide () TextBox nesnesi için API’lar TextBox özel bir şekil...

    docs.aspose.com/cells/tr/java/aspose-cells-grid...
  4. Управление текстовыми опциями фигур с помощью 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...
  5. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    FindReplaceOptions UseLegacyOrder proprietà. True indica che una ricerca di testo viene eseguita in sequenza dallalto verso il basso considerando le caselle di testo. Il valore predefinito èfalso in C#....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...2]" ); builder . MoveTo ( textBox . FirstParagraph ); builder...

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

    HtmlSaveOptions ExportShapesAsSvg fast egendom. Styr omShapenoder konverteras till SVGbilder när save till HTML MHTML EPUB eller AZW3. Standardvärdet ärfalsk i C#....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...60.0 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/sv/net/aspose.words....
  7. Создания фигур в графиках с Node.js через C++|D...

    Узнайте, как использовать Aspose.Cells for Node.js via C++ для добавления элементов управления и настройки диаграмм в Microsoft Excel. Этот гид демонстрирует, как управлять элементами диаграммы, изменять форматирование и улучшать внешний вид и удобство использования ваших графиков....возвращает объект TextBox . Класс TextBox представляет собой...(). get ( 0 ); // Add a new textbox to the chart. const textbox0...

    docs.aspose.com/cells/ru/nodejs-cpp/controls-in...
  8. 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...
  9. CompositeNode.InsertAfter | Aspose.Words för .NET

    CompositeNode InsertAfter metod. Infogar den angivna noden omedelbart efter den angivna referensnoden i C#....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. Formes dans les graphiques avec C++|Documentation

    Apprenez comment utiliser Aspose.Cells for C++ pour ajouter des contrôles et personnaliser les graphiques dans Microsoft Excel. Notre guide montrera comment manipuler les éléments du graphique, ajuster le formatage et améliorer l apparence et la convivialité générales de vos graphiques....(); } Ajout d’un contrôle TextBox au graphique Une façon de mettre...Aspose::Cells::Drawing::TextBox . La classe TextBox représente une zone...

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