Sort Score
Result 10 results
Languages All
Labels All
Results 6,741 - 6,750 of 20,749 for

2 of

(0.06 sec)
  1. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....trim()); // 2 - Create a clone of a node just...nested within one parent table // 2 = Table is nested within two parent...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose.PSD for .NET 20.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.... Format ( "{0} {1}: {2} out of {3}" , progressInfo ..../ 3, width - (2 * (width / 3)) - 1, height - (2 * (height / 3))...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. Convert HTML to JPG – C# Examples and Online Co...

    Convert HTML to JPG using Aspose.HTML for .NET. Consider various HTML to JPG conversion scenarios in C# examples. Try online HTML Converter....// Convert HTML to JPG in C# 2 3 // Invoke the ConvertHTML()...Convert HTML to JPG using C# 2 3 // Prepare a path to a source...

    docs.aspose.com/html/net/convert-html-to-jpg/
  4. CustomDocumentProperties class | Aspose.Words f...

    Aspose.Words.Properties.CustomDocumentProperties class. A collection Of custom document properties...of custom document property #2" ); /*console.log("Custom Properties:");...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. QR Code, Micro QR Code and Rectangular Micro QR...

    Detailed Information about QR Code Specification...versions only starting from Version 2 and higher and is intended to...should have a size of at least 2 cm x 2 cm (0.8 x 0.8 inches). QR...

    docs.aspose.com/barcode/info-cards/qr-code/
  6. Rescheduling Project Tasks and Resource Assignm...

    This guide explains how to reschedule tasks and resource assignments in your projects using Aspose.Tasks for .NET....mpp" ); 2 project. Set (Prj. ScheduleFromStart...Project( "New Project.mpp" ); 2 project. Set (Prj. ScheduleFromStart...

    docs.aspose.com/tasks/net/project-rescheduling/
  7. Generate GS1 DataBar (Omnidirectional, Stacked ...

    C++ example Of code to generate GS1 DataBar (Omnidirectional, Stacked Omnidirectional, Expanded, Expanded Stacked, and Truncated) barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, and Linux 64-bit....get_XDimension ()-> set_Millimeters ( 2 ); tmp_0-> get_Parameters ()->...Code 93 USPS OneCode Standard 2 of 5 ISBN ISMN ISSN Postal: Australia...

    products.aspose.com/barcode/cpp/databar/generate/
  8. Aspose.TeX's input interface | .NET

    Conversion functionality Of Aspose.TeX API solution for .NET with TeX, as an input format is explained here with the code examples.... 2 ... 3 // Specify a file system...the input working directory. 2 using (Stream inZipStream = File...

    docs.aspose.com/tex/net/aspose-tex-input/
  9. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method... PAGE_BREAK ) # 2 - Inline shape with custom dimensions:...jpg' ) builder . writeln () # 2 - Pass a URL which points to an...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...Discourse July 15, 2025, 8:02am 2 @imzdong 原因 要在使用 Aspose.Words...insertCell(); builder.write("Header 2"); builder.endRow(); // 添加数据行...

    forum.aspose.com/t/aspose-words-table/315228