Sort Score
Result 10 results
Languages All
Labels All
Results 8,431 - 8,440 of 216,876 for

new

(0.64 sec)
  1. ParagraphFormat.SuppressLineNumbers | Aspose.Wo...

    Discover how the ParagraphFormat SuppressLineNumbers property lets you customize line numbering for paragraphs, enhancing document clarity and organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/par...
  2. Protect and Unprotect Workbook Structure with J...

    Protect and unprotect workbook structure of Excel files using JavaScript via C++....{ // Create a new workbook const workbook = new Workbook (); //...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/protect-an...
  3. How to Set the Percent Format as "0.0%" for a P...

    Sharing a expected file here. Need help to set the given format for datalabels in pie chart. testPieChartAspose.zip (48.0 KB)...Presentation presentation = new Presentation(); // Get reference...getChartDataWorkbook(); // Add a new series IChartSeries series =...

    forum.aspose.com/t/how-to-set-the-percent-forma...
  4. 使用 C# 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式从 PDF 文件中提取表格...PDF 中提取表格-C# var pdfDocument = new Aspose . Pdf . Document ( "sample...pdfDocument . Pages ) { var absorber = new Aspose . Pdf . Text . TableAbsorber...

    products.aspose.com/pdf/zh-hans/net/table/extract/
  5. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....Document doc = new Document (); // Create New Document. DocumentBuilder...DocumentBuilder builder = new DocumentBuilder ( doc ); builder ....

    docs.aspose.com/words/net/resize-image-in-word-...
  6. 用户定义尺寸渲染为 TIFF|Aspose.Slides 文档

    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....Presentation 对象 Presentation pres = new Presentation ( srcFileName );...Export . TiffOptions opts = new Aspose . Slides . Export . TiffOptions...

    docs.aspose.com/slides/zh/net/rendered-as-tiff-...
  7. ImageSaveOptions.ImageBrightness | Aspose.Words...

    Adjust the brightness of your images effortlessly with the ImageSaveOptions property. Enhance your visuals for stunning results!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ImageSaveOptions.ImageContrast | Aspose.Words f...

    Adjust the ImageContrast property in ImageSaveOptions to enhance your images' clarity and depth. Optimize your visuals effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PageVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...centered text." ); // If we start a new section using a document builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

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