Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 222,964 for

new

(0.08 sec)
  1. Manage Workbooks with Go via C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... Creating a New Workbook To create a new workbook: Create...Adding a Worksheet To add a new worksheet: Access the WorksheetCollection...

    docs.aspose.com/cells/go-cpp/managing-workbooks...
  2. Changing Plane Orientation|Documentation

    Aspose.3D for .NET allows changing orientation of a scene. In order to change the orientation, Up vector property is introduced in Plane Class....Initialize scene object Scene scene = new Scene (); // Set Vector scene...CreateChildNode ( new Plane () { Up = new Vector3 ( 1 , 1 , 3...

    docs.aspose.com/3d/net/changing-plane-orientation/
  3. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....throws Exception { Document doc = new Document(); // Insert a WordArt...appendWordArt(doc, "Kerning: VAV", "Times New Roman", 90.0, 24.0, Color.ORANGE...

    reference.aspose.com/words/java/com.aspose.word...
  4. Compress JPG In Javascript

    Compress JPG in JavaScript without losing quality. Optimize JPG content, reduce file size easily....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)..."Input.jpg" ) var saveOptions = new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/compress/jpg/
  5. Color inversion|Documentation

    How to swap colors in an image to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Invert colors...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/invert/
  6. Open Presentations in .NET|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for .NET—fast, reliable, fully featured....it, edit slide content, add new slides, remove existing ones...Presentation presentation = new Presentation ( "Sample.pptx"...

    docs.aspose.com/slides/net/open-presentation/
  7. CsvDataLoadOptions.Delimiter | Aspose.Words for...

    Discover the CsvDataLoadOptions Delimiter property to easily customize column delimiters for efficient data loading. Optimize your data management today!... Document doc = new Document ( MyDir + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions ( true );...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Description Run(doc) Initializes a new instance of the Run class. Run(doc...Run(doc, text) Initializes a new instance of the Run class. Properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...DocumentId); throw new ModelValidationExcep(ErrorConstants...Aspose.Words.Document doc = new Aspose.Words.Document(documentStream);...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  10. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java.... Document doc = new Document(getMyDir() + "Structured...around content. Document doc = new Document(getMyDir() + "Multi-section...

    reference.aspose.com/words/java/com.aspose.word...