Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 3,551 for

textbox

(0.04 sec)
  1. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....solution for this for the textbox? 2 slide - Table Table seems...some regulation we are "); //TextBox 2 IAutoShape ashp2 = sld.getShapes()...

    forum.aspose.com/t/disable-spell-check-and-gram...
  2. PDF to DOC Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one DOC single file programmatically with C++ sample code using Aspose.PDF for C++...DocSaveOptions :: RecognitionMode :: Textbox ); outputDoc -> Save ( u "Merger_pdf_doc...

    products.aspose.com/pdf/cpp/merger/pdf-to-doc/
  3. Aspose::Words::Drawing::TextPath class | Aspose...

    Aspose::Words::Drawing::TextPath class. Defines the text and formatting of the text path (of a WordArt object). To learn more, visit the documentation article in C++....C++ Aspose::Words::Drawing::TextBox class Aspose::Words::Drawing::ArrowLength...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Stroke Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Stroke class to enhance your shapes with customizable strokes, adding professional flair to your documents effortlessly....Words SoftEdgeFormat Class TextBox Class English Русский 简体中文...

    reference.aspose.com/words/net/aspose.words.dra...
  5. PresentationML (PPTX, XML)|Aspose.Slides 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....p : cNvPr id = "4" name = "TextBox 3" /> < p : cNvSpPr txBox =...

    docs.aspose.com/slides/cpp/presentationml-pptx-...
  6. PresentationML (PPTX, XML)|Aspose.Slides 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....<p:nvSpPr><p:cNvPr id= "4" name= "TextBox 3" /> <p:cNvSpPr txBox= "1"...

    docs.aspose.com/slides/java/presentationml-pptx...
  7. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....GetShapes (); // Copy the textbox to the Result worksheet Worksheet...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  8. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...在下面的示例中,我们添加了以下文本: Aspose TextBox 最后,通过 Presentation 对象写入 PPTX..."Aspose TextBox" ); // 将演示文稿保存到磁盘 pres . save ( "TextBox_out.pptx"...

    docs.aspose.com/slides/zh/java/manage-textbox/
  9. Aspose word for java不使用分页符插入页码 - Free Support F...

    我们使用 Aspose.Words for Java,希望能在 每一页的右下角插入文本框(例如页码或签章区域), 不使用页脚,而是通过 锚点定位 的方式在页面内容区域中插入。 在实际测试过程中遇到以下问题: 只有当文档使用 插入空白页 进行分页时,能正确识别每一页的最后一个节点,文本框也能准确出现在该页的右下角。 根据节点识别只会识别处理节点中的第一页空白页, niuda(1) (2).zip (12.6 KB) 当文档仅通…...Shape textbox = new Shape(doc, ShapeType.TEXT_BOX); textbox.setWrapType(WrapType...setWrapType(WrapType.NONE); textbox.setRelativeHorizonta(RelativeHorizontalPo...

    forum.aspose.com/t/aspose-word-for-java/320890
  10. .NET 中的演示文稿文本框管理|Aspose.Slides 文档

    Aspose.Slides for .NET 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升您的演示文稿自动化。...在下面的示例中,我们添加了以下文本: Aspose TextBox 最后,通过 Presentation 对象写入 PPTX..."Aspose TextBox" ; // 将演示文稿保存到磁盘 pres . Save ( "TextBox_out.pptx"...

    docs.aspose.com/slides/zh/net/manage-textbox/