Sort Score
Result 10 results
Languages All
Labels All
Results 5,041 - 5,050 of 164,094 for

new

(0.06 sec)
  1. Aspose.PSD for .NET 24.3 - Release Notes|Docume...

    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....sourceFile )) { var psdOptions16 = new PsdOptions () { ChannelBitsCount...) { // is ok } else { throw new Exception ( "Wrong global resource...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-3...
  2. AxisTickLabels.Position | Aspose.Words for .NET

    Discover the AxisTickLabels Position property to easily customize tick label placement on your axis for enhanced data visualization and clarity....supported by MS Office 2016 new charts. Examples Shows how to...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartAxis.TickMarkSpacing | Aspose.Words for .NET

    Discover the ChartAxis TickMarkSpacing property to customize tick mark intervals, enhancing your chart's readability and visual appeal....supported by MS Office 2016 new charts. Valid range of a value...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ImageSaveOptions.TiffBinarizationMethod | Aspos...

    Discover the TiffBinarizationMethod property for ImageSaveOptions. Easily convert images to 1 bpp format with Ccitt3 or Ccitt4 compression....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PdfTextCompression enumeration | Aspose.Words f...

    Aspose.Words.Saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images....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...
  6. PlainTextDocument class | Aspose.Words for Node.js

    Aspose.Words.PlainTextDocument class. Allows to extract plain-text representation of the document's content...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...load.docx" ); let plaintext = new aw . PlainTextDocument ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldBuilder | Aspose.Words for .NET

    Discover FieldBuilder, the powerful tool for effortlessly creating and managing fields in your projects. Streamline your workflow today!... Document doc = new Document (); // A convenient...builder. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. ChartXValue.fromString method | Aspose.Words fo...

    ChartXValue.fromString method. Creates a [ChartXValue](../) instance of the [ChartXValueType.String](../../chartxvaluetype/#String) type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...department2Series . remove ( 0 ); // Add new values to the both series. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. MD to PDF Merge using Java | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add MD file to new PDF...

    products.aspose.com/pdf/java/merger/md-to-pdf/
  10. 向现有 PDF 添加目录在 PHP 中|Aspose.PDF for Java

    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.... $doc = new Document ( $dataDir . "input1...创建对象以表示目录信息 $toc_info = new TocInfo (); $title = new TextFragment ( "目录"...

    docs.aspose.com/pdf/zh/java/add-toc-to-existing...