Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 28,279 for

visio

(2.4 sec)
  1. 旋转 Visio 形状文字|Documentation

    如何使用 .NET Diagram API 在 Visio 中旋转形状的文本。...旋转 Visio 形状文字 Contents [ Hide ] 创建一个 Diagram Aspose.Diagram for...允许您从自己的应用程序中读取和创建 Microsoft Visio 图表,无需 Microsoft Office 自动化。创建新文档的第一步是创建一个...

    docs.aspose.com/diagram/zh/net/rotate-visio-sha...
  2. OleFormat.source_full_name property | Aspose.Wo...

    OleFormat.source_full_name property. Gets or sets the path and name of the source file for the linked OLE object....= doc ) # Embed a Microsoft Visio drawing into the document as...file_name = IMAGE_DIR + 'Microsoft Visio drawing.vsd' , prog_id = 'Package'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OleFormat.OleIcon | Aspose.Words for .NET

    Discover the OleFormat OleIcon property, control OLE object display as icons or content for enhanced user experience and seamless integration in your applications....doc ); // Embed a Microsoft Visio drawing into the document as...InsertOleObject ( ImageDir + "Microsoft Visio drawing.vsd" , "Package" , false...

    reference.aspose.com/words/net/aspose.words.dra...
  4. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked....= doc ) # Embed a Microsoft Visio drawing into the document as...file_name = IMAGE_DIR + 'Microsoft Visio drawing.vsd' , prog_id = 'Package'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::OleFormat::get_IsLink m...

    Aspose::Words::Drawing::OleFormat::get_IsLink method. Returns true if the OLE object is linked (when SourceFullName is specified) in C++....doc ); // Embed a Microsoft Visio drawing into the document as...get_ImageDir () + u "Microsoft Visio drawing.vsd" , u "Package" ...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Missing Features in VSTO|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....from Shapes in Visio Protect Shapes in Visio Code Comparison...

    docs.aspose.com/diagram/net/missing-features-in...
  7. 使用页眉和页脚|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....Java 提供了设置 Microsoft Office Visio 图表的页眉和页脚的机制。开发人员可以获取或设置出现在文...属性,允许获取和设置页眉和页脚文本、字体和边距值。 Visio图纸打印预览时,用户可以点击Microsoft Visio 2013中的“编辑页眉页脚”链接按钮(Microsoft...

    docs.aspose.com/diagram/zh/java/working-with-he...
  8. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram....Insert a Text Shape in the Visio Page Aspose.Diagram API lets...text shape anywhere in the Visio page. To achieve this, the AddText...

    docs.aspose.com/diagram/net/working-with-text/
  9. 更改页面大小|Documentation

    本节介绍如何使用 Aspose.Diagram 更改 Visio 文件中的页面大小。... (); // Initialize the new visio diagram Diagram diagram = new...+ "Drawing1.vsdx" ); // Get Visio page Aspose . Diagram . Page...

    docs.aspose.com/diagram/zh/net/change-page-size/
  10. 更改页面大小|Documentation

    本节介绍如何使用 Aspose.Diagram 更改 Visio 文件中的页面大小。...class ); // Initialize the new visio diagram Diagram diagram = new...+ "Drawing1.vsdx" ); // Get Visio page Page page = diagram . getPages...

    docs.aspose.com/diagram/zh/java/change-page-size/