Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 213,057 for

new

(0.79 sec)
  1. Aspose::Words::Layout::LayoutEnumerator::Layout...

    Aspose::Words::Layout::LayoutEnumerator::LayoutEnumerator constructor. Initializes New instance of this class in C++....tor constructor Initializes new instance of this class. Aspose...updated and new page layout model is created, a new enumerator...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Move PDF Pages programmatically C#|Aspose.PDF f...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for .NET....documents using ( var srcDocument = new Aspose . Pdf . Document ( dataDir...{ using ( var dstDocument = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/move-pages/
  3. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred area object. How can I do that, the only option I have …...because that ends up adding new cells and removing the old values...cell address without creating a new range, you can utilize the createRange...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  4. Some fonts are replaced with Calibri in the fin...

    Hi, I am setting the embedtruetypefonts = true while creating the Word document from the dotx template. But some fonts are replaced with Calibri in the final doc. Can you please help me on this? Thanks Jithin V P...ImportFormatOptions importFormatOptions = new ImportFormatOptions(); importFormatOptions...false; Document finaleDocument = new Document(templatePath + "NewDocument...

    forum.aspose.com/t/some-fonts-are-replaced-with...
  5. Saving in html is not correct - Free Support Fo...

    Hi, We do conversion to html, html shows incorrectly and table and columns are shifted to the right. I am attaching html versions for different Aspose In version 25.1.2 - html shows correctly In version 25.5.0 - html …...Cells HtmlSaveOptions options = new() { ExportImagesAsBase64 = true...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...

    forum.aspose.com/t/saving-in-html-is-not-correc...
  6. ChartAxis.DisplayUnit | Aspose.Words for .NET

    Discover how the ChartAxis DisplayUnit property enhances your data visualization by optimizing value axis scaling for clearer insights....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Minimum = new AxisBound (- 10 ); axis . Scaling . Maximum = new AxisBound...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Support for XAdES Signature with Node.js via C+...

    This article describes support for XAdES Signature using Node.js via C++ with Aspose.Cells....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath..."AsposeDemo.pfx" ); const signature = new AsposeCells . DigitalSignature...

    docs.aspose.com/cells/nodejs-cpp/support-for-xa...
  8. ChartDataLabelCollection.ShowValue | Aspose.Wor...

    Discover how the ShowValue property in ChartDataLabelCollection enhances your data visualization by displaying series values. Optimize your charts today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series" , new [] { "Word" , "PDF" , "Excel" }, new [] { 2.7 ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. WriteProtection.ValidatePassword | Aspose.Words...

    Secure your documents with the WriteProtection ValidatePassword method. Easily verify if the password matches the document's protection for enhanced security....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...WriteProtection.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.set...
  10. Convert Image To GIF C#

    Convert Image to GIF format in C# code. Save Image as GIF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/net/conversion/image-...