Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 95,261 for

object

(0.16 sec)
  1. Working with Images|Documentation

    This section explains how to insert or get image from a visio page with Aspose.Diagram....Extract Images The Page Class object represents the drawing area...collection of Aspose.Diagram.Shape objects. This property can be used...

    docs.aspose.com/diagram/net/working-with-images/
  2. 使用CellsFactory类创建样式对象|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++中的CellsFactory类创建单元格样式对象。根据需要定制电子表格单元格的外观。...async () => { // Create a Style object using CellsFactory class const...style using the created Style object const wb = new Workbook ();...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. FieldMergingArgsBase.Field | Aspose.Words for .NET

    Discover the FieldMergingArgsBase Field property to access the current merge field Object effortlessly. Enhance your data merging efficiency today!...Field property Gets the object that represents the current...@"MERGEFIELD html_Body \b Content" ); object [] mergeData = { "<html>" +...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Aspose::Words::Saving::XpsSaveOptions::get_Save...

    Aspose::Words::Saving::XpsSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options Object is used. Can only be Xps in C++....saved if this save options object is used. Can only be Xps ....Create an "XpsSaveOptions" object that we can pass to the document's...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. 在现有PDF中插入分页符|Aspose.PDF for .NET

    了解如何使用Aspose.PDF在.NET中向现有PDF文件插入分页符,以便更好地管理页面。...()) { // Create PdfFileEditor object var fileEditor = new Aspose...(); // Create PdfFileEditor object var fileEditor = new Aspose...

    docs.aspose.com/pdf/zh/net/page-break-in-existi...
  6. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...Run () { // Initialize scene object Scene scene = new Scene ();...(); // Initialize Node class object Node cubeNode = new Node (...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...
  7. Public API Changes in Aspose.BarCode 6.8.0|Docu...

    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....Initialize BarCodeBuilder class object BarCodeBuilder builder = new...Initialize BarCodeBuilder class object BarCodeBuilder builder = new...

    docs.aspose.com/barcode/java/public-api-changes...
  8. Aspose::Words::Drawing::SignatureLine::get_Sign...

    Aspose::Words::Drawing::SignatureLine::get_SignerTitle method. Gets or sets suggested signer's title (for example, Manager). Default value for this property is empty string in C++....the "SignatureLineOptions" object we have created above. // If...signature line via its Shape object. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Modifing AcroForm|Aspose.PDF for C++

    Modifing form in your PDF file with Aspose.PDF for C++ library. You can Add or remove fields in existing form, getand set fieldlimit and etc.... To use this object, use the Field class DefaultAppearance..."textbox1" )); // Create font object auto font = Aspose :: Pdf ::...

    docs.aspose.com/pdf/cpp/modifing-form/
  10. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....steps: Instantiate a Document object. In this step we will create...Add a Page to the document object. So, now our document will...

    docs.aspose.com/pdf/php-java/complex-pdf-example/