Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 9,650 for

page count

(0.12 sec)
  1. Formatting Pivot Table with C++|Documentation

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++.... Setting Row/Column/Page Fields Format #include <iostream>...SetSubtotals ( PivotFieldSubtotalTy :: Count , true ); // Setting autosort...

    docs.aspose.com/cells/cpp/formatting-pivot-table/
  2. HtmlFixedSaveOptions.ShowPageBorder | Aspose.Wo...

    Discover the HtmlFixedSaveOptions ShowPageBorder property, control Page borders easily. Enhance your document's appearance with customizable settings....Specifies whether border around pages should be shown. Default is...Assert . That ( resourceFiles . Count ( f => f . EndsWith ( ".jpeg"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. positioned_block|Documentation

    Absolutely positioned container that allows to place any number of elements at the specific coordinates on OMR form....specific coordinates on the page. This element does not have...relative to the left edge of the page. x=1200 y Absolute position...

    docs.aspose.com/omr/net/txt-markup/positioned_b...
  4. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent Pages because when the content g…...headers and footers in subsequent pages because when the content grows...might create more pages. We have defined 2 pages in our XML file...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  5. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation.... Add the table to a page. Save the file. The following...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // add...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  6. How to Control Workbook View with Node.js via C...

    Learn how to control the Workbook View through the Aspose.Cells for Node.js via C++ API....adjust the display of Excel pages, you need to know how to control..."B1" ); cell . putValue ( "Count" ); cell = cells . get ( "C1"...

    docs.aspose.com/cells/nodejs-cpp/how-to-control...
  7. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API....adjust the display of Excel pages, you need to know how to control..."B1" ); cell . PutValue ( u "Count" ); cell = cells . Get ( u "C1"...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  8. 使用 C++ 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式处理 PDF 中的图像...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hans/cpp/images/
  9. 通过 C++ 将图像添加到 PDF | Aspose.PDF

    本页介绍使用 C++ 语言和 Aspose.PDF for C++ 库将图像添加到 PDF 文档中的功能...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hans/cpp/images/add/
  10. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section....new section starts on the same page as the previous section. NEW_COLUMN... NEW_PAGE The section starts from a new page. EVEN_PAGE The section...

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