Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 155,495 for

2

(1.83 sec)
  1. Reorder Worksheets|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.... MoveTo ( 2 ); //Save the Excel file. workbook...SetSheetOrder ( "third sheet" , 2 ); FileStream sw = File . Create...

    docs.aspose.com/cells/net/reorder-worksheets/
  2. ImageSize.vertical_resolution property | Aspose...

    ImageSize.vertical_resolution property. Gets the vertical resolution in DPI....width_points * 2 shape . height = image_size . height_points * 2 doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.list_format property | Aspose.Words f...

    Paragraph.list_format property. Provides access to the list formatting properties of the paragraph....writeln ( 'Numbered list item 2' ) builder . writeln ( 'Numbered...writeln ( 'Bulleted list item 2' ) builder . writeln ( 'Bulleted...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....createPolygon ( new int [] { 0 , 1 , 2 , 3 }); // Right side (X+) mesh...createPolygon ( new int [] { 1 , 5 , 6 , 2 }); // Back face (Z-) mesh . createPolygon...

    docs.aspose.com/3d/java/create-3d-mesh-and-scene/
  5. 在 PHP 中为演示文稿图表添加趋势线|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 快速在 PowerPoint 图表中添加和自定义趋势线——一个帮助您吸引观众的实用指南。... 为图表系列 2 添加对数趋势线。 为图表系列 2 添加移动平均趋势线。 为图表系列 3 添加多项式趋势线。...awt.Color" ) -> RED ); # 为图表系列 2 添加对数趋势线 $tredLineLog = $chart...

    docs.aspose.com/slides/zh/php-java/trend-line/
  6. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the page is appended, the aspect …...codewarior April 13, 2015, 9:36am 2 Hi Joe, I have tested the scenario... jheltibrand April 13, 2015, 2:38pm 3 Nayyer, I don’t know that...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  7. Aspose.Cells - Failure to recognize complex for...

    Hi, We have an engine where we simply want to get the values for custom formulas, but the formula isn’t recognized as a custom function. Formula that works: =IF(AND(B$1=“STUFF”, TESTCUSTOM(FinalAmount)>0), TESTCUSTO…...TESTCUSTOM(FinalAmount), IF(AND(B$2=“STUFF2”, TESTCUSTOM(Amount)=0)...TESTCUSTOM(Amount)=0), TESTCUSTOM(Amount), IF(B$2=“STUFF2”, TESTCUSTOM(Amount),...

    forum.aspose.com/t/aspose-cells-failure-to-reco...
  8. Other managing TeX options | .NET

    Conversion functionality of Aspose.TeX API solution for .NET lets set the initial interaction mode in which the engine starts. Here are some code examples....How to set the interaction mode 2 3 // Create conversion options...1 // How to set the job name 2 3 // Create conversion options...

    docs.aspose.com/tex/net/other-options/
  9. 获取嵌入图像的分辨率和尺寸使用C++|Aspose.PDF for C++

    本节展示如何获取嵌入图像的分辨率和尺寸的详细信息...get_Elements () -> idx_get ( 0 ), 2 ) + Math :: Pow ( lastCTM -> get_Elements...get_Elements () -> idx_get ( 1 ), 2 )); double scaledHeight = Math...

    docs.aspose.com/pdf/zh/cpp/get-resolution-and-d...
  10. Moving Tasks | Aspose.Tasks Documentation

    This page discusses how to move tasks using Aspose.Tasks for C++. The content includes best practices and examples.... 2 System ::String dataDir = Run...path to the documents directory. 2 System ::String dataDir = Run...

    docs.aspose.com/tasks/cpp/moving-tasks/