Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 223,077 for

new

(0.27 sec)
  1. BuildingBlock | Aspose.Words for .NET

    Discover BuildingBlock constructor, effortlessly create New instances with ease. Unlock powerful features for seamless development and enhanced performance!...BuildingBlock constructor Initializes a new instance of this class. public...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.bui...
  2. Excel Themes and Colors|Documentation

    Learn how to use custom color schemes with Aspose.Cells for JavaScript via C++.... In the “Create New Theme Colors” dialog box, you...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/excel-them...
  3. PdfDigitalSignatureDetails.hashAlgorithm proper...

    PdfDigitalSignatureDetails.hashAlgorithm property. Gets or sets the hash algorithm....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...Main() { Document pdfDocument = new Document(); Page page1 = pdfDocument...Add(); TextFragment text1 = new TextFragment("This is the first...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  5. Working with Project Properties | Aspose.Tasks ...

    Learn how to use Aspose.Tasks for .NET to read and modify Microsoft Project (MPP/XML) properties, including defaults, summary info, fiscal year, weekdays, currency and custom properties....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/working-with-project-...
  6. 如何将智能卡签名添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用签名字段从智能卡签署PDF文档。...document stream using ( var fs = new FileStream ( dataDir + "blank...stream using ( var document = new Aspose . Pdf . Document ( fs...

    docs.aspose.com/pdf/zh/net/sign-pdf-document-fr...
  7. ChartLegend.Format | Aspose.Words for .NET

    Discover the ChartLegend Format property for easy customization of legend fill and line styles, enhancing your data visualization experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ShapeBase.markupLanguage property | Aspose.Word...

    ShapeBase.markupLanguage property. Gets MarkupLanguage used for this graphic object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... sizeInPoints2 ). toEqual ( new aw . JSSizeF ( 300 , 300 ));...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSetup.paperSize property | Aspose.Words for...

    PageSetup.paperSize property. Returns or sets the paper size.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在将 3D 场景保存为 C# 中的 GLTF 2.0格式之前,自定义非PBR到PBR材质转换|...

    Aspose 的场景类。3D API 表示 3D 场景。开发人员已经可以通过添加各种实体来构建 3D 场景。GLTF 2.0仅支持PBR (基于物理的渲染) 材质,Aspose。3D API 将非PBR材质内部转换为PBR材质,然后导出为 GLTF 2.0。...initialize a new 3D scene var s = new Scene (); var box = new Box ();...Material = new PhongMaterial () { DiffuseColor = new Vector3 (...

    docs.aspose.com/3d/zh/net/customize-non-pbr-to-...