Sort Score
Result 10 results
Languages All
Labels All
Results 5,731 - 5,740 of 144,593 for

new

(0.1 sec)
  1. ColorMode enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.ColorMode enumeration. Specifies how colors are rendered.... let doc = new aw . Document ( base . myDir...color. let pdfSaveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImageSavingArgs.ImageStream | Aspose.Words for ...

    Discover the ImageStream property in ImageSavingArgs to easily specify where to save your images, enhancing your workflow and efficiency....ImageSavingCallback () { Document doc = new Document ( MyDir + "Rendering...process. HtmlSaveOptions options = new HtmlSaveOptions (); options ...

    reference.aspose.com/words/net/aspose.words.sav...
  3. DigitalSignature.CertificateHolder | Aspose.Wor...

    Discover the DigitalSignature CertificateHolder property, which retrieves the certificate holder object for enhanced document signing security and verification.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  4. CommentDisplayMode | Aspose.Words for Java

    Specifies the rendering mode for document comments in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...comment = new Comment(doc, "John Doe", "J.D.", new Date()); comment...

    reference.aspose.com/words/java/com.aspose.word...
  5. 查找特定单词的出现次数|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....//Instantiate a new Workbook. Workbook workbook = new Workbook ();...Object FindOptions findOptions = new FindOptions (); //Create a Cells...

    docs.aspose.com/cells/zh/net/find-specific-word...
  6. IRevisionCriteria Interface | Aspose.Words for ...

    Control document revisions effortlessly with Aspose.Words.IRevisionCriteria. Customize acceptance and rejection of changes for precise document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... doc . Revisions . Accept ( new RevisionCriteria ( "John Doe"...

    reference.aspose.com/words/net/aspose.words/ire...
  7. Dml3DEffectsRenderingMode | Aspose.Words for Java

    Specifies how 3D shape effects are rendered in Java.... Document doc = new Document(getMyDir() + "DrawingML...RenderCallback warningCallback = new RenderCallback(); doc.setWar...

    reference.aspose.com/words/java/com.aspose.word...
  8. Merge XPS files using .NET | Aspose.PDF

    Merge XPS files programmatically with C# sample code using Aspose.PDF for .NET...options = new (); Aspose . Pdf . Document pdfDocument1 = new ( inputFile1...Pdf . Document pdfDocument2 = new ( inputFile2 , options ); pdfDocument1...

    products.aspose.com/pdf/net/merger/xps/
  9. HtmlFixedSaveOptions.optimizeOutput property | ...

    HtmlFixedSaveOptions.optimizeOutput property. Flag indicates whether it is required to optimize output... let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let saveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TaskPane.DockState | Aspose.Words for .NET

    Discover the TaskPane DockState property to easily manage your task pane's last docked position for enhanced workflow and efficiency.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

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