Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 10,173 for

page count

(0.13 sec)
  1. Table|Documentation

    Table element organizes questions and answers in a tabular structure....table is provided in answers_count property. Table element includes..."element_type" : "Table" , "answers_count" : 3 , "children" : [ /*** put...

    docs.aspose.com/omr/net/json-markup/table/
  2. PDF rendering with Chinese fonts extremely slow...

    Hello, I’m enCountering a performance issue when rendering a PDF using the Aspose.PDF library. When the document contains Chinese Simplified (zh-CN) or Chinese Traditional (zh-TW) text, I set: pdfDocument.OptimizeResou…...Pages.Count; pageNumber++) { var page = pdfDocument...pdfDocument.Pages[pageNumber]; page.AddStamp(_logoImageStamp); page.Ad...

    forum.aspose.com/t/pdf-rendering-with-chinese-f...
  3. Aspose::Words::Comment::AddReply method | Aspos...

    Aspose::Words::Comment::AddReply method. Adds a reply to this comment in C++....the right-side margin of the page, and with a dotted line connecting...:: Comment , true ) -> get_Count ()); // Comments that do not...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. 使用 PHP 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式在 PDF 文件中添加表格...for ( $row_count = 1 ; $row_count < 10 ; $row_count ++ ) { //...-> add ( "Column (" . $row_count . ", 1)" ); $row -> getCells...

    products.aspose.com/pdf/zh-hant/php-java/table/...
  5. 使用 PHP 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式在 PDF 文件中添加表格...for ( $row_count = 1 ; $row_count < 10 ; $row_count ++ ) { //...-> add ( "Column (" . $row_count . ", 1)" ); $row -> getCells...

    products.aspose.com/pdf/zh-hans/php-java/table/...
  6. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...
  7. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 Java 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文件中添加表格...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // add...(). add ( "Column (" + row_count + ", 1)" ); row . getCells ()...

    products.aspose.com/pdf/zh-hant/java/table/add/
  9. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/working-with-onenote-n...
  10. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

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