Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,615 for

textbox

(0.2 sec)
  1. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....idx_get ( 0 ); // changing TextBox text auto control = slide ->...

    docs.aspose.com/slides/cpp/activex/
  2. 档案

    档案...IPortion->setText(u"Aspose TextBox”) 方法设置文本。 使用 Presentation->Save(String...portion->set_Text(u"Aspose TextBox"); // 将 PPTX 保存到磁盘 pres->Save(outPath...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  3. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture...layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...storyType Returns StoryType.Textbox . stroke Defines a stroke for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 搜索

    搜索...IPortion->setText(u"Aspose TextBox”) 方法設置文本。 使用 Presentation->Save(String...portion->set_Text(u"Aspose TextBox"); // 將 PPTX 保存到磁盤 pres->Save(outPath...

    blog.aspose.com/zh-hant/slides/create-powerpoin...
  5. 在 JavaScript 中创建和应用 WordArt 效果|Aspose.Slides fo...

    在 Aspose.Slides for Node.js 中创建和自定义 WordArt 效果。本分步指南帮助开发者使用专业文本增强演示文稿。... addTextFrame ( "Aspose TextBox" ); // 禁用形状填充,以便获取文本的阴影 ashp...ashp . addTextFrame ( "Aspose TextBox" ); var port = ashp . getTextFrame...

    docs.aspose.com/slides/zh/nodejs-java/wordart/
  6. Aspose::Words::Drawing::Shape class | Aspose.Wo...

    Aspose::Words::Drawing::Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX... get_StoryType () Returns Textbox . get_Stroke () Defines a stroke...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 在 Android 上管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for Android via Java 如何利用 ActiveX 自动化并提升 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。... get_Item ( 0 ); // 更改 TextBox 文本 IControl control = slide...

    docs.aspose.com/slides/zh/androidjava/activex/
  8. HTML Date & Time Input Generator – Online Tool ...

    Generate HTML date and time input using Aspose.HTML for .NET, preview the result and copy the generated HTML and C# code to your website....date or time, either with a textbox that validates the input or...

    products.aspose.com/html/net/generators/date-time/
  9. aspose.cell,输出pdf,文本框中文本与在Excel中显示效果不一致。 - Free...

    aspose.cell,Excel文件保存为pdf,文本框中文本与在Excel中显示效果不一致。CalculateTextSize计算的文本高度也没超过文本框,但是输出pdf时文本已溢出文本框 testPdf.zip (256.2 KB) public static void testHeight() { //CellsHelper.DPI = 168; Workbook workbook = new Wor…...TextBox) { Aspose.Cells.Drawing.TextBox textBox = (Aspose...Drawing.TextBox)shape; // 判断文本框的名称是否以"批注文本框"开头 if (textBox.Name...

    forum.aspose.com/t/aspose-cell-pdf-excel/325576
  10. 使用 Java 管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... get_Item ( 0 ); // 更改 TextBox 文本 IControl control = slide...

    docs.aspose.com/slides/zh/java/activex/