Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,222 for

inline image

(0.21 sec)
  1. Aspose.PSD for .NET 19.11 - 发行说明|Documentation

    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....true }; // Load an existing image into an instance of PsdImage...class using ( var image = ( PsdImage ) Image . Load ( sourceFile...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  2. 使用现代 API 增强图像处理|Aspose.Slides for Python 文档

    通过使用 Python 现代 API 替换已弃用的图像 API,实现幻灯片图像处理的现代化,从而实现无缝的 PowerPoint 和 OpenDocument 自动化。...Image aspose.pydrawing.Bitmap aspose...现代 API 。使用 aspose.pydrawing.Image 和 aspose.pydrawing.Bitmap 的方法已不推荐使用,并将被其现代...

    docs.aspose.com/slides/zh/python-net/modern-api/
  3. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++....Provides methods to insert text, images and other content, specify...when adding a watermark with image. To learn more, visit the Working...

    reference.aspose.com/words/cpp/aspose.words/
  4. aspose.words module | Aspose.Words for Python

    The aspose.words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word....Provides methods to insert text, images and other content, specify...when adding a watermark with image. To learn more, visit the Working...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder class | Aspose.Words for Python

    aspose.words.DocumentBuilder class. Provides methods to insert text, Images and other content, specify font, paragraph and section formatting...Provides methods to insert text, images and other content, specify...cursor position. insert_document_inline(src_doc, import_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...(); // Create image Aspose . Pdf . Image image = new Aspose .... Pdf . Image (); image . File = dataDir + "aspose-logo.jpg"...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  7. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format... export_floating_shapes_as_inline_tag Gets or sets a value determining...floating shapes are exported as inline tags in the document structure...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET....Setting Inline Structure Elements In order to set inline structure...code snippet shows how to set inline structure elements of a Tagged...

    docs.aspose.com/pdf/python-net/setting-structur...
  9. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....Examples: Shows how to rename the image name during saving into Markdown...convert a document that contains images into Markdown, we will end...

    reference.aspose.com/words/java/com.aspose.word...
  10. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...truncation"); //if shape type is not inline then below setting width will...add a floating shape (like an image or a drawing object) inside...

    forum.aspose.com/t/getting-exception-floating-s...