Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 213,070 for

new

(0.11 sec)
  1. 使用 Java 操作 PDF 中的注释 | Aspose.PDF

    在 Java 和 PHP 上操纵 PDF 文件中注释的 Java 源代码,德尔福。...toString (); Document pdfDocument = new Document ( inputFile ); DefaultAppearance...DefaultAppearance appearance = new DefaultAppearance (); appearance...

    products.aspose.com/pdf/zh-hans/java/annotation/
  2. LoadOptions.progressCallback property | Aspose....

    LoadOptions.progressCallback property. Called during loading a document and accepts data about loading progress....progressCallback = new LoadingProgressCallb (); let loadOptions = new aw ....progressCallback ; try { let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "AddImage...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...
  4. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...totalMessages); JSONArray mailsArray = new JSONArray(); // Iterate only...get_Item(i); JSONObject msgJson = new JSONObject(); msgJson.put("messageId"...

    forum.aspose.com/t/how-to-get-the-following-val...
  5. FieldAutoText Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoText class to effortlessly manage AUTOTEXT fields, enhancing document automation and efficiency.... Document doc = new Document (); // Create a glossary...it. doc . GlossaryDocument = new GlossaryDocument (); BuildingBlock...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...layoutCollector = new(document); LayoutEnumerator layoutEnumerator = new(document);...is the code: Document doc = new Document("input.docx"); LayoutCollector...

    forum.aspose.com/t/topic/311958
  7. PreferredWidth.Equals | Aspose.Words for .NET

    Discover how the PreferredWidth Equals method checks if your specified width matches the current value, ensuring precision in your layout design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."PreferredWidth" property creates a new object. Assert . That ( builder...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Data Sources and Queries|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....second approach is to create new data sources and queries in Aspose...Creating New Data Sources and Queries Creating New Query Using...

    docs.aspose.com/cells/reportingservices/data-so...
  9. Apply custom class using mustache syntax - Free...

    Hi, I want to use {{name}} with custom implementation class for mail merge like <<[x.fmt(name,"LIKE THIS")]>> so i want similar implementation in mustache syntax. How it is possible? Thank you in advance....formatter = new CustomFormatter(); MustacheFactory mf = new DefaultMustacheFacto();...Map<String, Object> context = new HashMap<>(); context.put("name"...

    forum.aspose.com/t/apply-custom-class-using-mus...
  10. Document Processing Interruption in C#|Aspose.W...

    How to use the .NET CancellationToken in Aspose.Words to safely interrupt long-running document processing tasks in C#...( CancellationTokenSou cts = new CancellationTokenSou ()) { //...CancelationCallback cancelationCallback = new CancelationCallback ( token );...

    docs.aspose.com/words/net/document-processing-i...