Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 4,793 for

import

(0.02 sec)
  1. 在Python中自定义PowerPoint字体|Aspose.Slides for Pytho...

    Python中的PowerPoint自定义字体... 以下Python代码演示了字体加载过程: import aspose.slides as slides # 文档目录的路径。...document_level_font_sources 属性: import aspose.slides as slides with...

    docs.aspose.com/slides/zh/python-net/custom-font/
  2. NodeImporter.ImportNode | Aspose.Words for .NET

    Effortlessly transfer nodes between documents with NodeImporter's ImportNode method. Enhance your workflow and streamline data integration today!...ImportNode method Imports a node from one document into...node to import. isImportChildren Boolean true to import all child...

    reference.aspose.com/words/net/aspose.words/nod...
  3. Making a Standard Calendar in Ruby

    Learn how to create Microsoft Project (MPP/XML) standard calendars using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'.... add( "My Cal" ) 3 Rjb :: import( 'com.aspose.tasks.Calendar'...

    docs.aspose.com/tasks/java/making-a-standard-ca...
  4. Determining Project Version in Ruby

    Learn how to check Microsoft Project (MPP/XML) version using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...: " + project . get( Rjb :: import( 'com.aspose.tasks.Prj' ) ...

    docs.aspose.com/tasks/java/determining-project-...
  5. Creating an Empty Project File in Ruby

    Learn how to create Microsoft Project (MPP/XML) empty project using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...new 2 project_stream = Rjb :: import( 'java.io.FileOutputStream'...

    docs.aspose.com/tasks/java/creating-an-empty-pr...
  6. Aspose::Words::Drawing::ImageData::get_Borders ...

    Aspose::Words::Drawing::ImageData::get_Borders method. Gets the collection of borders of the image. Borders only have effect for inline images in C++....MakeObject < Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ImageData::get_Brightne...

    Aspose::Words::Drawing::ImageData::get_Brightness method. Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest) in C++....MakeObject < Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ImageData::get_GrayScal...

    Aspose::Words::Drawing::ImageData::get_GrayScale method. Determines whether a picture will display in grayscale mode in C++....MakeObject < Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Rectangle|Aspose.Slides for Python Documentation

    Create rectangle in PowerPoint presentation in Python... import aspose.slides as slides # Instantiate...given below. import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/rectangle/
  10. Pixel Data Manipulation using Aspose.PSD for C#...

    Example of how to directly and rapidly fast update raw pixel data using PSD C# API...Manipulate Pixel Data Importing Required Modules : Import the necessary...necessary modules. You need to import the PsdImage and Layer classes...

    docs.aspose.com/psd/net/pixel-data-manipulation/