Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 210,440 for

new

(0.08 sec)
  1. Buat DOC Menggunakan Javascript

    Buat DOC baharu dalam JavaScript dalam beberapa langkah. Buat DOC dengan mudah menggunakan pustaka Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/doc/
  2. Buat Markdown Menggunakan Javascript

    Buat Markdown baharu dalam JavaScript dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/md/
  3. Կատարեք HTML՝ Օգտագործելով C#

    Ստեղծեք նոր HTML C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով .NET գրադարանը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/hy/net/make/html/
  4. Կատարեք WORD՝ Օգտագործելով C#

    Ստեղծեք նոր WORD C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք WORD՝ օգտագործելով .NET գրադարանը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/hy/net/make/word/
  5. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...JsonDataLoadOptions options = new JsonDataLoadOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  6. Text Formatting inside PDF using C#|Aspose.PDF ...

    Learn how to format text within a PDF document in .NET using Aspose.PDF to enhance the document's visual presentation....document using ( var document = new Aspose . Pdf . Document ()) {... Text . TextFragment text = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/net/text-formatting-inside-...
  7. Working with 7z Archives | Aspose.Zip for .NET

    Working with 7z Archives in C# and Compress or Decompress Directory programmatically with API for C#...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/working-with-7z-archives/
  8. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/net/working-with-operators/
  9. TextConfig|Documentation

    TextConfig element is used to add one or more lines of text to the form.... new TextConfig () { Name = "Text...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/text...
  10. Page Break in existing PDF|Aspose.PDF for Java

    Learn how to add page breaks within an existing PDF document using Aspose.PDF for Java to improve document formatting....Document instance Document doc = new Document ( _dataDir + "Sample-Document-01...Document instance Document dest = new Document (); // Create PdfFileEditor...

    docs.aspose.com/pdf/java/page-break-in-existing...