Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 149,120 for

2

(0.13 sec)
  1. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document.... custom_xml_parts [ 0 ]) # 2 - By GUID: self . assertEqual...xml_part_clone ) self . assertEqual ( 2 , doc . custom_xml_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PNG to EPS using API for .NET

    PNG to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....C# It is necessary to do just 2 steps in order to perform PNG...image to EPS using files paths. 2 3 // Create default options 4...

    docs.aspose.com/page/net/convert/png-to-eps/
  3. Manage Presentation Comments in .NET|Aspose.Sli...

    Master presentation comments with Aspose.Slides for .NET: add, read, edit, and delete comments in PowerPoint files fast and easily....comment for an author on slide 2 author . Comments . AddComment...CommentAuthors . AddAuthor ( "Autror_2" , "B.B." ); IComment reply1 =...

    docs.aspose.com/slides/net/presentation-comments/
  4. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++....Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. java负载字体TTF文件

    在这里,您将在Aspose.font的帮助下了解Java即使此文件不是字体INSELF,Java也可以从硬盘磁盘上的TTF文件加载字体。... font ; 2 3 import java.io.File ; 4 import...ttf 。 加载字体。 Copy 1 //构造文件的路径 2 字符串fontpath = paths. get (getDatadir()...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  6. How to Add Extended Attributes to Resource Assi...

    Learn how to add extended attributes to Microsoft Project resource assignments using Aspose.Tasks for .NET. This guide explains how to create plain and lookup attributes with practical C# code examples....Copy 1 // Create new project 2 Project project = new Project(...Copy 1 // Create new project 2 Project project = new Project(...

    docs.aspose.com/tasks/net/adding-extended-attri...
  7. 从TTF文件加载字体 | Java

    在这里,您将在Aspose.font的帮助下了解Java即使此文件不是字体INSELF,Java也可以从硬盘磁盘上的TTF文件加载字体。... font ; 2 3 import java.io.File ; 4 import...ttf 。 加载字体。 Copy 1 //构造文件的路径 2 字符串fontpath = paths. get (getDatadir()...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  8. Aspose::Words::Tables::PreferredWidth::FromPerc...

    Aspose::Words::Tables::PreferredWidth::FromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage in C++....(); builder -> Write ( u "Cell #2" ); builder -> InsertCell ();...-> get_PreferredWidth ())); // 2 - Set a relative preferred width...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. 从TTF文件加载字体| C ++

    C ++ API解决方案即使此文件不是字体Inself,也可以从硬盘驱动器上加载字体。让我们看一下如何从TTF文件中制作它。...using namespace Aspose::Font; 2 using namespace Aspose::Font::Sources;...// Construct path to the file 2 System::String fontPath = Sys...

    docs.aspose.com/font/zh/cpp/how-to-load-fonts/l...
  10. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....C++ It is necessary to do just 2 steps in order to perform BMP...com/aspose-page/Aspose.Page-for-C 2 3 // The path to the documents...

    docs.aspose.com/page/cpp/convert/bmp-to-eps/