Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 50,470 for

import document

(0.17 sec)
  1. Writing Updated TaskLink Data to MPP in Ruby | ...

    Learn how to write Microsoft Project (MPP/XML) task links using Aspose.Tasks Java for Ruby....one_min 6 7 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 8 9 tsk = Rjb :: import( 'com.aspose.tasks.Tsk' ) 10...

    docs.aspose.com/tasks/java/writing-updated-task...
  2. 在 Ruby 中编辑 ShapeSheet 中的连接器几何部分|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....a VSD file diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...geometry object line_to = Rjb :: import ( 'com.aspose.diagram.LineTo'...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  3. 使用 Python 查看或編輯 POT 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 POT 格式元數據。... 修改 POT 內置屬性 - Python import aspose.slides as slides # Instantiate...documentProperties = presentation . document_properties # Set the builtin...

    products.aspose.com/slides/zh-hant/python-net/m...
  4. 使用 Python 查看或編輯 POTM 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 POTM 格式元數據。... 修改 POTM 內置屬性 - Python import aspose.slides as slides # Instantiate...documentProperties = presentation . document_properties # Set the builtin...

    products.aspose.com/slides/zh-hant/python-net/m...
  5. 对于插入的图表,没法选择数据或者编辑数据(显示链接文件不可用),可以解决吗 - Free Su...

    Aspose word for Python,插入的图表。无法编辑数据(显示链接文件不可用),附件是截图和示例代码。...words import Document from aspose.words.drawing import ChartType...ChartType doc = Document() builder = DocumentBuilder(doc) chart =...

    forum.aspose.com/t/topic/317126
  6. Unprotecting Simply Protected Worksheet in Jyth...

    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....cells import Settings from com . aspose . cells import Workbook...cells import SaveFormat from com . aspose . cells import FileFormatType...

    docs.aspose.com/cells/java/unprotecting-simply-...
  7. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...utilities import Vector3 from aspose.threed.entities import PolygonModifier...PolygonModifier , Box from aspose.threed import Scene # scale the model in...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  8. 在Ruby中隐藏或取消隐藏工作表|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....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...hidden, please check the output document." 显示工作表 开发者可以通过设置 Worksheet...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  9. Word Field Evaluation Not Working - REF and IF ...

    We’re migrating from JIntegra DCOM to Aspose.Words(JAVA) and encountering a critical issue with Word field processing. Current Behavior: • Using mainBuilder.insertDocument(_transientDocument, ImportFormatMode.KEEP_SOUR…...actual bookmark values from the document • IF conditions should evaluate...field evaluation Code Sample: Document _transientDocument = Rr.toDocument();...

    forum.aspose.com/t/word-field-evaluation-not-wo...
  10. Object reference not set to an instance of an o...

    We are getting the error when converting a Word Document to Html, and then converting the Html back to Word. After further investigation, we found the error was caused by this particular css: span.UnresolvedMention { co…...error when converting a Word document to Html, and then converting...Java to remove such styles: import java.util.regex.Pattern; public...

    forum.aspose.com/t/object-reference-not-set-to-...