Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 150,874 for

2

(0.14 sec)
  1. Auto-space a Collection of Shapes in the Visio ...

    This section explains how to autospace a collection of shapes in a visio page with Aspose.Diagram....DistanceInHorizontal = 2 ; options . DistanceInVertical = 2 ; // set auto...

    docs.aspose.com/diagram/net/auto-space-a-collec...
  2. Move Range of Cells in a Worksheet with C++|Doc...

    Learn how to move a range of cells in a worksheet using Aspose.Cells with C++....to the right by 2 columns range . MoveTo ( 0 , 2 ); Aspose :: Cells...

    docs.aspose.com/cells/cpp/move-range-of-cells-i...
  3. 在 xlsx4j 中计算小计|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.... StartRow = 2 ; ca . StartColumn = 1 ; ca ....EndRow = 18 ; ca . EndColumn = 2 ; //Apply subtotal, the consolidation...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  4. Aspose.Barcode size is not working as expected ...

    Hi Team, i have C# code to generate barcode after that im using mergefiled to add barcode image to word document width and lenght of barcode image is not working as expected i have added code BarcodeGenerator barcode…...IsNullOrEmpty(temp[2]) ? Convert.ToSingle(temp[2]) : 0f; barcodeGenerator...IsNullOrEmpty(temp[2]) ? Convert.ToSingle(temp[2]) : 0f; bottom =...

    forum.aspose.com/t/aspose-barcode-size-is-not-w...
  5. DocumentBuilder.IsAtEndOfStructuredDocumentTag ...

    Discover DocumentBuilder's IsAtEndOfStructuredDocumentTag property—check if your cursor is positioned at the end of a structured document tag for efficient editing!...MoveToStructuredDocu ( 1 , 1 ); // 2 - Move to the first character...NodeType . StructuredDocumentTa , 2 , true ); builder . MoveToStructuredDocu...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Cannot read Pdf table with row and column span ...

    Hi, I am using Aspose.PDF to read a file containing a table (see the attachment) and convert the result into Markdown. However, I noticed that the ColSpan and RowSpan attributes are not accurately detected. Here are my…...aspose-pdf-net Rachel_Lee April 3, 2025, 2:41am 1 Hi, I am using Aspose.PDF...及原要 保人 ( 姓名 ) Ⅴ 3611 變更契約中文資訊 2. 被保人更名 Ⅴ Ⅴ 3611 變更契約中文資訊 3.4.5...

    forum.aspose.com/t/cannot-read-pdf-table-with-r...
  7. 获取和设置页面属性|Aspose.PDF for C++

    您可以使用C++库从PDF文件中获取和设置页面属性。..."ArtBox : Height={0},Width={1},LLX={2},LLY={3},URX={4},URY={5}" , pdfPage..."->get_BleedBox() : Height={0},Width={1},LLX={2},LLY={3},URX={4},URY={5}" , pdfPage...

    docs.aspose.com/pdf/zh/cpp/get-and-set-page-pro...
  8. TxtSaveOptionsBase.paragraphBreak property | As...

    TxtSaveOptionsBase.paragraphBreak property. Specifies the string to use as a paragraph break when exporting in text formats.... writeln ( "Paragraph 2." ); builder . write ( "Paragraph...paragraph.\n\n\t" + "Paragraph 2. End of paragraph.\n\n\t" + "Paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Forms2OleControlCollection class | Aspose.Words...

    Aspose.Words.Drawing.Ole.Forms2OleControlCollection class. Represents collection of [Forms2OleControl](../forms2olecontrol/) objects... at ( 2 ). caption ). toEqual ( "Delphi"...( oleControlCollection . at ( 2 ). value ). toEqual ( "0" ); See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 Python 中为演示文稿图表添加趋势线|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 快速在 PowerPoint 和 OpenDocument 图表中添加和自定义趋势线——提供实用指南和代码示例,以提高预测准确性并吸引观众。... 为图表系列 2 添加对数趋势线。 为图表系列 2 添加移动平均趋势线。 为图表系列 3 添加多项式趋势线。...chart . chart_data . series [ 2 ] . trend_lines . add ( charts...

    docs.aspose.com/slides/zh/python-net/trend-line/