Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 3,168 for

textbox

(0.05 sec)
  1. Aspose.Cells 9.0.0 da Genel API Değişiklikleri|...

    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....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/tr/net/public-api-changes...
  2. Modifiche dell API pubblica in Aspose.Cells 9.0...

    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.... get ( 0 ); //Add a TextBox to the collection int textboxIndex...200 ); //Get the TextBox object TextBox textbox = sheet . getTextBoxes...

    docs.aspose.com/cells/it/java/public-api-change...
  3. TextBoxControl.Text | Aspose.Words för .NET

    Hantera TextboxControls text enkelt – hämta eller ställ in dess innehåll för sömlös användarinteraktion och förbättrad funktionalitet i din applikation....Visar hur man ändrar texten i TextBox OLE-kontrollen. Document doc...= new Document ( MyDir + "Textbox control.docm" ); Shape shape...

    reference.aspose.com/words/sv/net/aspose.words....
  4. Impostare l’ombra degli effetti di testo di for...

    Impara come impostare l’ombra degli effetti di testo per forme o caselle di testo 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/it/cpp/setting-shadow-of-...
  5. Ställ in skugga för textstilar på form eller te...

    Lär dig hur man ställer in skuggan för textstilar för former eller textrutor med 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/sv/cpp/setting-shadow-of-...
  6. Accéder à la zone de texte par le nom avec Node...

    Apprenez comment accéder à une zone de texte par son nom dans la collection en Aspose.Cells for Node.js via C++.... get ( 0 ); // Add the TextBox to the worksheet const idx...); // Access newly created TextBox using its index & name it const...

    docs.aspose.com/cells/fr/nodejs-cpp/access-the-...
  7. ShapeBase.WrapSide | Aspose.Words för .NET

    Upptäck ShapeBase WrapSide-egenskapen för att styra textbrytning runt former, vilket förbättrar din designs visuella attraktionskraft och läsbarhet....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/sv/net/aspose.words....
  8. Экспорт формул Excel в другие форматы с помощью...

    Узнайте, как экспортировать формулы Excel в LaTeX и MathML форматы с помощью Aspose.Cells для Python via .NET....drawing import TextBox from aspose.cells.drawing.equations..., "</head>" , "<body>" ] textboxes = workbook . worksheets [...

    docs.aspose.com/cells/ru/python-net/export-equa...
  9. Come esportare equazioni Excel in altri tipi di...

    Esporta formule Excel in LaTeX e MathML usando Aspose.Cells for C++.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

    docs.aspose.com/cells/it/cpp/export-equation/
  10. Hur man exporterar Excel uttryck till andra typ...

    Exportera Excel formler till LaTeX och MathML med Aspose.Cells for C++.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

    docs.aspose.com/cells/sv/cpp/export-equation/