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

new

(0.35 sec)
  1. Gawe Markdown Nganggo C#

    Gawe Markdown anyar ing C# ing sawetara langkah. Nggawe Markdown kanthi gampang nggunakake perpustakaan .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/jv/net/make/md/
  2. Buat DOCX Menggunakan Javascript

    Buat DOCX baharu dalam JavaScript dalam beberapa langkah. Buat DOCX 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/docx/
  3. Կատարեք DOCX՝ Օգտագործելով C#

    Ստեղծեք նոր DOCX C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով .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/docx/
  4. Ստեղծեք Փաստաթուղթ C# Ում

    Ստեղծեք ֆայլ՝ օգտագործելով .NET գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ C# ում՝ մի քանի քայլով:...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/
  5. Working with Operators|Aspose.PDF for Java

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....Create a new PDF document Document pdfDocument = new Document...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/java/operators/
  6. ConverterContext | Aspose.Words for Java

    Document converter context in Java....ConverterContext converterContext = new ConverterContext(); Converter...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Public API Changes in Aspose.3D 16.11.0|Documen...

    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.... It includes not only new and updated public methods, but...Scene class object Scene scene = new Scene (); // create a node Node...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  8. FontSubstitutionSettings | Aspose.Words for Java

    Specifies font substitution mechanism settings in Java....Document doc = new Document(); doc.setFontSettings(new FontSettings());...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation.... Table table = new Aspose . Pdf . Table (); Adding...CreateTable () { Document doc = new Document ( _dataDir + "input...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  10. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...加载 PDF 文件 Document document = new Document ( _dataDir + "sample...CaretAnnotation caretAnnotation1 = new CaretAnnotation ( document ....

    docs.aspose.com/pdf/zh/java/extra-annotations/