Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 212,937 for

new

(0.1 sec)
  1. Font Settings with JavaScript via C++|Documenta...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/javascript-cpp/cells-font...
  2. Output Blank Page when there is Nothing to Prin...

    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....open it; otherwise create a new blank workbook let workbook ;...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/output-bla...
  3. AxisBound.valueAsDate property | Aspose.Words f...

    AxisBound.valueAsDate property. Returns value of axis bound represented as datetime....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...axisX . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MergeFieldImageDimensionUnit | Aspose.Words for...

    Specifies an unit of an image dimension i.e in Java....throws Exception { Document doc = new Document(); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder(doc); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  5. Annotation PDF API | Aspose.PDF

    Removing comments from PDF documents with free cross-platform Apps and High Code APIs for any platform....PDF, you can add a new annotation, edit an existing...underline it or add completely new text. Add Caret Annotations to...

    products.aspose.com/pdf/annotation/
  6. Aspose.PSD for .NET 23.7 - 发布说明|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....Timeline ; Frame [] frames = new Frame [ framesCount ]; for (...[ i ] = new Frame (); LayerState [] layerStates = new LayerState...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. JsonDataLoadOptions | Aspose.Words for .NET

    Discover the JsonDataLoadOptions constructor, effortlessly initialize your data loading with customizable default settings for optimal performance....JsonDataLoadOptions constructor Initializes a new instance of this class with default...source (string). Document doc = new Document ( MyDir + "Reporting...

    reference.aspose.com/words/net/aspose.words.rep...
  8. IDocumentSavingCallback.notify method | Aspose....

    IDocumentSavingCallback.notify method. This is called to notify of document saving progress....saveFormat , ext ) => { let doc = new aw . Document ( base . myDir...Mhtml, Epub. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Copy Sheet Within Workbook|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....selected sheets to a new workbook, click New book . In the Before...//Create a new Workbook by Excel file path Workbook wb = new Workbook...

    docs.aspose.com/cells/java/copy-sheet-within-wo...
  10. Green Box when using Mender to add Image - Free...

    I am using the following code to pass in an image in the form of byte[] and add it to the end of a PDF. Adding the image works when I do not use compression methods. If I use this code I get a green box on the page the…...results = new ResultsReturn(); try { Stream ms = new MemoryStream();...(Stream s = new MemoryStream(data)) { Document document = new Document(outputFile);...

    forum.aspose.com/t/green-box-when-using-mender-...