Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 222,888 for

new

(0.7 sec)
  1. IDocumentSavingCallback.notify method | Aspose....

    IDocumentSavingCallback.notify method. This is called to notify of document saving progress....saveFormat , ext ) => { let doc = new aw . Document ( base . myDir...Mhtml, Epub. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Excel 主题和颜色|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++的自定义配色方案。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...carr = [ new Color ( "AntiqueWhite" ), // Background1 new Color...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  3. 使用工具提示|Aspose.PDF for Java

    了解如何使用 Java 和 Aspose.PDF 在 PDF 中为文本片段添加工具提示。...// 创建带有文本的示例文档 Document doc = new Document (); doc . getPages ()...(). getParagraphs (). add ( new TextFragment ( "将鼠标光标移到此处以显示工具提示"...

    docs.aspose.com/pdf/zh/java/pdf-tooltip/
  4. 向现有 PDF 文件添加注释|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 向现有 PDF 文件添加注释。...AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...); PdfContentEditor editor = new PdfContentEditor ( document );...

    docs.aspose.com/pdf/zh/java/adding-annotations-...
  5. Add Signature in PDF File|Aspose.PDF for .NET

    This section explains how to add signature to PDF File using PdfFileSignature class....using ( var pdFileSignature = new Aspose . Pdf . Facades . PdfFileSignature... Drawing . Rectangle rect = new System . Drawing . Rectangle...

    docs.aspose.com/pdf/net/add-signature-in-pdf/
  6. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...problem Document pDOCUMENT = new Document("C:\\my_document.docx");...docx"); DocumentBuilder b = new DocumentBuilder(pDOCUMENT); String[]...

    forum.aspose.com/t/chart-legend-strange-behavio...
  7. Optimize File's Content Using C#

    Compress files in C#: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Words; var doc = new Document( "Input.docx" ); doc..."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions { CompressionLevel...

    products.aspose.com/words/net/compress/
  8. UserInformation | Aspose.Words for Java

    Specifies information about the user in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  9. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...Presentation presentation = new Presentation(); presentation...getSolidFillColor().setColor(new Color(103, 88, 149)); series...

    forum.aspose.com/t/need-a-sample-code-to-create...
  10. Copy Sheet Within Workbook|Documentation

    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....selected sheets to a new workbook, click New book . In the Before...//Create a new Workbook by Excel file path Workbook wb = new Workbook...

    docs.aspose.com/cells/java/copy-sheet-within-wo...