Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 213,069 for

new

(0.09 sec)
  1. Resizing|Documentation

    How to resize an image to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Scale the image...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/resize/
  2. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert WORD To HTML C#

    Convert a Word document to HTML format in C# code. Save a Word document as HTML using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  4. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...the document Document doc = new Document("path/to/your/document...LayoutEnumerator layoutEnumerator = new LayoutEnumerator(doc); // Move...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  5. Copy Worksheets between Workbooks|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....//Create a new Workbook. Workbook excelWorkbook0 = new Workbook...Workbook. Workbook excelWorkbook1 = new Workbook (); //Get the first...

    docs.aspose.com/cells/net/copy-worksheets-betwe...
  6. 使用 Java 操作 PDF 中的注释 | Aspose.PDF

    Java原始程式碼,用於在Java和PHP上操作PDF檔中的註釋,德爾福。...toString (); Document pdfDocument = new Document ( inputFile ); DefaultAppearance...DefaultAppearance appearance = new DefaultAppearance (); appearance...

    products.aspose.com/pdf/zh-hant/java/annotation/
  7. Convert JPG To TIFF C#

    Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.tiff" , new ImageSaveOptions(SaveFormat.Tiff));...

    products.aspose.com/words/net/conversion/jpg-to...
  8. Insert Table of Contents in Document|Aspose.Wor...

    Insert table off contents (TOC) into a document easily and fast instead of using docx4j....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// ========== Document doc1 = new Document (); // Create a document...

    docs.aspose.com/words/java/insert-table-of-cont...
  9. How to Add Headers & Footers to Presentations i...

    Learn how to add headers and footers in PowerPoint PPT, PPTX and ODP presentations in .NET using both legacy and modern Aspose.Slides APIs....NET Contents [ Hide ] A new Aspose.Slides for .NET API has...describing how to migrate to new merged API. Legacy Aspose.Slides...

    docs.aspose.com/slides/net/how-to-add-header-fo...
  10. ChartAxis.MajorUnitScale | Aspose.Words for .NET

    Discover the ChartAxis MajorUnitScale property to easily customize major tick marks on your time category axis for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Minimum = new AxisBound (- 10 ); axis . Scaling . Maximum = new AxisBound...

    reference.aspose.com/words/net/aspose.words.dra...