Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 213,096 for

new

(0.14 sec)
  1. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java.... Document doc = new Document(getMyDir() + "Rendering...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Filter Defined Names while loading Workbook wit...

    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....the load options let opts = new LoadOptions (); // We do not...defined names opts . loadFilter = new LoadFilter ( ~ LoadDataFilterOption...

    docs.aspose.com/cells/javascript-cpp/filter-def...
  3. Generate Thumbnail of the Worksheet with JavaSc...

    Learn how to generate a thumbnail image from a worksheet using Aspose.Cells for JavaScript via C++. Create small images for previews in documents and presentations....uploaded file const book = new Workbook ( new Uint8Array ( arrayBuffer...ImageOrPrintOptions const imgOptions = new ImageOrPrintOptions (); // Specify...

    docs.aspose.com/cells/javascript-cpp/generate-t...
  4. Render One PDF Page Per Excel Worksheet - Excel...

    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....arrayBuffer (); // Initialize a new Workbook by opening the selected...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/render-one...
  5. How to add/insert TextBox to Worksheet with Jav...

    How to add/insert Text Box to Worksheet in Aspose.Cells for JavaScript via C++....open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-text-b...
  6. CompareOptions.IgnoreComments | Aspose.Words fo...

    Discover how the CompareOptions IgnoreComments property enhances your comparison by excluding comment differences for clearer results....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Comment: Comment newComment = new Comment ( docOriginal , "John...

    reference.aspose.com/words/net/aspose.words.com...
  7. CompareOptions.IgnoreFields | Aspose.Words for ...

    Discover how the CompareOptions IgnoreFields property enhances efficiency by controlling field difference comparisons for optimized results....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Comment: Comment newComment = new Comment ( docOriginal , "John...

    reference.aspose.com/words/net/aspose.words.com...
  8. CompareOptions.IgnoreCaseChanges | Aspose.Words...

    Discover how the CompareOptions IgnoreCaseChanges property enhances document comparison by enabling case-insensitive analysis for accurate results....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Comment: Comment newComment = new Comment ( docOriginal , "John...

    reference.aspose.com/words/net/aspose.words.com...
  9. CompareOptions.IgnoreFootnotes | Aspose.Words f...

    Discover how the IgnoreFootnotes property in CompareOptions enhances document comparison by excluding footnotes and endnotes for clearer results....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Comment: Comment newComment = new Comment ( docOriginal , "John...

    reference.aspose.com/words/net/aspose.words.com...
  10. TaskPane.Width | Aspose.Words for .NET

    Discover the TaskPane Width property to easily customize your task pane's default width, enhancing user experience and functionality.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

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