Sort Score
Result 10 results
Languages All
Labels All
Results 7,001 - 7,010 of 213,179 for

new

(0.12 sec)
  1. FontSettings.ResetFontSources | Aspose.Words fo...

    Restore default font sources effortlessly with the FontSettings ResetFontSources method. Enhance your design consistency and improve user experience....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  2. FieldMergingArgsBase.RecordIndex | Aspose.Words...

    Discover the FieldMergingArgsBase RecordIndex property. Access the zero-based index of the merging record for enhanced data management and integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); DataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Aspose.PSD for .NET 20.12 - Release Notes|Docum...

    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.... Save ( pngOutputPath , new PngOptions () { ColorType = PngColorType...image . Save ( outputFilePath , new PsdOptions ( image )); } } PSDNET-764...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  4. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....PPTX file Presentation pres = new Presentation (); try { // Gets...getImages (). addImage ( new FileInputStream ( new File ( "asp1.jpg"...

    docs.aspose.com/slides/java/picture-frame/
  5. IFontSavingCallback class | Aspose.Words for No...

    Aspose.Words.Saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. AbsorbedTable cannot extract the merged cells -...

    Hi, When I try to get the merged cells which positions are right by the other cells, Aspose pdf cannot extract into TableAbsorber, does there any solution for this problem? Looking forward to your response. In this JPG…...this: TableAbsorber absorber = new TableAbsorber(); absorber.UseFlowEngine...stringBuilder = new StringBuilder(); using (var document = new Aspose...

    forum.aspose.com/t/absorbedtable-cannot-extract...
  7. Content Control Wrapping Issue - Free Support F...

    Hi Team, I have removed the whitespace and the header/footer using the page-wise logic below. However, after doing this, the specific content control mentioned below is not wrapping correctly. I am using Aspose.Words Ve…...KeepSourceFormatting, new ImportFormatOptions() { KeepSourceNumbering...}); DocumentBuilder builder = new DocumentBuilder(page); var pageFields...

    forum.aspose.com/t/content-control-wrapping-iss...
  8. Table.cellSpacing property | Aspose.Words for N...

    Table.cellSpacing property. Gets or sets the amount of space (in points) between the cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks....document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  10. Encrypt and Decrypt Excel files with JavaScript...

    How to encrypt and decrypt Excel files using JavaScript via C++. Lock and unlock Excel files.... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...