Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 83,830 for

new

(0.24 sec)
  1. VbaReference | Aspose.Words for Java

    Implements a reference to an Automation type library or VBA project in Java....dll"; Document doc = new Document(getMyDir() + "VBA project...getLibId()); default: throw new IllegalArgumentExcep(); } } ///...

    reference.aspose.com/words/java/com.aspose.word...
  2. ImageSaveOptions.tiffBinarizationMethod propert...

    ImageSaveOptions.tiffBinarizationMethod property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.saveFormat](../saveFormat/) is [SaveFormat.Tiff](../../../aspose.words/saveformat/#Tiff) and [ImageSaveOptions.tiffCompression](../tiffCompression/) is equal to [TiffCompression.Ccitt3](../../tiffcompression/#Ccitt3) or [TiffCompression.Ccitt4](../../tiffcompression/#Ccitt4)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...darker images. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CommentDisplayMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.CommentDisplayMode enum for optimized document comment rendering. Enhance your document's clarity and presentation today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Create Slide as SVG Image|Aspose.Slides Documen...

    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....file using (Presentation pres = new Presentation("Slides Test Presentation...object MemoryStream SvgStream = new MemoryStream(); //Generate SVG...

    docs.aspose.com/slides/net/create-slide-as-svg-...
  5. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FindReplaceOptions.IgnoreFields | Aspose.Words ...

    Discover the FindReplaceOptions IgnoreFields property to easily manage text within fields. Control when to ignore content for efficient searching!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.rep...
  7. FieldHyperlink.SubAddress | Aspose.Words for .NET

    Discover the FieldHyperlink SubAddress property to easily set or retrieve specific file locations or bookmarks for seamless hyperlink navigation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...field . SubAddress + " in a new window" ; builder . Writeln ();...

    reference.aspose.com/words/net/aspose.words.fie...
  8. HtmlLoadOptions.IgnoreNoscriptElements | Aspose...

    Discover how the HtmlLoadOptions IgnoreNoscriptElements property enhances your HTML parsing by controlling noscript elements. Improve your web performance today!...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions (); htmlLoadOptions...ignoreNoscriptElemen ; Document doc = new Document ( new MemoryStream ( Encoding...

    reference.aspose.com/words/net/aspose.words.loa...
  9. FieldAddressBlock.IncludeCountryOrRegionName | ...

    Discover the FieldAddressBlock IncludeCountryOrRegionName property to easily manage country/region name inclusion for enhanced address formatting....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...like this. field . LanguageId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Comment.RemoveReply | Aspose.Words for .NET

    Effortlessly remove unwanted replies with the Comment RemoveReply method, ensuring your discussions stay clear and relevant. Enhance your comment management today!...Document doc = new Document (); Comment comment = new Comment ( doc... "J.B." , DateTime . Now , "New reply" ); comment . AddReply...

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