Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 213,512 for

new

(0.28 sec)
  1. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer... graphicData ; const blob = new Blob ([ graphicData ], { type...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  2. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for .NET and elevate your presentations with professional text formatting for maximum impact.... Create a new Paragraph for superscript text...of the ITextFrame . Create a new text portion object. Set the...

    docs.aspose.com/slides/net/superscript-and-subs...
  3. Aspose.Cells cannot open workbook with pivot ta...

    Hey There, We have a client that has an excel file containing a pivot table. File named ‘stack-overflow-pivot-table’ attached. When trying to create a New workbook with Aspose.Cells v25.7.0 using the following code: p…... When trying to create a new workbook with Aspose.Cells v25...ms = new FileStream(inputPath, FileMode.Open); var wb = new Workbook(ms...

    forum.aspose.com/t/aspose-cells-cannot-open-wor...
  4. Public API Changes in Aspose.Cells 8.6.2|Docume...

    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.... It includes not only new and updated public methods, added...ISmartMarkerCallBack interface to define a new class that handles the callback...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Format PowerPoint Text on Android|Aspose.Slides...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Customize fonts, colors, alignment, and more....feature: Presentation pres = new Presentation ( "Presentation...TextHighlightingOpti textHighlightingOpti = new TextHighlightingOpti (); textHighlightingOpti...

    docs.aspose.com/slides/androidjava/text-formatt...
  6. How to add Polygon Annotation using C++ | Aspos...

    Source code to add Polygon annotations in PDF file on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/polygon/...
  7. PDF form field values change color to red after...

    After combining pdf with xfdf the form fields text content changes its color to red. Please note that all fields colors are specified as Black in the source form. Form and xfdf files are attached red color.zip (219.5 KB…...buffer = new ByteArrayOutputStrea()) { sourceDocument = new Docu...(InputStream stream = new BufferedInputStream(new FileInputStream("c:\\test\\data...

    forum.aspose.com/t/pdf-form-field-values-change...
  8. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...); PdfContentEditor editor = new PdfContentEditor ( document );...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  9. Extract OLE Objects from Workbook with JavaScri...

    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....JavaScript environment and create a new project. This example will show...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/extract-ol...
  10. Text rotation in FloatingBox produces odd outpu...

    Rotating the text in a FloatingBox produces strange output. Rotation by 90 or 270 produces a single line Rotating by 180 creates a mirror image with the lines of text in reverse order. The PDF below was produced by cr…...AddTextBox(page, "Box Number One", new AnnotationDetails(180, 120, 60...AddTextBox(page, "Box Number Two", new AnnotationDetails(220, 160, 60...

    forum.aspose.com/t/text-rotation-in-floatingbox...