Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 214,303 for

new

(0.1 sec)
  1. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    Discover the UseLegacyOrder property in FindReplaceOptions. Enable sequential text searches for better accuracy. Default is false. Optimize your text processing!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // Assign...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Update Visio Shape Text in PHP|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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...-> getValue () -> add ( new Txt ( "New Text" )); } $i += 1 ; }...

    docs.aspose.com/diagram/java/update-visio-shape...
  3. Aspose.PSD for .NET 23.10 - 发布说明|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...."692_Fonts" ; var fontFolders = new List < string >( FontSettings...psdImage . Save ( outputFile , new PngOptions () { ColorType = PngColorType...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. GroupShape | Aspose.Words for .NET

    Design stunning group shapes effortlessly with GroupShape constructor. Enhance your projects with customizable, user-friendly tools for unique creations....GroupShape constructor Creates a new group shape. public GroupShape...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 评论|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中管理幻灯片评论:添加、读取、回复、编辑、删除,并在 PowerPoint 和 OpenDocument 中使用线程式评论。...Add_Modern_Comment () { using var pres = new Presentation (); var slide =...modern comment" , slide , null , new PointF ( 100 , 100 ), DateTime...

    docs.aspose.com/slides/zh/net/examples/elements...
  6. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } const worksheet...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  7. Working with Recurrences|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....2015 , 8 , 1 ); MapiTask task = new MapiTask ( "This is test task"...recurrence MapiCalendarDailyRec rec = new MapiCalendarDailyRec (); rec...

    docs.aspose.com/email/java/working-with-recurre...
  8. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...{ #region 记录每个段落 var bkMap = new Dictionary<Paragraph, (BookmarkStart...be)>(pars.Count); Random r = new Random(); for (int i = 0; i <...

    forum.aspose.com/t/words-how-to-obtain-data-for...
  9. 渲染器 – Renderers – Aspose.HTML for .NET

    了解支持的渲染器 – HtmlRenderer、SvgRenderer、MhtmlRenderer 和 EpubRenderer,它们用于渲染 HTML、SVG、MHTML 和 EPUB...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/renderers/
  10. Extract PDF pages|Aspose.PDF for Java

    This section explains how to extract PDF pages with com.aspose.pdf.facades using PdfFileEditor class....object PdfFileEditor pdfEditor = new PdfFileEditor (); // Extract...pdfEditor = new PdfFileEditor (); int [] pagesToExtract = new int []...

    docs.aspose.com/pdf/java/extract-pdf-pages/