Sort Score
Result 10 results
Languages All
Labels All
Results 6,511 - 6,520 of 164,045 for

new

(0.08 sec)
  1. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/xps/graphic-utilities/
  2. ListFormat.ApplyNumberDefault | Aspose.Words fo...

    Discover how the ApplyNumberDefault method creates a default numbered list for your paragraphs, enhancing organization and clarity in your documents....ApplyNumberDefault method Starts a new default numbered list and applies...shortcut method that creates a new list using the default numbered...

    reference.aspose.com/words/net/aspose.words.lis...
  3. Modern API|Aspose.Slides for Node.js via .NET D...

    Modern API...using the new API may look as follows: var pres = new aspose ....method using ImageIO with the new one. Old: var imageio = java...

    docs.aspose.com/slides/nodejs-java/modern-api/
  4. 管理OLE|Aspose.Slides 文档

    在C#或.NET中将OLE对象添加到PowerPoint演示文稿...using ( Presentation pres = new Presentation ()) { // 访问第一张幻灯片...mstream = new MemoryStream (); using ( FileStream fs = new FileStream...

    docs.aspose.com/slides/zh/net/manage-ole/
  5. 自定义形状|Aspose.Slides 文档

    在 Java 中的 PowerPoint 演示文稿中添加自定义形状...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中删除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  6. Shape.StrokeColor | Aspose.Words for .NET

    Customize your design with the Shape StrokeColor property, allowing you to define vibrant stroke colors for stunning visual impact....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...VisitShapes () { Document doc = new Document ( MyDir + "Revision...

    reference.aspose.com/words/net/aspose.words.dra...
  7. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup objects that represent revision groups in the document in Java.... Document doc = new Document(getMyDir() + "Revisions...in a document. Document doc = new Document(getMyDir() + "Revisions...

    reference.aspose.com/words/java/com.aspose.word...
  8. PDF to TIFF Converter using Android via Java | ...

    Sample code on Java for PDF to TIFF conversion. Use example code for batch PDF to TIFF conversion in Android...Open document try { document = new Document ( inputStream ); } catch...object Resolution resolution = new Resolution ( 300 ); // Create...

    products.aspose.com/pdf/android-java/conversion...
  9. PDF to BMP Converter using Android via Java | A...

    Sample code on Java for PDF to BMP conversion. Use example code for batch PDF to BMP conversion in Android...convertPDFtoBMP () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-BMP...

    products.aspose.com/pdf/android-java/conversion...
  10. Manage Slide Show|Aspose.Slides for Python Docu...

    Manage slide show settings in PowerPoint presentations using Python...code example below creates a new presentation and sets the show...following code example creates a new presentation and loops the slide...

    docs.aspose.com/slides/python-net/manage-slide-...