Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 213,277 for

new

(0.45 sec)
  1. UserInformation | Aspose.Words for Java

    Specifies information about the user in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  2. AnswerSheetConfig|Documentation

    AnswerSheetConfig element generates a numbered matrix of bubbles arranged in multiple columns to make more efficient use of space.... new AnswerSheetConfig () { ElementsCount...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/answ...
  3. 操作PDF文档|Aspose.PDF for Java

    本文包含有关如何验证PDF文档以符合PDF A标准,如何处理目录,如何设置PDF过期日期,以及如何确定PDF文件生成进度的信息。...打开文档 Document pdfDocument = new Document ( _dataDir + "sample...加载现有的 PDF 文件 Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/zh/java/manipulate-pdf-docu...
  4. 通过 Java 将图像添加到 PDF | Aspose.PDF

    本页介绍了使用 Java 和 PHP、Delphi 和 Aspose.PDF for Java 库将图像添加到 PDF 文档中的功能。...try { Document pdfDocument = new Document ( DATA_DIR . resolve...FileInputStream imageStream = new FileInputStream ( DATA_DIR ....

    products.aspose.com/pdf/zh-hans/java/images/add/
  5. 使用 Java 製作 WORD

    通過幾個步驟在 Java 中創建一個新的 WORD。使用 Java 庫輕鬆創建 WORD。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/word/
  6. CadLwPolyline Coordinates including (0,0) cause...

    Any CadLwPolyline with a coordinate of 0,0 ignores that point as valid coordinate. You can use the following example from another post to view the issue. This will render a triangle rather than a rectangle. using (Cad…...(CadImage cadImage = (CadImage)new DxfImage(CadAcadVersion.AC1032))...polyline = new CadLwPolyline(); polyline.Coordinates = new List();...

    forum.aspose.com/t/cadlwpolyline-coordinates-in...
  7. Rotate Text Inside PDF using C#|Aspose.PDF for ...

    Learn how to rotate text within PDF files in .NET using Aspose.PDF to adjust text alignment and improve presentation....document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment1 = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/net/rotate-text-inside-pdf/
  8. PDF 多媒体注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您在 PDF 文档中添加、获取和删除多媒体注释。...加载 PDF 文件 Document document = new Document ( _dataDir + "sample...screenAnnotation = new ScreenAnnotation ( page , new Rectangle ( 170...

    docs.aspose.com/pdf/zh/java/multimedia-annotation/
  9. JsonDataSource | Aspose.Words for .NET

    Create a powerful data source effortlessly with the JsonDataSource constructor, enabling seamless integration of JSON files and optimized data parsing....JsonDataSource( string ) Creates a new data source with data from a...JsonDataSource( Stream ) Creates a new data source with data from a...

    reference.aspose.com/words/net/aspose.words.rep...
  10. 将 PDF 文件转换为 PDF/A|Aspose.PDF for Android via Java

    本主题向您展示如何使用 Aspose.PDF for Java 将 PDF 文件转换为符合 PDF/A 的 PDF 文件。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...在转换过程中,还会进行验证 File logFileName = new File ( fileStorage , "PDF-to-PDFA-log...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...