Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,554 for

textbox

(0.93 sec)
  1. 档案

    档案... height = 100; IAutoShape textBox = slide.getShapes().addAutoShape(ShapeType...width, height); // 设置填充和轮廓。 textBox.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh/slides/how-to-insert-a-text-...
  2. 搜索

    搜索... height = 100; IAutoShape textBox = slide.getShapes().addAutoShape(ShapeType...width, height); // 設定填滿和輪廓。 textBox.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh-hant/slides/how-to-insert-a-...
  3. Cambios en la API Pública en Aspose.Cells 8.8.1...

    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....]; //Add a TextBox to the ShapeCollection var textBox = sheet ...//Set the text of the TextBox textBox . Text = "This text has...

    docs.aspose.com/cells/es/net/public-api-changes...
  4. 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...
  5. 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/
  6. Configuración de sombra de efectos de texto de ...

    Aprenda cómo configurar la sombra de efectos de texto para formas o cuadros de texto 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/es/cpp/setting-shadow-of-...
  7. JavaScript ve C++ kullanarak Şekil in Metin Seç...

    Uzak Doğu ve Latin font isimlerini şekil içi metin seçeneklerinde nasıl belirteceğinizi Aspose.Cells for JavaScript kullanarak öğrenin.... get ( 0 ); // Add textbox inside the worksheet. const...const idx = ws . textBoxes . add ( 5 , 5 , 50 , 200 ); const tb =...

    docs.aspose.com/cells/tr/javascript-cpp/specify...
  8. Personalización de los Resultados de Renderizac...

    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....TextBox textBox) { //Agregar (TM) a cualquier...Works"; if (textBox.Text.Contains(companyName)) { textBox.Text = textBox...

    docs.aspose.com/slides/es/reportingservices/cus...
  9. Работа с GridJs на стороне клиента|Documentation

    В этой статье представлены клиентские javascript API или функции в GridJs....whether allow select text in TextBox control when in read mode ...hide () API для объекта TextBox TextBox - это особый вид формы...

    docs.aspose.com/cells/ru/net/aspose-cells-gridj...
  10. 母版幻灯片|Aspose.Slides 文档

    探索 Aspose.Slides for .NET 的母版幻灯片示例:在 PPT、PPTX 和 ODP 中创建、编辑和设置母版、占位符和主题,提供清晰的 C# 代码。... var textBox = newMasterSlide . Shapes ...); textBox . TextFrame . Text = "Company Name" ; textBox . TextFrame...

    docs.aspose.com/slides/zh/net/examples/elements...