Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 4,803 for

import

(0.03 sec)
  1. Audio Frame|Aspose.Slides for Python Documentation

    Add audio to PowerPoint presentation in Python...embedded audio frame to a slide: import aspose.slides as slides # InstantiateS...thumbnail or preview image: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/audio-frame/
  2. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side.... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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/
  4. How to Convert HTML to JPG in Java

    This brief tutorial describes how to convert HTML to JPG in Java by providing detailed steps to configure the environment and a sample code. To convert HTML to JPG Java code demonstrates loading an HTML file and saving it as PNG image....HTML from the Maven repository Import necessary classes in the program...and then providing hints to import necessary classes. In the next...

    kb.aspose.com/html/java/how-to-convert-html-to-...
  5. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side 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...
  6. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../Importformatmode/#KEEP_SOURCE_FORMATTING) mode is used...with a text box, which we will import into the first document. src_doc...formatting # while importing them to other documents. import_format_options...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Get Number of Pages in Project in Ruby

    Learn how to get the number of pages in Microsoft Project (MPP/XML) files using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...presentation_format = Rjb :: import( 'com.aspose.tasks.PresentationFormat'...

    docs.aspose.com/tasks/java/get-number-of-pages-...
  8. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../Importformatmode/#KeepSourceFormatting) mode is used...with a text box, which we will import into the first document. let...text box formatting // while importing them to other documents. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Step-by-step guide with code examples to help you get started fast....numbered lists effectively is important when creating impactful presentations...key purposes: Highlights important information, immediately capturing...

    docs.aspose.com/slides/python-net/manage-bullet...
  10. Manage TextBox|Aspose.Slides for Python Documen...

    Manage a text box or text frame in PowerPoint presentations using Python...how to add text to a slide: import aspose.slides as slides # Instantiates...created as a text box: xxx import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/manage-textbox/