Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 17,645 for

area

(0.11 sec)
  1. 用 C++ 在图表中添加 WordArt 水印|Documentation

    学习如何使用 Aspose.Cells for C++ 向 Microsoft Excel 图表添加 WordArt 水印。我们的指南将演示如何创建和定位 WordArt 水印,以提升图表的视觉吸引力和独特性。...(shape) to the chart's plot area. Shape wordart = chart . GetShapes...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  2. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....0 , 0 , 0 ); // Add the cell area to the format condition collection...2 , 1 , 2 , 1 ); // Add the area to the conditional formatting...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  3. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...if shape overflows the usable area bool isTruncated = (rect.X +...if shape overflows the usable area bool isTruncated = (rect.X +...

    forum.aspose.com/t/getting-exception-floating-s...
  4. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style....Shows how to work with certain area styles of a table. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top left cell style....Shows how to work with certain area styles of a table. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AsposeCells AutoFitColumns related issues in pr...

    Hi, We are facing multiple issues in production after upgrading Aspose.Cells to v24.12 from 20.2. We found that the common culprit across most of the issues is ‘AutoFitColumns’. If you refer the screenshot attached he…...users are setting the ‘Print_Area’ for the chart on the right...data appears in the printing area after adjusting the column width...

    forum.aspose.com/t/asposecells-autofitcolumns-r...
  7. Add Header and Footer to PDF|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add headers and footers to your PDF file using TextStamp class....adjusts the text in the header area of your PDF. You also need to...adjusts the text in the footer area of your PDF. You also need to...

    docs.aspose.com/pdf/cpp/add-headers-and-footers...
  8. Remove Background from Vector Images in Python|...

    Aspose.Imaging graphic library for Python supports background removal from vector images....flexibility to choose a specific area of the image for background...

    docs.aspose.com/imaging/python-net/removing-bac...
  9. Specifying Sort Warning While Sorting Data with...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for C++ API.... Get ( 0 ); // Create cell area CellArea ca = CellArea :: CreateCellArea...

    docs.aspose.com/cells/cpp/specifying-sort-warni...
  10. ShapeLineStyle | Aspose.Words for Java

    Specifies the compound line style of a Shape in Java....The fill, which applies to the area within the outline of the shape:...

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