Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 10,121 for

map

(0.17 sec)
  1. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....not able to give one-to-one map to the parameters of the custom...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  2. 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...
  3. ConversionService and its tests - Free Support ...

    Hi, Can you please take a look on ConversionService class ,the hurt of my GIS converter Lib and its tests (ConversionServiceTests). I build the below two files with ChatGPT and Microsoft. Thanks in adavnce, /// /…...map”, “.id” } }, { “Csv”, new[] {...".tab", "MapInfoTab" }, { ".map", "MapInfoTab" }, { ".dat", "MapInfoTab"...

    forum.aspose.com/t/conversionservice-and-its-te...
  4. Aspose.3D & Aspode.CAD interoperability - Free ...

    Hi, We already have a licence for Aspose.3D, and we’re considering purchasing a licence for Aspose.CAD depending on if requirements can be met. One requirement is to convert between IFC and glTF. Aspose.CAD can input I…...coordinate reference system, map properties (Easting/northing)...coordinate reference system, map properties (Easting/northing)...

    forum.aspose.com/t/aspose-3d-aspode-cad-interop...
  5. Manage Shapes in Presentations Using Python|Asp...

    Learn to create, edit and optimize shapes in Aspose.Slides for Python via .NET and deliver high-performance PowerPoint and OpenDocument presentations....layout_slides : fill_formats = list ( map ( lambda shape : shape . fill_format...shapes )) line_formats = list ( map ( lambda shape : shape . line_format...

    docs.aspose.com/slides/python-net/shape-manipul...
  6. Micro PDF417|Documentation

    Description of Micro PDF417 specifics...following modes are supported to map the input message and codeword...

    docs.aspose.com/barcode/info-cards/micro-pdf417/
  7. Generate Reports in MSG Files via .NET | produc...

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

    products.aspose.com/email/net/assembly/msg/
  8. Generate Reports in EML Files via .NET | produc...

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

    products.aspose.com/email/net/assembly/eml/
  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. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("Polyline color ID is {0}, layer's name is {1…...index-based colors, so you need to map it to RGB as per example below...below and extend the mapping table with other existing colors. using...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...