Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 212,514 for

new

(0.11 sec)
  1. Working with Calendars | Aspose.Tasks Documenta...

    Learn how to work with calendars and manage tasks 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/creating-updating-and...
  2. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...document using ( var document = new Aspose . Pdf . Document ()) {...var rects = new Aspose . Pdf . Rectangle [] { new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/create-form/
  3. FieldMergingArgs | Aspose.Words for Java

    Provides data for the MergeField event in Java....throws Exception { Document doc = new Document(getMyDir() + "Field...getMailMerge().setFieldMergingCallb(new HandleMergeFieldInse()); final...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldArgumentBuilder | Aspose.Words for Java

    Builds a complex field argument consisting of fields nodes and plain text in Java.... Document doc = new Document(); // Below are three...symbol. FieldBuilder builder = new FieldBuilder(FieldType.FIELD_SYMBOL);...

    reference.aspose.com/words/java/com.aspose.word...
  5. OleObject|Aspose.Slides Documentation

    Work with OLE objects in C# using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, PPTX and ODP....Add_Ole_Object () { using var pres = new Presentation (); var slide =...Slides [ 0 ]; var pdfData = new OleEmbeddedDataInfo ( File ....

    docs.aspose.com/slides/net/examples/elements/ol...
  6. MailMergerContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words.LowCode.MailMergerContext class for seamless mail merging, enhancing your document automation with ease and efficiency....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  7. DocumentBase.document property | Aspose.Words f...

    DocumentBase.document property. Gets this instance.... const doc = new aw . Document (); // New Document objects...a Paragraph. const section = new aw . Section ( doc ); doc . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. JsonDataSource | Aspose.Words for .NET

    Create a powerful data source effortlessly with the JsonDataSource constructor, enabling seamless integration of JSON files and optimized data parsing....JsonDataSource( string ) Creates a new data source with data from a...JsonDataSource( Stream ) Creates a new data source with data from a...

    reference.aspose.com/words/net/aspose.words.rep...
  9. ReportBuilder.BuildReportToImages | Aspose.Word...

    Transform your template documents effortlessly with ReportBuilder's BuildReportToImages method, combining data from various sources into stunning images....; MessageTestClass sender = new MessageTestClass ( "LINQ Reporting...BuildReportDataSourc.2.docx" , new object [] { sender }, new [] { "s" }); ReportBuilder...

    reference.aspose.com/words/net/aspose.words.low...
  10. Rotate Text Inside PDF using C#|Aspose.PDF for ...

    Learn how to rotate text within PDF files in .NET using Aspose.PDF to adjust text alignment and improve presentation....document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment1 = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/net/rotate-text-inside-pdf/