Sort Score
Result 10 results
Languages All
Labels All
Results 8,271 - 8,280 of 198,840 for

new

(0.08 sec)
  1. Document.OriginalLoadFormat | Aspose.Words for ...

    Discover the OriginalLoadFormat property to easily access the format of the original document loaded into your object, enhancing document management....; } Remarks If you created a new blank document, returns the Doc...load operation. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  2. MarkdownListExportMode Enum | Aspose.Words for ...

    Discover how Aspose.Words' MarkdownListExportMode enum enhances list export to Markdown, ensuring precise formatting and seamless integration for your documents.... Document doc = new Document ( MyDir + "List item...MarkdownSaveOptions options = new MarkdownSaveOptions { ListExportMode...

    reference.aspose.com/words/net/aspose.words.sav...
  3. TextBox.NoTextRotation | Aspose.Words for .NET

    Control text rotation in your TextBox with the NoTextRotation property. Ensure clear, readable text even when shapes are rotated. Enhance your design!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. MeasurementUnits Enum | Aspose.Words for .NET

    Discover Aspose.Words.MeasurementUnits enum for precise unit selection in document processing. Enhance your workflow with accurate measurement options!... Document doc = new Document ( MyDir + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions { MeasureUnit...

    reference.aspose.com/words/net/aspose.words/mea...
  5. Add PDF Form Fields|Aspose.PDF for Java

    This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....use addField method to add a new field in the PDF, Also, you can...AddField () { FormEditor editor = new FormEditor (); editor . bindPdf...

    docs.aspose.com/pdf/java/add-form-fields/
  6. Remove Slide from Presentation|Aspose.Slides fo...

    Remove slide from PowerPoint by reference or index in JavaScript...presentation file var pres = new aspose . slides . Presentation...presentation file var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/remove-slide...
  7. Watermark.SetText | Aspose.Words for .NET

    Enhance your documents with our Watermark SetText method. Easily add customizable text watermarks for a professional touch!... Document doc = new Document (); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions (); textWatermarkOptions...

    reference.aspose.com/words/net/aspose.words/wat...
  8. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup objects that represent revision groups in the document in Java.... Document doc = new Document(getMyDir() + "Revisions...in a document. Document doc = new Document(getMyDir() + "Revisions...

    reference.aspose.com/words/java/com.aspose.word...
  9. WarningInfo.Source | Aspose.Words for .NET

    Discover the WarningInfo Source property that reveals the origin of warnings, enhancing your application's reliability and user experience.... Document doc = new Document ( MyDir + "Emphases...WarningInfoCollectio warnings = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...
  10. Convert SVG to PNG in PHP | products.aspose.com

    Convert SVG to PNG in PHP. Use PowerPoint PHP API to convert SVG files to PNG...php" ); $pres = new Presentation (); try { $slide...($filename)); fclose ($f); } $svgImage = new SvgImage ($contents); $image...

    products.aspose.com/slides/php-java/conversion/...