Sort Score
Result 10 results
Languages All
Labels All
Results 5,071 - 5,080 of 213,541 for

new

(0.17 sec)
  1. Aspose.PSD for .NET 19.11 - 发行说明|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....psd" ; var loadOptions = new PsdLoadOptions () { LoadEffectsResource...; image . Save ( destName , new PsdOptions ( image )); } PSDNET-135...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  2. NodeCollection.Contains | Aspose.Words for .NET

    Discover how the NodeCollection Contains method efficiently checks if a node exists in your collection, enhancing your data management capabilities....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the "Write" method creates a new Run, // which then appears in...

    reference.aspose.com/words/net/aspose.words/nod...
  3. FieldRD.IsPathRelative | Aspose.Words for .NET

    Discover FieldRD's IsPathRelative property to easily manage document paths. Simplify your coding with flexible path settings for enhanced efficiency!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...referencedDoc = new Document (); DocumentBuilder refDocBuilder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::PageSetup::get_SectionStart meth...

    Aspose::Words::PageSetup::get_SectionStart method. Returns or sets the type of section break for the specified object in C++....Examples Shows how to specify how a new section separates itself from...break types determine how a new section separates itself from...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java.... To easily insert a new field into a document, use the...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. 组形状|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理组形状:创建和取消分组,重新排列子形状,设置变换和边界,适用于 PowerPoint 和 OpenDocument。...Add_Group_Shape () { using var pres = new Presentation (); var slide =...Access_Group_Shape () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/zh/net/examples/elements...
  7. Aspose.PSD for .NET 21.6 - Release Notes|Docume...

    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.... Save ( outputFileName , new PngOptions ()); } PSDNET-547...image . Save ( outputFileName , new PngOptions ()); } PSDNET-647...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-6...
  8. Saving recognition results into a stream|Docume...

    Saving the recognition results of multi-page documents (PDF, Word, and so on) into a memory stream....recognition API AsposeOCR api = new AsposeOCR (); // Add scanned...recognition batch OcrInput source = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/save-stream/
  9. 无图表加载源Excel文件|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....options = new LoadOptions (); options . setLoadFilter ( new LoadFilter...options Workbook workbook = new Workbook ( "sample.xlsx" , options...

    docs.aspose.com/cells/zh/java/load-source-excel...
  10. How to add Square Annotation using C++ | Aspose...

    Source code to add Square annotations in PDF file on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/square/add/