Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 7,652 for

map

(0.1 sec)
  1. Merge JIRA to MS PROJECT via Java

    Sample code for JIRA to MS PROJECT Java merging. Use API example code for batch JIRA files to MS PROJECT merging within any Web or Desktop Java based application....to merge and how you want to map it on MS Project entities (user...

    products.aspose.com/tasks/java/merger/jira-to-m...
  2. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)...( lambda a : a is not None , map ( lambda b : system_helper ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...STYLE_SIZE_MAP.items(): self.set_style_font_size(work...for n, v in self.STYLE_SIZE_MAP.items()} for i in range(paras...

    forum.aspose.com/t/change-styles-for-complete-d...
  4. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for С++. Add, format, and edit charts with practical code examples in С++....Dash ); } Create Tree Map Charts Tree map charts are best used...shows you how to create a tree map chart: // The path to the documents...

    docs.aspose.com/slides/cpp/create-chart/
  5. Compress and Decompress OSM Files via .NET

    C# compression and decompression source code to compress OSM documents into a single zip archive or vice versa on .NET Framework, .NET Core....creation of a free editable map of the world. The primary output...geographic data rather than the map itself. The constraints on the...

    products.aspose.com/zip/net/zip-file/osm/
  6. Generate Reports in PST Files via .NET | produc...

    C# source code to generate PST format reports on .NET Framework, .NET Core, and Xamarin Platforms....fields Create data source and mapping Initialize TemplateEngine using...dt.Rows.Add(dr); // map columns var mappings = new System.Data...

    products.aspose.com/email/net/assembly/pst/
  7. OdsoFieldMapData | Aspose.Words for Java

    Specifies how a column in the external data source shall be Mapped to the predefined merge fields within the document in Java....external data source shall be mapped to the predefined merge fields...in OdsoFieldMapData allows to map one column in the external data...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert Excel to NumPy with Aspose.Cells for Py...

    Learn how to convert Excel to NumPy arrays using Aspose.Cells for Python. Step-by-step guide with installation, code examples, and best practices....ndarray where rows map to Excel rows and columns map to Excel columns...

    blog.aspose.com/cells/convert-excel-to-numpy/
  9. Important iCalendar RFC 2445 Details|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....of properties that directly map to their counterparts in the...standard. For example, ByMonth maps to BYMONTH in iCalendar and...

    docs.aspose.com/email/java/important-icalendar-...
  10. Pptx转md怎么支持图片上传到远端服务器 or 怎么保证pptx的文本不被转义 - Free...

    我希望将pptx转换为md时,将pptx的所有图片上传到远端服务器,但是我不希望图片直接落盘,因此我才用了如下的方式: 1、遍历所有的shape,找到所有的图片,下载并上传到我的服务器 2、删除图片shape,并在原位置插入图片的url(markdown格式) 但是这样转换,会导致我插入的文本被转义,导致md无法正确识别图片,有什么解决办法么? 或者有没有现场的更好的实践方案? var pres = new Presentat…...pptx"))); Map<IShape, String> shapeUrlMap =...put(shape, imageUrl); } } } for (Map.Entry<IShape, String> entry :...

    forum.aspose.com/t/pptx-md-or-pptx/318649