Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 85,584 for

new

(0.1 sec)
  1. ResourceLoadingArgs.SetData | Aspose.Words for ...

    Discover how the ResourceLoadingArgs SetData method enhances user experience by efficiently managing resource data for optimal performance....doc = new Document (); doc . ResourceLoadingCallb = new ImageNameHandler...(); DocumentBuilder builder = new DocumentBuilder ( doc ); // Images...

    reference.aspose.com/words/net/aspose.words.loa...
  2. MailMerger.Execute | Aspose.Words for .NET

    Streamline your workflow with the MailMerger Execute method, effortlessly merging data for single records to enhance efficiency and accuracy....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  3. CommentDisplayMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.CommentDisplayMode enum for optimized document comment rendering. Enhance your document's clarity and presentation today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words.lay...
  4. 图像|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿的幻灯片中处理图像。从磁盘或网络添加图像到 PowerPoint 幻灯片。使用 Java 将图像添加到幻灯片母版或作为幻灯片背景。使用 Java 将 SVG 添加到 PowerPoint 演示文稿。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 将图像作为 EMF 添加到幻灯片中。...示例代码展示了如何将图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...中从网络向幻灯片添加图像: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/image/
  5. Creating PDF417 Barcodes|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....symbology ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...JRRenderable" > <![ CDATA [ new com . aspose . barcode . jr ...

    docs.aspose.com/barcode/jasperreports/creating-...
  6. Aspose.Cells 8.9.0中的公共API更改|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....HtmlSaveOptions HtmlSaveOptions options = new HtmlSaveOptions (); //Set default...of Workbook Workbook book = new Workbook ( dir + "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java.... Document doc = new Document(getMyDir() + "Header...and a footer. Document doc = new Document(); // Create a header...

    reference.aspose.com/words/java/com.aspose.word...
  8. IRevisionCriteria Interface | Aspose.Words for ...

    Control document revisions effortlessly with Aspose.Words.IRevisionCriteria. Customize acceptance and rejection of changes for precise document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... doc . Revisions . Accept ( new RevisionCriteria ( "John Doe"...

    reference.aspose.com/words/net/aspose.words/ire...
  9. ImageSavingArgs.ImageStream | Aspose.Words for ...

    Discover the ImageStream property in ImageSavingArgs to easily specify where to save your images, enhancing your workflow and efficiency....ImageSavingCallback () { Document doc = new Document ( MyDir + "Rendering...process. HtmlSaveOptions options = new HtmlSaveOptions (); options ...

    reference.aspose.com/words/net/aspose.words.sav...
  10. CommentDisplayMode | Aspose.Words for Java

    Specifies the rendering mode for document comments in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...comment = new Comment(doc, "John Doe", "J.D.", new Date()); comment...

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