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

new

(0.15 sec)
  1. Get Folders Information from IMAP Mailbox|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.... Java ImapClient client = new ImapClient (); client . setHost...folderInfo . getName ()); // New messages in the folder System...

    docs.aspose.com/email/java/get-folders-informat...
  2. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Step-by-step guide....using ( Presentation pres = new Presentation ()) { ISlide slide...Clear (); Paragraph paragraph = new Paragraph (); paragraph . ParagraphFormat...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  3. Style.Equals | Aspose.Words for .NET

    Discover the Style Equals method for comparing built-in styles. Understand linked and next paragraph styles for enhanced formatting and design efficiency.... Document doc = new Document ( MyDir + "Style with...style . Aliases , Is . EqualTo ( new [] { "MyStyle Alias 1" , "MyStyle...

    reference.aspose.com/words/net/aspose.words/sty...
  4. 创建新工作表|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...XSSF - 创建新工作表 C# IWorkbook wb = new XSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/zh/net/create-new-worksheet/
  5. UserInformation.Name | Aspose.Words for .NET

    Effortlessly manage user profiles with the UserInformation Name property. Easily retrieve or update user names for enhanced personalization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...UserInformation userInformation = new UserInformation { Name = "John...

    reference.aspose.com/words/net/aspose.words.fie...
  6. TxtSaveOptions.addBidiMarks property | Aspose.W...

    TxtSaveOptions.addBidiMarks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let saveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...LineBreakDemo () { Document doc = new Document (); Page page = doc...i ++ ) { TextFragment text = new TextFragment ( "Lorem ipsum \r\ndolor...

    docs.aspose.com/pdf/java/determine-line-break/
  8. PDF containing emojis converts to image very sl...

    Hi Aspose Team, I am using Aspose.PDF.Drawing 25.4.0. When I run the following code: using var converter = New Aspose.Pdf.Facades.PdfConverter(); converter.GetNextImage(imagePath, ImageFormat.Png, 300); // this step t…...code: using var converter = new Aspose.Pdf.Facades.PdfConverter();...font). Uses the PdfConverter (new API) or ImageDevice for fast...

    forum.aspose.com/t/pdf-containing-emojis-conver...
  9. FieldMergeField.Type | Aspose.Words for .NET

    Discover the FieldMergeField Type property to effortlessly access Microsoft Word field types and enhance your document automation capabilities....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...data source. DataTable table = new DataTable ( "Employees" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 使用 C++ 操作带有 JavaScript 的图表中的形状|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 添加控件并自定义 Microsoft Excel 中的图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...charts . get ( 0 ); // Add a new label to the chart. const label...

    docs.aspose.com/cells/zh/javascript-cpp/control...