Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 214,418 for

new

(0.16 sec)
  1. XmlDataSource Class | Aspose.Words for .NET

    Unlock powerful reporting with Aspose.Words.XmlDataSource. Easily access XML data for seamless integration into your reports and enhance data visualization....XmlDataSource ( Stream ) Creates a new data source with data from an...XmlDataSource ( string ) Creates a new data source with data from an...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Programming with Thunderbird|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....with FileStream var stream = new FileStream ( dataDir + "ExampleMbox...pass the stream var reader = new MboxrdStorageReader ( stream...

    docs.aspose.com/email/net/programming-with-thun...
  3. Working with Tables | Aspose.Note Documentation

    A comprehensive guide on working with tables in Java programming language....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-tables/
  4. Getting additional Hyperlinks When Comparing Wo...

    Hi, When I compare two Word documents, I notice that some additional links appear. What could be the reason for this, and how can I resolve the issue? Aspose Word Version : 25.5 Snippet : byte[] oldDoc = null; // her…...bytes of new document CompareOptions compareOptions = new CompareOptions();...Document doc1 = new Aspose.Words.Document(new MemoryStream(oldDoc...

    forum.aspose.com/t/getting-additional-hyperlink...
  5. 使用 Python 在 PDF 中格式化文本|Aspose.PDF for Python vi...

    本页面解释了如何在 PDF 文件中格式化文本。包括添加行缩进、添加文本边框、添加下划线文本等。... Document document = new Aspose . Pdf . Document (); Aspose... Text . TextFragment text = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/python-net/text-formatti...
  6. BarcodeParameters Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.BarcodeParameters class—your essential tool for seamless barcode generation and customization in document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Password Protect Zip Files and Archives in C# |...

    Zip C# library lets you сompress and decompress files or directory with password protection in C#...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/password-protecting-arc...
  8. FieldMergeBarcode.BarcodeValue | Aspose.Words f...

    Discover the FieldMergeBarcode BarcodeValue property to easily manage and customize your barcode values for enhanced data accuracy and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  9. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。...文件 - new Document 。 创建新的 Caret Annotation 并设置插入符参数(new Rectangle...创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title, Subject, Flags...

    docs.aspose.com/pdf/zh/net/extra-annotations/
  10. IFieldUpdatingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom methods called during a field update in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldUpdatingCallbac callback = new FieldUpdatingCallbac(); doc.getFieldOptions()...

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