Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 214,328 for

new

(0.22 sec)
  1. Aspose.PSD for Java 24.3 - Release Notes|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....{ PsdOptions psdOptions16 = new PsdOptions (); psdOptions16 ...) { // is ok } else { throw new Exception ( "Wrong global resource...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  2. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = New Document(); DocumentBuilder Builder = n…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04222...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  3. Add Threaded Comments in Excel using Java

    Follow this article to add threaded comments in Excel using Java. It includes IDE setup details, a step‑by‑step list, and sample code to insert comments in Excel using only a few API calls....author for a comment, and a new threaded comment in the Excel...from the workbook and add a new author to it Get the collection...

    kb.aspose.com/cells/java/add-threaded-comments-...
  4. IStructuredDocumentTag.LockContents | Aspose.Wo...

    Discover how the IStructuredDocumentTag LockContents property enhances document security by preventing content edits. Ensure your SDT remains intact!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  5. StructuredDocumentTag.LockContentControl | Aspo...

    Discover how the StructuredDocumentTag LockContentControl property enhances document security by preventing users from deleting essential content. Learn more!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  6. SaveOptions.UpdateLastPrintedProperty | Aspose....

    Optimize document management with SaveOptions UpdateLastPrintedProperty. Control LastPrinted updates for efficient saving and enhanced workflow....Document doc = new Document (); DateTime lastPrinted = new DateTime...DocSaveOptions saveOptions = new DocSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. JsonSimpleValueParseMode Enum | Aspose.Words fo...

    Discover the Aspose.Words.Reporting.JsonSimpleValueParseMode enum for efficient JSON parsing. Easily handle nulls, booleans, numbers, and strings seamlessly!... Document doc = new Document ( MyDir + "Reporting...options = new JsonDataLoadOptions { ExactDateTimeParseFo = new List...

    reference.aspose.com/words/net/aspose.words.rep...
  8. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTO field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldLinkedObjectsAs() { return new Object[][] { {InsertLinkedObjectAs...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert PPT and PPTX to PDF in JavaScript [Adva...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs using Aspose.Slides for Node.js, with fast code examples and advanced conversion options.... let presentation = new aspose . slides . Presentation...PdfOptions class. let pdfOptions = new aspose . slides . PdfOptions...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  10. Throw Exception when Update Text of TextFragmen...

    Env Windows 11 with .NET Framework 4.7 Aspose.PDF for .NET 25.3 Code var doc = New Aspose.Pdf.Document(@"C:\Users\hello\Desktop\test\1.pdf"); var textFragmentAbsorber = New TextFragmentAbsorber("微信公众号", New TextSearc…...3 Code var doc = new Aspose.Pdf.Document(@"C:\Use...textFragmentAbsorber = new TextFragmentAbsorber("微信公众号", new TextSearchOptions(true));...

    forum.aspose.com/t/throw-exception-when-update-...