Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 196,900 for

new

(0.41 sec)
  1. SdtListItemCollection | Aspose.Words for Java

    Provides access to SdtListItem elements of a structured document tag in Java....Document doc = new Document(); StructuredDocumentTa tag = new StructuredDocumentTa(doc...getListItems(); listItems.add(new SdtListItem("Value 1")); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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/
  3. PSD PSB 圧縮ソリューション | products.aspose.com

    Adobe Photoshop 画像を圧縮してファイルサイズを小さくする...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/jp/compress/psb/
  4. 创建一个电子表格文档|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.... Workbook = new Workbook (); // Add a WorksheetPart...worksheetPart . Worksheet = new Worksheet ( new SheetData ()); // Add...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  5. ChartSeriesGroup.AxisGroup | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisGroup property, easily manage your series group’s axis for enhanced data visualization and analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartSeriesGroup.Series | Aspose.Words for .NET

    Discover the ChartSeriesGroup Series property to access a unique collection of related series, 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...
  7. Font.underline property | Aspose.Words for Node.js

    Font.underline property. Gets or sets the type of underline applied to the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释... 创建方形和圆形注释的步骤: 加载 PDF 文件 - new Document . 创建新的 Circle Annotation...加载 PDF 文件 Document document = new com . aspose . pdf . Document...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  9. 在将 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-...
  10. Section | Aspose.Words for Java

    Represents a single section in a document in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...