Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 200,018 for

new

(0.07 sec)
  1. 强制表格在新页面渲染|Aspose.PDF for Java

    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....RenderTableOnNewPage (){ Document doc = new Document (); PageInfo pageInfo...setLandscape ( true ); Table table = new Table (); table . setColumnWidths...

    docs.aspose.com/pdf/zh/java/force-table-renderi...
  2. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...lic"); var cellsLic = new Aspose.Cells.License(); cellsLic...; HtmlSaveOptions options = new() { ExportImagesAsBase64 = true...

    forum.aspose.com/t/graphic-elements-in-html-are...
  3. PDF Sticky Annotations|Aspose.PDF for PHP via Java

    Explore how to add sticky annotations to PDF files for feedback, using Aspose.PDF in PHP/Java....$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // get particular page...

    docs.aspose.com/pdf/php-java/sticky-annotations/
  4. ChartLegendEntryCollection Class | Aspose.Words...

    Explore Aspose.Words.ChartLegendEntryCollection to efficiently manage chart legend entries and enhance your document visuals with ease....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Splitter | Aspose.Words for Java

    Provides methods intended to split the documents into parts using different criteria in Java....create(SplitterContext context) Creates new instance of the splitter processor...saves the extracted pages to a new file using the specified save...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to change the Comment Font Color with JavaS...

    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....'fileInput' ); // Instantiate a new Workbook (if a file is provided...open it; otherwise create a new workbook) let workbook ; if (...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  7. ComparerContext.CompareOptions | Aspose.Words f...

    Discover the CompareOptions property in ComparerContext to enhance document comparison with powerful and flexible options for accurate results....ComparerContext comparerContext = new ComparerContext (); comparerContext...comparerContext . DateTime = new DateTime (); Comparer . Create...

    reference.aspose.com/words/net/aspose.words.low...
  8. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java.... Document doc = new Document(getMyDir() + "Missing...WarningInfoCollectio warningCollector = new WarningInfoCollectio(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  9. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....Follow the steps below: Create a new PDF Document Add Page to pages...Create a new PDF document Document pdfDocument = new Document...

    docs.aspose.com/pdf/java/add-rectangle/
  10. FieldIncludeText | Aspose.Words for Java

    Implements the INCLUDETEXT field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

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