Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 2,857 for

textbox

(0.07 sec)
  1. Esporta equazioni di Excel in altri formati con...

    Scopri come esportare equazioni di Excel in formati LaTeX e MathML usando Aspose.Cells per Python via .NET....drawing import TextBox from aspose.cells.drawing.equations..., "</head>" , "<body>" ] textboxes = workbook . worksheets [...

    docs.aspose.com/cells/it/python-net/export-equa...
  2. Cambios en la API pública en Aspose.Cells 9.0.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/es/java/public-api-change...
  3. Öffentliche API Änderungen 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....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/de/net/public-api-changes...
  4. ComparisonTargetType Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words ComparisonTargetType per confronti precisi di documenti. Imposta facilmente il tuo documento di base per risultati accurati. Inizia subito a ottimizzare!...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/it/net/aspose.words....
  5. Définir l ombre des effets de texte de la forme...

    Apprenez comment définir l ombre des effets de texte pour les formes ou les zones de texte en utilisant 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/fr/cpp/setting-shadow-of-...
  6. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    Upptäck hur egenskapen ImportFormatOptions IgnoreTextboxes förbättrar formateringen av ditt dokument genom att kontrollera textruteinnehållet. Optimera enkelt idag!...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 300...100 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. Python.NETを使ったExcel方程式の他フォーマットへのエクスポート|Document...

    Aspose.Cells for Python via .NETを使用してExcelの方程式をLaTeXやMathMLフォーマットにエクスポートする方法を学びます。...drawing import TextBox from aspose.cells.drawing.equations..., "</head>" , "<body>" ] textboxes = workbook . worksheets [...

    docs.aspose.com/cells/ja/python-net/export-equa...
  8. Excel denklemlerini C++ kullanarak başka ifadel...

    Excel formüllerini LaTeX ve MathML`ye Aspose.Cells for C++ kullanarak dışa aktarın.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

    docs.aspose.com/cells/tr/cpp/export-equation/
  9. تصدير معادلات إكسل إلى صيغ أخرى باستخدام Python...

    تعرف على كيفية تصدير معادلات إكسل إلى صيغ LaTeX و MathML باستخدام Aspose.Cells لـ بايثون via .NET....drawing import TextBox from aspose.cells.drawing.equations..., "</head>" , "<body>" ] textboxes = workbook . worksheets [...

    docs.aspose.com/cells/ar/python-net/export-equa...
  10. Excelの式を他の表現型にエクスポートする方法(C++を使用)|Documentation

    Aspose.Cells for C++を使用してExcelの数式をLaTeXやMathMLにエクスポートします。... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

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