Sort Score
Result 10 results
Languages All
Labels All
Results 8,181 - 8,190 of 213,145 for

new

(0.33 sec)
  1. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...initialize a scene Scene scene = new Scene (); // create a Box instance.... CreateChildNode ( "box" , new Box ()); // add custom property...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...
  2. MarkupLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.MarkupLevel enum, defining where StructuredDocumentTags fit in your document tree for enhanced organization and control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  3. FixedPageSaveOptions.NumeralFormat | Aspose.Wor...

    Discover the FixedPageSaveOptions NumeralFormat property to customize numeral rendering. Easily switch to European numerals for enhanced document presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "ar-AR" ). LCID...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Section.AppendContent | Aspose.Words for .NET

    Discover how the AppendContent method enhances your sections by seamlessly adding source content, boosting organization and clarity in your projects.... No new section is created in the destination...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sec...
  5. LoadOptions.tempFolder property | Aspose.Words ...

    LoadOptions.tempFolder property. Allows to use temporary files when reading document... let options = new aw . Loading . LoadOptions ();.... tempFolder ); } let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldRD.FileName | Aspose.Words for .NET

    Discover how the FieldRD FileName property simplifies file management by easily setting names for generating your table of contents and indexes....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...referencedDoc = new Document (); DocumentBuilder refDocBuilder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Add, Extract, Delete Tables in PDF using C# | A...

    Manage Tables in PDF file programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...var table = new Aspose . Pdf . Table { Border = new Aspose . Pdf...

    products.aspose.com/pdf/net/table/
  8. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of cells using the Aspose.Cells library for JavaScript via C++....const workbook = new Workbook (); // Adding a new worksheet to the...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  9. 添加形状|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....or template // and add in the new diagram string visioStencil =...; // Create a new diagram Diagram diagram = new Diagram ( visioStencil...

    docs.aspose.com/diagram/zh/net/add-shapes/
  10. TabStop.equals method | Aspose.Words for Node.js

    TabStop.equals method. Compares with the specified [TabStop](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...add ( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...