Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 70,111 for

import

(0.25 sec)
  1. Convert VSSM to VSX via Python | products.aspos...

    Sample Python conversion code for VSSM format to VSX file. Use this example code to convert VSSM to VSX within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSSM in an object...

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSX to VSDX via Python | products.aspos...

    Sample Python conversion code for VSX format to VSDX file. Use this example code to convert VSX to VSDX within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSX in an object...

    products.aspose.com/diagram/python-java/convers...
  3. 使用 MAPI 属性|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....有已命名的 MAPI 属性,遍历每个属性以检查其值: import aspose.email as ae msg = ae...属性。以下代码示例展示了如何从附件中读取已命名的 MAPI 属性: import aspose.email as ae msg = ae...

    docs.aspose.com/email/zh/python-net/working-wit...
  4. 使用 Python 在演示文稿中格式化图表|Aspose.Slides for Python 文档

    通过 Aspose.Slides for Python(基于 .NET),学习图表格式化,并为您的 PowerPoint 或 OpenDocument 演示文稿提升专业且吸引眼球的样式。... import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # 实例化 Presentation...

    docs.aspose.com/slides/zh/python-net/chart-form...
  5. 使用 Python 管理演示文稿中的形状|Aspose.Slides for Python 文档

    学习在 Aspose.Slides for Python via .NET 中创建、编辑和优化形状,并交付高性能的 PowerPoint 和 OpenDocument 演示文稿。... import aspose.slides as slides # 在幻灯片上通过替代文本查找形状。...下面的代码示例演示了如何将形状从一个幻灯片克隆到另一个幻灯片。 import aspose.slides as slides # 实例化...

    docs.aspose.com/slides/zh/python-net/shape-mani...
  6. 使用 Python 更改 HTML 边框颜色

    学习使用 Aspose.HTML for Python via .NET 在 HTML 中更改边框颜色。提供逐步示例、CSS 提示和常见样式问题的解决方案。...element using Python 2 3 import os 4 import aspose.html as ah 5 6...border using Python 2 3 import os 4 import aspose.html as ah 5 6...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  7. 在word转pdf时出现异常报错 - Free Support Forum - aspose.com

    Caused by: java.lang.IllegalStateException: XMLStreamException: Unexpected character ' ' (code 32) (missing name?) at [row,col {unknown-source}]: [45692,46] at com.aspose.words.internal.zzZe6.zz45(Unknown Source) at c…...例如: import com.aspose.words.Document; import com.aspose...aspose.words.SaveFormat; import com.aspose.words.FileCorruptedExcepti;...

    forum.aspose.com/t/word-pdf/320406
  8. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...限制编辑) 以下代码示例展示了如何向文档添加密码保护: import aspose.words as aw doc = aw...以下代码示例演示如何限制文档中的编辑,以便只能在表单字段中进行编辑: import aspose.words as aw # Insert...

    docs.aspose.com/words/zh/python-net/restrict-do...
  9. CompositeNode.prependChild method | Aspose.Word...

    CompositeNode.prependChild method. Adds the specified node to the beginning of the list of child nodes for this node....to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. What will be condition to disable the link in w...

    Hi Team, Could you please help provide the condition on I can disable the link which highlighted in yellow color. I am sharing the word sample in which some of link is highlighted with yellow color. I am using Aspose w…...1 KB) import com.aspose.words.*; import java.util.ArrayList;...ArrayList; import java.util.List; import java.util.regex.Pattern;...

    forum.aspose.com/t/what-will-be-condition-to-di...