Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 380,300 for

save

(0.31 sec)
  1. 操作 Visio 中的嵌入式 OLE 对象 Diagram|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作 ole 对象。... save ( outStream , com . aspose ...()); } } } // save Visio diagram diagram . save ( dataDir + "modified...

    docs.aspose.com/diagram/zh/java/manipulate-the-...
  2. Cell.CellFormat | Aspose.Words for .NET

    Discover the Cell CellFormat property to easily access and customize cell formatting options for enhanced data presentation in your applications.... Save ( ArtifactsDir + "Table.RowCellFormat...= Color . LightGreen ; doc . Save ( ArtifactsDir + "Table.CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  3. OfficeMath.GetMathRenderer | Aspose.Words for .NET

    Discover OfficeMath's GetMathRenderer method to effortlessly convert equations into images, enhancing your documents with clear, professional visuals....pass to the node renderer's "Save" method to modify // how it...; math . GetMathRenderer (). Save ( ArtifactsDir + "Shape.RenderOfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  4. 超链接|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 添加、编辑和删除超链接:链接文本、形状、幻灯片、URL 和电子邮件;为 PPT、PPTX 和 ODP 设置目标和操作。... save ( "hyperlink.pptx" , slides...hyperlink_click = None presentation . save ( "hyperlink_removed.pptx" ...

    docs.aspose.com/slides/zh/python-net/examples/e...
  5. Add Page Number to PDF|Aspose.PDF for Python vi...

    Learn how to add page numbers to PDF documents using PdfFileStamp in Python.... save ( outfile ) finally : pdf_stamper...#" , 300 , 20 ) pdf_stamper . save ( outfile ) finally : pdf_stamper...

    docs.aspose.com/pdf/python-net/page-number/
  6. Generate UV|Documentation

    Aspose.3D for .NET offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. Following code snippet shows complete functionality to generate and associate it....CreateChildNode ( mesh ); //then save it scene . Save ( "Aspose.obj" ); MappingMode...

    docs.aspose.com/3d/net/generate-uv/
  7. 以球体半径工作|Documentation

    使用 Aspose.3D for Python via .NET,你可以设置得到一个球体的半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...create_child_node ( sphere ) # Save scene scene . save ( "data-dir" + "sphere...

    docs.aspose.com/3d/zh/python-net/working-with-r...
  8. Fillable PDF Forms using .NET | Aspose.PDF

    Сreate fillable PDF forms programmatically with C# sample code using Aspose.PDF for .NET.... Save modified PDF Fill AcroForm in...text value" ; pdfDocument . Save ( outputFile ); }...

    products.aspose.com/pdf/net/acroforms/fill/
  9. Untangle Row Bookmarks in Python|Aspose.Words f...

    Untangle Row Bookmarks using Python.... ' ) \# Save the finished document . doc . save ( self . dataDir...

    docs.aspose.com/words/java/untangle-row-bookmar...
  10. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3D API to apply PBR material to 3D objects in a scene. This code example demonstrates to how to create a Box object, and then apply the PBR material....mat ); // save 3d scene into USDZ format scene . save ( "PBR_Material_Box_Out...

    docs.aspose.com/3d/nodejs-java/add-material-to-...