Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 213,390 for

new

(0.1 sec)
  1. Converting EML to MSG produces a strange MSG fo...

    We have a conversion program that converts emails to PDF. When I export an email in Outlook as an MSG file, it converts to PDF without any problems. If I then convert the MSG file to EML using Aspose, I can also convert…...options MsgSaveOptions saveOpts = new MsgSaveOptions { // Preserve...options MsgSaveOptions opts = new MsgSaveOptions(); opts.setPr...

    forum.aspose.com/t/converting-eml-to-msg-produc...
  2. Connector|Aspose.Slides Documentation

    Draw and control connectors in C# with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP....Add_Connector () { using var pres = new Presentation (); var slide =...Access_Connector () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/co...
  3. StructuredDocumentTagRangeStart.RemoveSelfOnly ...

    Effortlessly remove Structured Document Tag range starts while preserving content. Optimize your document structure with the RemoveSelfOnly method today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa rangeStart = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  4. 档案

    档案...Project project = new Project(dataDir + "New project 2010.mpp");...getTime(); WorkingTime wt = new WorkingTime(); wt.setFromTime(startDate);...

    blog.aspose.com/zh/tasks/metadata-and-formulas-...
  5. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...Load the workbook Workbook wb = new Workbook(@"C:\Input\Sample.xlsx");...ImageOrPdfSaveOption imgOpts = new ImageOrPdfSaveOption(SaveFormat...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  6. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…... Create a new document : Initialize a new document to hold...(text content), add it to the new document and check if it exceeds...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  7. 在 PHP 中连接组的子形状|Documentation

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "drawing...Initialize connector shape $shape = new Shape (); $shape -> getLine ()...

    docs.aspose.com/diagram/zh/java/connect-sub-sha...
  8. Find and Replace in Spreadsheet|Documentation

    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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...FileName ); FindOptions Opts = new FindOptions (); Opts . LookInType...

    docs.aspose.com/cells/net/find-and-replace-in-s...
  9. Table|Aspose.Slides Documentation

    Create and format tables in C# with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP....Add_Table () { using var pres = new Presentation (); var slide =...Access_Table () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/ta...
  10. LoadOptions.resourceLoadingCallback property | ...

    LoadOptions.resourceLoadingCallback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML...., () => { let loadOptions = new aw . Loading . LoadOptions ();...loadOptions . resourceLoadingCallb = new HtmlLinkedResourceLo (); // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...