Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 214,445 for

new

(0.2 sec)
  1. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。... Java Workbook workbook = new Workbook ( "workbook.xls" );...Java InputStream inStream = new FileInputStream ( "workbook.xls"...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  2. StructuredDocumentTag.fullDate property | Aspos...

    StructuredDocumentTag.fullDate property. Specifies the full date and time last entered into this SDT.... let doc = new aw . Document (); // Insert a...will display. let sdtDate = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StructuredDocumentTag.isTemporary property | As...

    StructuredDocumentTag.isTemporary property. Specifies whether this SDT shall be removed from the WordProcessingML document when its contents are modified.... let doc = new aw . Document (); // Insert a...may enter text into. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. NullPointerException Occurs When Opening and Sa...

    Hello, I have an issue opening and saving a presentation, both with 25.3 and 25.4 versions of the SLides library, it throws java.lang.NullPointerException: Cannot invoke "com.aspose.slides.internal.kn.nr.ew()" because…...getLoadFormat(new File(getClass() .getClassLoader()...FilePath)) { presentation = new com.aspose.slides.Presentation(testStream);...

    forum.aspose.com/t/nullpointerexception-occurs-...
  5. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...FindReplaceOptions options = new FindReplaceOptions(new ProductChangeTab...replace("reportTable>", "", new FindReplaceOptions()); Of course...

    forum.aspose.com/t/placeholder-not-replaced-com...
  6. Table shading in pptx export differs from pdf -...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Table shading in pptx export differs from pdf. Please find the pdf input attached. Also, below is the code snippet to…...throws Exception { var pdfBytes = new ClassPathResource("table_shading...readAllBytes(); try (Document srcDoc = new Document(pdfBytes)) { ByteArrayOutputStrea...

    forum.aspose.com/t/table-shading-in-pptx-export...
  7. How to get Highlight Annotation using Java | As...

    Get Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( _dataDir + "sample_mod...

    products.aspose.com/pdf/java/annotation/highlig...
  8. How to add Redaction Annotation using C++ | Asp...

    Add Redaction annotations programmatically in PDF with C++ sample code 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/redactio...
  9. How to remove Highlight Annotation using Java |...

    Remove Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...DeleteTextMarkupAnno () { Document document = new Document ( _dataDir + "sample_mod...

    products.aspose.com/pdf/java/annotation/highlig...
  10. SaveOptions.DmlRenderingMode | Aspose.Words for...

    Discover how the SaveOptions DmlRenderingMode property enhances your DrawingML shape rendering. Optimize your document visuals effortlessly!... Document doc = new Document ( MyDir + "DrawingML...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...