Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 33,805 for

new

(0.08 sec)
  1. FieldFormat | Aspose.Words for Java

    Provides typed access to fields numeric date and time and general formatting in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  2. 字体替代 - PowerPoint Java API|Aspose.Slides 文档

    在 Java 中替代 PowerPoint 字体...//加载演示文稿 Presentation pres = new Presentation ( "Fonts.pptx" );...//加载将被替代的源字体 IFontData sourceFont = new FontData ( "SomeRareFont" );...

    docs.aspose.com/slides/zh/androidjava/font-subs...
  3. 将 PowerPoint 转换为 PDF 注释|Aspose.Slides 文档

    在 Java 中将 PowerPoint 转换为 PDF 注释...Presentation 对象 Presentation presIn = new Presentation ( "SelectedSlides...pptx" ); Presentation presOut = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  4. 字体替换 - PowerPoint Java API|Aspose.Slides for PH...

    在 PowerPoint 中替换字体...代码演示了字体替换过程: # 加载演示文稿 $pres = new Presentation ( "Fonts.pptx" );...{ # 加载将被替换的源字体 $sourceFont = new FontData ( "SomeRareFont" );...

    docs.aspose.com/slides/zh/php-java/font-substit...
  5. Aspose.PSD for Java 21.6 - 发行说明|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 ( outputFileName , new PngOptions ()); } finally { image...image . save ( outputFileName , new PngOptions ()); } finally { image...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  6. PageSavingArgs.KeepPageStreamOpen | Aspose.Word...

    Discover how the KeepPageStreamOpen property in PageSavingArgs enhances document management with Aspose.Words by controlling stream behavior for optimal performance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions (); // We...

    reference.aspose.com/words/net/aspose.words.sav...
  7. MetafileRenderingMode enumeration | Aspose.Word...

    Aspose.Words.Saving.MetafileRenderingMode enumeration. Specifies how Aspose.Words should render WMF and EMF metafiles....IWarningCallback' , () => { let doc = new aw . Document ( base . myDir...); let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. IPageSavingCallback Interface | Aspose.Words fo...

    Control document saving with Aspose.Words.Saving.IPageSavingCallback. Customize how pages are saved in fixed formats for optimal results....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions (); // We...

    reference.aspose.com/words/net/aspose.words.sav...
  9. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision....InsertDocumentAtRepl () { Document mainDoc = new Document ( MyDir + "Document...FindReplaceOptions options = new FindReplaceOptions (); options...

    reference.aspose.com/words/net/aspose.words.rep...
  10. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java.... Document doc = new Document(getMyDir() + "Rendering..."Rendering.docx"); File imagesDir = new File(getArtifactsDir() + "Sa...

    reference.aspose.com/words/java/com.aspose.word...