Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 49,825 for

properties

(0.6 sec)
  1. Working with XMP Metadata in EPS files | Python...

    Aspose.Page for Python via .NET lets you work with XMP Metadata in EPS files to add and change array items, namespaces, name values, and many more....method for embedding metadata properties in various media files. Initially...specific files based on their properties. Essentially, the incorporation...

    docs.aspose.com/page/python-net/working-with-xm...
  2. ChartAxis class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxis class. Represents the axis options of the chart... Properties Name Description axisBetweenCategorie...tickLabels Provides access to the properties of the axis tick mark labels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....plotArea property. The following code sample...the use of Chart.plotArea property to set a picture as a background...

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  4. Add Bookmark to PDF using Java | Aspose.PDF

    Add Bookmarks to PDF Programmatically with Java Using Aspose.PDF for Java...a bookmark and define its properties. Add the OutlineItemCollectio...creates a bookmark with certain properties via Java. It sets the target...

    products.aspose.com/pdf/java/bookmarks/
  5. Add ActiveX Controls using Aspose.Cells|Documen...

    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....ActiveXControl property and then set its various properties. The following...

    docs.aspose.com/cells/net/add-activex-controls-...
  6. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++....); // Set some page setup properties for the section. section...paragraph, set some formatting properties, and then append it as a...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...image as a shape and set its properties accordingly. Here’s a simple...InsertImage(imagePath); // Set the shape's properties to enable editing shape.WrapType...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  8. Overtimes in Tasks | Aspose.Tasks Documentation

    Learn how to assign overtime values for Microsoft Project (MPP/XML) tasks using Aspose.Tasks for Java....functionality through two properties in the Task class. Overtime...Overtime The exposes several properties for working with overtime:...

    docs.aspose.com/tasks/java/overtimes-in-tasks/
  9. Change PDF Page Size with C#|Aspose.PDF for .NET

    Change Page Size from your PDF document using Aspose.PDF for .NET library....that the height and width properties use points as basic unit...Height ); } } Get and Set Page Properties Rotate PDF Pages Using C#...

    docs.aspose.com/pdf/net/change-page-size/
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....PageNumberStamp object using required properties. After that, you can call...StartingNumber = 1; //// Set text properties //pageNumberStamp.TextState...

    docs.aspose.com/pdf/cpp/add-page-number/