Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,693 for

textbox

(0.14 sec)
  1. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    ImportFormatOptions IgnoreTextboxes proprietà. Ottiene o imposta un valore booleano che specifica che la formattazione di origine del contenuto delle caselle di testo viene ignorata seKeepSourceFormatting viene utilizzata la modalità. Il valore predefinito èVERO in C#....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 300...100 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Aspose.Cells 8.7.2 での公開 API 変更|Documentation

    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....2では、TextBoxCollectionクラスにおいて名前を使用してTextBoxのインスタンスにアクセスするためのオーバーロードされたインデクサーが公開されました。...ました。 この機能の詳細については、 名前を使用してTextBoxにアクセス の詳細記事をご覧ください シンプルな使用シナリオは次のようになります。...

    docs.aspose.com/cells/ja/net/public-api-changes...
  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. 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...
  5. تصدير معادلات إكسل إلى صيغ أخرى باستخدام 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...
  6. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    ImportFormatOptions IgnoreTextboxes fast egendom. Hämtar eller ställer in ett booleskt värde som anger att källformatering av textrutor innehåll ignored omKeepSourceFormatting läge används. Standardvärdet ärSann i C#....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 300...100 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. 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...
  8. تغييرات API العامة في Aspose.Cells 9.0.0|Docume...

    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/ar/java/public-api-change...
  9. 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...
  10. Как экспортировать уравнения Excel в другие тип...

    Экспорт формул Excel в LaTeX и MathML с помощью Aspose.Cells for C++.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

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