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

new

(0.43 sec)
  1. AiModel.CheckGrammar | Aspose.Words for .NET

    AI-powered grammar checker API for documents. Automatically detect and fix grammar errors in Word files using advanced language models.... Return Value A new Document with checked grammar...of a document. Document doc = new Document ( MyDir + "Big document...

    reference.aspose.com/words/net/aspose.words.ai/...
  2. FindReplaceOptions.matchCase property | Aspose....

    FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentProperty.LinkSource | Aspose.Words for ...

    Discover the LinkSource property for DocumentProperty, effortlessly access the source of your linked custom document properties for enhanced document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "MyBookmark" ); // Link a new custom property to a bookmark...

    reference.aspose.com/words/net/aspose.words.pro...
  4. Შეკუმშოს JPG C#

    შეკუმშოს JPG C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.jpg" ); var saveOptions = new ImageSaveOptions(SaveFormat.Jpeg)...

    products.aspose.com/words/ka/net/compress/jpg/
  5. Removing Worksheets Using Sheet Index in PHP|Do...

    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....Cells Helper Object $ptr = new \COM ( 'Aspose.Cells.Interop...file path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/removing-worksheets-u...
  6. Սեղմել TIFF Ը C# Ում

    Սեղմեք TIFF ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք TIFF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.tiff" ); var saveOptions = new ImageSaveOptions(SaveFormat.Tiff)...

    products.aspose.com/words/hy/net/compress/tiff/
  7. 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...
  8. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...footnoteType) Initializes a new instance of this class. Methods...

    reference.aspose.com/words/java/com.aspose.word...
  9. ChartDataPoint | Aspose.Words for Java

    Allows to specify formatting of a single data point on the chart 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...
  10. Make Markdown Using Java

    Make a New Markdown in Java in a few steps. Easily create Markdown using Java library....the following example: Make a new MD using Java Copy Examples Output...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/md/