Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 213,390 for

new

(0.11 sec)
  1. 布局收集器问题 - 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
  2. 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...
  3. IncorrectPasswordException Class | Aspose.Words...

    Discover the Aspose.Words.IncorrectPasswordException class, which handles password errors for encrypted documents, ensuring secure and seamless access....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); DocSaveOptions options = new DocSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words/inc...
  4. Import and Export Data|Aspose.PDF for .NET

    This section explains how to import and Export Data with Aspose.PDF Facades using Form Class....s (); using ( var pdfForm = new Aspose . Pdf . Facades . Form...using ( var xmlInputStream = new FileStream ( dataDir + "input...

    docs.aspose.com/pdf/net/import-and-export-data/
  5. 创建新工作表|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...Java Workbook wb = new HSSFWorkbook (); // or new XSSFWorkbook();...

    docs.aspose.com/cells/zh/java/create-new-worksh...
  6. Aspose.PSD for Java 23.9 - Release Notes|Docume...

    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....Implement creating of mask for new adjustment layers Feature PSDJAVA-528...Implement creating of mask for new adjustment layers** public static...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  7. 用JavaScript通过C++加载工作簿中的特定工作表|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++加载特定工作表。提高性能,减少内存占用。...assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/zh/javascript-cpp/load-sp...
  8. Aspose.Words Integration in AWS Lambda|Aspose.W...

    You might be interested in using Aspose.Words in AWS Lambda if you are targeting to create an application in the cloud, need Aspose.Words functionality, and probably integration with other Amazon services. Learn more about using Aspose.Words for .NET when building applications for Amazon Web Services in C#....you don’t have one, create a new account before you begin. Visual...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    docs.aspose.com/words/net/integration-in-aws-la...
  9. Import and Export Annotations to XFDF format us...

    This section explains how to export and import annotations from PDF file to XFDF with Aspose.PDF Facades....ImportAnnotation () { String [] sources = new String [] { _dataDir + "sample_cats_dogs...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...

    docs.aspose.com/pdf/java/import-export-annotati...
  10. TxtSaveOptions.maxCharactersPerLine property | ...

    TxtSaveOptions.maxCharactersPerLine property. Gets or sets an integer value that specifies the maximum number of characters per one line...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...one line. let saveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...