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

index

(0.07 sec)
  1. Inserting edited slide into existing presentati...

    This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java....slide to edit by specifying its index in the PresentationEditOpti...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  2. Unable to view document in word editor properly...

    Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…... public IActionResult Index() { License lic = new License();...} return RedirectToAction("Index"); } Edit and save options could...

    forum.groupdocs.com/t/unable-to-view-document-i...
  3. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for java version 20.11 - inserting an edited worksheet into existing spreadsheet...to edit and specifying its index in the property of class. Opening...different from widely used 0-based indexing, however, makes sense, thus...

    docs.groupdocs.com/editor/java/inserting-edited...
  4. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... Index , result . FoundText )); } }...

    docs.groupdocs.com/parser/net/migration-notes/
  5. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...pages, function (index, elem) { var pageNumber = elem...<!-- Keep the current slide index so we know which slide to load/save...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  6. 使用 C# 在 Word、Excel、PowerPoint 中插入 OLE 对象

    使用 .NET API 在 C# 中以编程方式在 Word 文档、Excel 电子表格或 Powerpoint 演示文稿中嵌入或插入文档 OLE 对象。...// Setting the Row & height Index, you have more options. ColumnIndex...

    blog.groupdocs.com/zh/merger/insert-ole-objects...
  7. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....SpreadsheetContent >(); // Remove shape by index content . Worksheets [ 0 ]....

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  8. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....you want to include over the index; add these pages to the new...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  9. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....class ); // Remove shape by index content . getWorksheets ()....

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  10. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...WordProcessingConten >(); // Remove shape by index content . Sections [ 0 ]. Shapes...

    docs.groupdocs.com/watermark/net/existing-objec...