Sort Score
Result 10 results
Languages All
Labels All
Results 9,821 - 9,830 of 213,245 for

new

(0.12 sec)
  1. Get Warnings While Loading an Excel File with N...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for Node.js via C++. Handle corrupt but loadable workbooks effectively....loading workbook const options = new AsposeCells . LoadOptions ();...options . setWarningCallback ( new WarningCallback ()); // Load...

    docs.aspose.com/cells/nodejs-cpp/get-warnings-w...
  2. 如何使用 Java 获取 Highlight 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Highlight 注释的 Java 示例代码。...PDF file Document document = new Document ( _dataDir + "sample_mod...annotationSelector1 = new AnnotationSelector ( new HighlightAnnotation...

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. 如何用 Java 添加 Caret 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Caret 个注释。...PDF file Document document = new Document ( _dataDir + "sample...CaretAnnotation caretAnnotation1 = new CaretAnnotation ( document ....

    products.aspose.com/pdf/zh-hans/java/annotation...
  4. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...startTrackRevisions("John Doe", new Date()); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  5. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF for Java: Document doc = new Document("/path/to/borders.pdf");...PdfConvertOptions options = new PdfConvertOptions(); // Force...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  6. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your document. Add a table in C++....this automatically starts a new row Optionally, use the CellFormat...After calling InsertCell , a new cell is created, and any content...

    docs.aspose.com/words/cpp/create-a-table/
  7. CleanupOptions.unusedStyles property | Aspose.W...

    CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from document... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++....external links const wb = new Workbook ( new Uint8Array ( arrayBuffer...btsData = new Uint8Array ([ 1 , 2 , 3 ]); const btsSchema = new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  9. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Python via .NET API....Introduction Whether creating a new worksheet from scratch or working...the index of the row where the new row will be inserted. How to...

    docs.aspose.com/cells/python-net/inserting-and-...
  10. Fill.BackColor | Aspose.Words for .NET

    Customize your fill's background color effortlessly with the BackColor property. Easily set or get a Color object for a vibrant design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...