Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 222,975 for

new

(0.19 sec)
  1. Working with Geometry Section|Documentation

    This section explains how to get geometry of Visio using Aspose.Diagram...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...geometry object LineTo lineTo = new LineTo (); // Set X value lineTo...

    docs.aspose.com/diagram/net/working-with-geomet...
  2. FontSavingArgs.IsExportNeeded | Aspose.Words fo...

    Discover the FontSavingArgs IsExportNeeded property to control font resource exports. Maximize efficiency with customizable settings for your projects!...SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  3. IResourceLoadingCallback Interface | Aspose.Wor...

    Control external resource loading in Aspose.Words with the IResourceLoadingCallback interface. Enhance document imports and image insertion seamlessly....doc = new Document (); doc . ResourceLoadingCallb = new ImageNameHandler...(); DocumentBuilder builder = new DocumentBuilder ( doc ); // Images...

    reference.aspose.com/words/net/aspose.words.loa...
  4. DigitalSignature.SubjectName | Aspose.Words for...

    Discover the DigitalSignature SubjectName property, which reveals the certificate's subject distinguished name, enhancing document authenticity and security.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  5. TabStop.IsClear | Aspose.Words for .NET

    Discover how the TabStop IsClear property enhances your UI by ensuring seamless tab management, clearing existing stops for a smoother user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  6. IFontSavingCallback.FontSaving | Aspose.Words f...

    Discover the iFontSavingCallback method in Aspose.Words, designed to optimize font resource saving for enhanced document performance....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  7. TabStopCollection.after method | Aspose.Words f...

    TabStopCollection.after method. Gets a first tab stop to the right of the specified position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...add ( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Master Slide|Aspose.Slides for Node.js via .NET...

    Explore Aspose.Slides for Node.js master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear code....example shows how to create a new master slide by cloning the default...addMasterSlide () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  9. 视频|Aspose.Slides 文档

    使用 Aspose.Slides for Java 添加和控制视频:插入、播放、剪辑、设置海报帧,并通过 Java 示例导出 PPT、PPTX 和 ODP 演示文稿。...Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/examples/element...
  10. XLSX-to-PDF-to-PPTX in Java: The Legend Color I...

    When converting the Excel chart to PDF and then to PPTX, the Legend color icon is not properly aligned with the legend text. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspo…...Presentation presentation = new Presentation() presentation.slides...service = new PowerPointService() def workbook = new Workbook('/Users/nitesh...

    forum.aspose.com/t/xlsx-to-pdf-to-pptx-in-java-...