Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 213,143 for

new

(0.46 sec)
  1. Save Presentations in .NET|Aspose.Slides Docume...

    Discover how to save presentations in .NET using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....Presentation presentation = new Presentation ()) { // Do some...the example below, we create a new presentation and save it to a...

    docs.aspose.com/slides/net/save-presentation/
  2. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....Creating a new workbook (empty) const workbook = new Workbook ();...styles of both cells to Times New Roman const styleObject = workbook...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  3. VSDX saved to PDF is missing elements - Free Su...

    Hi, When converting a specific .vsdx to .pdf, most of its content is not visible. I’m using this code: Diagram diag = New Diagram(options.SourcePath); diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...using this code: Diagram diag = new Diagram(options.SourcePath);...VSDX file Diagram diagram = new Diagram("path/to/your/file.vsdx");...

    forum.aspose.com/t/vsdx-saved-to-pdf-is-missing...
  4. 使用 Java 从 PDF 中提取附件 | Aspose.PDF

    用于从 PDF 文件中提取附件的 Java 源代码。...document Document pdfDocument = new Document ( DATA_DIR . resolve...getContents (); File file = new File ( fileSpecification . getName...

    products.aspose.com/pdf/zh-hans/java/attachment...
  5. PresetTexture Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.PresetTexture enum to enhance your shapes with customizable textures for stunning document designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  6. BookmarkEnd | Aspose.Words for .NET

    Create a New BookmarkEnd instance effortlessly. Enhance your project with this essential tool for managing bookmarks efficiently....BookmarkEnd constructor Initializes a new instance of the BookmarkEnd class...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/boo...
  7. BookmarkStart | Aspose.Words for .NET

    Discover the BookmarkStart constructor! Easily initialize New BookmarkStart instances for efficient bookmarking in your applications. Boost your productivity today!...BookmarkStart constructor Initializes a new instance of the BookmarkStart...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/boo...
  8. Delete all the comments by an author|Aspose.Sli...

    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....IsNullOrEmpty ( author )) throw new ArgumentNullExceptio ( "File...List < Comment > comments = new List < Comment >(); comments...

    docs.aspose.com/slides/net/delete-all-the-comme...
  9. EmbeddedFontFormat | Aspose.Words for Java

    Specifies format of particular embedded font inside FontInfo object in Java.... Document doc = new Document(getMyDir() + "Embedded...FileUtils.writeByteArrayToFile(new File(getArtifactsDir() + "Alte...

    reference.aspose.com/words/java/com.aspose.word...
  10. Table.ClearBorders | Aspose.Words for .NET

    Discover the Table ClearBorders method to effortlessly eliminate all table and cell borders, enhancing your design's clarity and appeal.... Document doc = new Document ( MyDir + "Tables.docx"...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...