Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 222,895 for

new

(0.29 sec)
  1. Convert Farsi document with embeded objects and...

    When converting a Farsi document with Farsi numbering to pdf, the resulting pdf’s numbering is shows with European numbers, so I added the saveOptions to convert the numbers to Arabic format like so: var saveOptions = n…...format like so: var saveOptions = new PdfSaveOptions(); saveOptions...convert document to pdf: var s = new Aspose.Words.Document(@"documentFile...

    forum.aspose.com/t/convert-farsi-document-with-...
  2. Working with Fonts in Apache POI and Aspose.Cel...

    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....//Setting the font name to "Courier New" Style style = cell . getStyle...(); font . setName ( "Courier New" ); font . setSize ( 24 ); font...

    docs.aspose.com/cells/java/working-with-fonts-i...
  3. ColorPrintMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Rendering.ColorPrintMode enum for optimized color printing. Control how non-colored pages are printed for enhanced document quality.... Document doc = new Document ( MyDir + "Rendering...PrintPreviewDialog previewDlg = new PrintPreviewDialog (); // Call...

    reference.aspose.com/words/net/aspose.words.ren...
  4. 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/
  5. Workbook Related Settings for GridJs|Documentation

    This article describes the workbook settings for GridJs....gw = new GridJsWorkbook (); GridWorkbookSettings gws = new GridWorkbookSettings...gw = new GridJsWorkbook (); GridWorkbookSettings gws = new GridWorkbookSettings...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  6. 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...
  7. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. IPageLayoutCallback.Notify | Aspose.Words for .NET

    Discover the iPageLayoutCallback Notify method to enhance layout building and rendering efficiency. Optimize your app's performance today!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Granularity | Aspose.Words for Java

    Specifies the granularity of changes to track when comparing two documents in Java....docA = new Document(); DocumentBuilder builderA = new DocumentBuilder(docA);...docB = new Document(); DocumentBuilder builderB = new DocumentBuilder(docB);...

    reference.aspose.com/words/java/com.aspose.word...
  10. CsvDataLoadOptions.HasHeaders | Aspose.Words fo...

    Discover CsvDataLoadOptions' HasHeaders property to easily manage CSV imports by specifying if the first record includes column names for seamless data integration.... Document doc = new Document ( MyDir + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions ( true );...

    reference.aspose.com/words/net/aspose.words.rep...