Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 172,023 for

new

(0.07 sec)
  1. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space.... Create a new C# project in Visual Studio....license : License license = new License (); license . SetLicense...

    docs.aspose.com/ocr/net/archival-scanning/
  2. Assemble Spreadsheets|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....section describes how to: Create a new Excel file from scratch and add...Worksheets to a New Excel File To create a new Excel file programmatically:...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  3. 限制和API差异|Aspose.Slides for PHP 文档

    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....Presentation presentation = new Presentation (); Aspose.Slides...PHP via Java $presentation = new Presentation (); 枚举或常量 Aspose...

    docs.aspose.com/slides/zh/php-java/limitations-...
  4. Font Replacement - PowerPoint C# API|Aspose.Sli...

    With C# PowerPoint API, you can replace font explicitly with another font insing the Presentation....font will be replaced by the new font. Aspose.Slides allows you...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/net/font-replacement/
  5. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...PDF 文档 Document pdfDocument = new Document ( _dataDir + "PDFOperators...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/zh/java/operators/
  6. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/sto...
  7. MailMerge.GetFieldNames | Aspose.Words for .NET

    Discover the MailMerge GetFieldNames method to effortlessly access and utilize all mail merge field names in your document for streamlined document automation.... A new string array is created on every...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Replacer.ReplaceToImages | Aspose.Words for .NET

    Effortlessly transform your input files by replacing character patterns with custom strings and generating stunning images with our ReplaceToImages method.... ReplaceToImages ( doc , new ImageSaveOptions ( SaveFormat...FindReplaceOptions options = new FindReplaceOptions (); options...

    reference.aspose.com/words/net/aspose.words.low...
  9. Cancelling Meeting Requests with Calendar|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....SMTPClient SmtpClient client = new SmtpClient ( "MailServer" , "Username"...MailAddressCollectio attendees = new MailAddressCollectio (); for...

    docs.aspose.com/email/java/cancelling-meeting-r...
  10. ComparerContext | Aspose.Words for Java

    Document comparer context in Java....ComparerContext comparerContext = new ComparerContext(); comparerContext...comparerContext.setDateTime(new Date()); Comparer.create(comparerContext)...

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