Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 214,303 for

new

(0.33 sec)
  1. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...Presentation presentation = new Presentation(); // Add a slide...getTableFormat().setFillFormat(new FillFormat()); table.getTableFormat()...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  2. Change named value in XMP metadata of EPS|Java

    The process of changing named value in XMP metadata of EPS file with Aspose.Page API solution for Java is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/change-n...
  3. Watermark.SetImage | Aspose.Words for .NET

    Enhance your documents with the Watermark SetImage method. Effortlessly add stunning image watermarks for a professional touch.... Document doc = new Document (); // Modify the image...ImageWatermarkOption imageWatermarkOption = new ImageWatermarkOption (); imageWatermarkOption...

    reference.aspose.com/words/net/aspose.words/wat...
  4. AposePDF.Net Linux - Free Support Forum - aspos...

    I try to realize a Poc on linux , and when use this code using var document = New Aspose.Pdf.Document(pdfFile); var pngDevice = New Aspose.Pdf.Devices.JpegDevice() { }; …...document = new Aspose.Pdf.Document(pdfFile); var pngDevice = new Aspose...JpegDevice() { }; using var pngStream = new FileStream(imgFile, FileMode...

    forum.aspose.com/t/aposepdf-net-linux/311150
  5. Ink|Aspose.Slides Documentation

    Handle digital ink on slides in C# with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument....Slides cannot create new ink strokes programmatically...Access_Ink () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/ink/
  6. ShapeBase.isTopLevel property | Aspose.Words fo...

    ShapeBase.isTopLevel property. Returns ``true`` if this shape is not a child of a group shape.... let doc = new aw . Document (); let shape = new aw . Drawing...toEqual ( true ); let group = new aw . Drawing . GroupShape ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.InsertNode | Aspose.Words for .NET

    Enhance your document creation with the DocumentBuilder InsertNode method. Effortlessly insert nodes before the cursor for seamless editing!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...contain the image. Shape shape = new Shape ( builder . Document ,...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentProperty.IsLinkToContent | Aspose.Words...

    Discover if DocumentProperty's IsLinkToContent property connects to content. Enhance your workflow with seamless document management solutions....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "MyBookmark" ); // Link a new custom property to a bookmark...

    reference.aspose.com/words/net/aspose.words.pro...
  9. Aspose.PSD for .NET 22.12 - 发行说明|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.... Save ( psdExportPath , new PsdOptions ( image )); } // 打开调整大小后的...image . Save ( pngExportPath , new PngOptions ()); } PSDNET-1277...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance document clarity!...then the table continues on a new row. Use the RowFormat property...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...