Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 214,328 for

new

(0.24 sec)
  1. Adding VBA Module | Aspose.Tasks Documentation

    Learn how to add New VBA modules into Microsoft Project files using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/adding-vba-module/
  2. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...pagesWithRedlines = new List<int>(); Document pdfDocument = new Document(pdfFilePath);...following code: Document doc1 = new Document(@"C:\Temp\file1.docx");...

    forum.aspose.com/t/redlines-in-pdf/315965
  3. Loading and Extracting Data | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save CFF fonts within .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/net/loading-saving-cff-fonts/
  4. TextColumnCollection.SetCount | Aspose.Words fo...

    Optimize your layout with the TextColumnCollection SetCount method, effortlessly arranging text into your desired number of columns for enhanced readability....increase the number of columns, new TextColumn objects are created...set width and spacing for the new columns. Examples Shows how to...

    reference.aspose.com/words/net/aspose.words/tex...
  5. Add background to PDF|Aspose.PDF for PHP via 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....$document = new Document ( $inputFile ); // Add a new page to document...BackgroundArtifact object $background = new BackgroundArtifact (); // Specify...

    docs.aspose.com/pdf/php-java/add-backgrounds/
  6. ParagraphFormat.KeepTogether | Aspose.Words for...

    Discover the ParagraphFormat KeepTogether property, ensure all lines stay together on one page for improved document readability and professional presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/net/aspose.words/par...
  7. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = New DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection...getParentNode().insertBefore(new Run(doc, ControlChar.PAGE_BREAK)...

    forum.aspose.com/t/topic/311299
  8. CommentRangeStart | Aspose.Words for .NET

    Discover the CommentRangeStart constructor. Easily create New instances of this class for enhanced coding efficiency and streamlined development....CommentRangeStart constructor Initializes a new instance of this class. public...Document doc = new Document (); Comment newComment = new Comment (...

    reference.aspose.com/words/net/aspose.words/com...
  9. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Efficiently Merge Presentations in .NET|Aspose....

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for .NET, streamlining your workflow....pres1 = new Presentation ( "pres1.pptx" ), pres2 = new Presentation...pres1 = new Presentation ( "pres1.pptx" ), pres2 = new Presentation...

    docs.aspose.com/slides/net/merge-presentation/