Sort Score
Result 10 results
Languages All
Labels All
Results 5,901 - 5,910 of 213,190 for

new

(0.26 sec)
  1. Aspose::Words::Vba::VbaModuleCollection::Add me...

    Aspose::Words::Vba::VbaModuleCollection::Add method. Adds a module to the collection in C++....:: Document > (); // Create a new VBA project. auto project = System...set_VbaProject ( project ); // Create a new module and specify a macro source...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...您可以使用以下代码来实现这一点: Document doc = new Document("C:\\Temp\\in.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Put...

    forum.aspose.com/t/topic/312497
  3. 使用 Java API 解决方案将 JPG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Java 版 JPG 转 EPS 功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/convert/jpg-to-eps/
  4. Edit TEXT In Java

    Edit TEXT in Java code....and formatting attributes Add new text elements Search text for...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/java/edit/text/
  5. System.InvalidCastException: Unable to cast obj...

    Please help!!! Got error when try use concatenate method of Aspose.Pdf.Kit.PdfFileEditor System.InvalidCastException: Unable to cast object of type ‘xeb116a323308e2f7.xae94bcfc1c7ddd9a’ to type ‘xeb116a323308e2f7.x9268…...PdfFileEditor MergePDF = new Aspose.Pdf.Kit.PdfFileEditor();...PdfFileEditor(); string[] FileName = new string[PDFFilelist.Count]; for (int...

    forum.aspose.com/t/system-invalidcastexception-...
  6. Resizing|Documentation

    How to resize an image to improve recognition accuracy....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...PreprocessingFilter filters = new Aspose . OCR . Models . PreprocessingFilters...

    docs.aspose.com/ocr/net/resize/
  7. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...src = new Document(sourceDocPath); Document dst = new Document(targetDocPath);...; DocumentBuilder builder = new DocumentBuilder(dst); List<Bookmark>...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  8. Customize Presentation Shapes in JavaScript|Asp...

    Create and customize shapes in PowerPoint presentations with JavaScript and Aspose.Slides for Node.js: geometry paths, curved corners, composite shapes....curvature for a corner or point add new points to the square manipulate...to change a shape or create a new shape from an existing shape...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  9. How to add Square Annotation using .NET | Aspos...

    Source code on C# to add Square annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/net/annotation/square/add/
  10. How to add Circle Annotation using C++ | Aspose...

    Source code to add Circle annotations in PDF file on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/circle/add/