Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 197,060 for

new

(0.11 sec)
  1. Შეკუმშოს 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/ka/net/compress/tiff/
  2. Field | Aspose.Words for Java

    Represents a Microsoft Word document field in Java.... To create a new field use the DocumentBuilder...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...Replace(lookupString, “”, new FindReplaceOptions(new ReplaceWithHtmlEvalu(lookupString...further removing. ArrayList runs = new ArrayList(); // Find all runs...

    forum.aspose.com/t/unable-to-replace-block-cont...
  4. Extract the content of Bookmark - Free Support ...

    Hello Team, I want to extract the content between Bookmark start and end and Bookmark is in header and footer. It can contain image anything not only text give me some code for the same...the document Document doc = new Document(filePath); // Get the...List<Node> extractedNodes = new List<Node>(); // Extract content...

    forum.aspose.com/t/extract-the-content-of-bookm...
  5. How to Implement Resource Prefix for Nested Res...

    Learn how to add resource prefixes in nested resources using Aspose.Tasks for Java....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/how-to-implement-res...
  6. Managing Contacts in PST Files|Documentation

    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....three Contacts var contact1 = new MapiContact ( "Sebastian Wright"..."SebastianWright@dayrep.com" ); var contact2 = new MapiContact ( "Wichert Kroos"...

    docs.aspose.com/email/net/managing-contacts-in-...
  7. FontFallbackSettings.Save | Aspose.Words for .NET

    Effortlessly save your FontFallbackSettings with our intuitive Save method. Preserve your custom fallback settings for seamless font management.... Document doc = new Document ( MyDir + "Rendering...FileStream fontFallbackStream = new FileStream ( MyDir + "Font fallback...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  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. 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...