Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 7,179 for

map

(0.46 sec)
  1. Advanced Mail Merge Features in C#|Aspose.Words...

    Aspose.Words for .NET provides some advanced Mail Merge features that allow you to perform further Mail Merge customization using C#. For example, obtaining information about template structure, setting rules, cleaning up after a Mail Merge operation, and others.... Add Mapped Fields Aspose.Words allows...allows you to automatically map names of fields in your data source...

    docs.aspose.com/words/net/advanced-mail-merge-f...
  2. WebExtensionBinding.AppRef | Aspose.Words for .NET

    Discover how the WebExtensionBinding AppRef property links binding keys to document data, enhancing your web app's functionality and performance....Specifies the binding key used to map the binding entry in this list...

    reference.aspose.com/words/net/aspose.words.web...
  3. Aspose::Words::Settings::OdsoFieldMapData class...

    Aspose::Words::Settings::OdsoFieldMapData class. Specifies how a column in the external data source shall be Mapped to the predefined merge fields within the document. To learn more, visit the documentation article in C++....external data source shall be mapped to the predefined merge fields...data source which shall be mapped to the local name of a specific...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. 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 a one‑to‑one map to the parameters of the custom...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  5. SdtCalendarType enumeration | Aspose.Words for ...

    aspose.words.markup.SdtCalendarType enumeration. Specifies the possible types of calendars which can be used to specify [StructuredDocumentTag.calendar_type](../structureddocumenttag/calendar_type/) in an Office Open XML document....the Gregorian January 1 and to map year zero to Gregorian year 543...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IStructuredDocumentTag.XmlMapping | Aspose.Word...

    Discover how the IStructuredDocumentTag XmlMapping property connects structured tags to XML data, enhancing document customization and integration....object that represents the mapping of this structured document...SetMapping method of this object to map a structured document tag to...

    reference.aspose.com/words/net/aspose.words.mar...
  7. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....map(Shape.class::cast) .collect(Collectors...filter(Shape.class::isInstance) .map(Shape.class::cast) .collect(Collectors...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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/net/how-to-calculate-cust...
  9. ChartSeriesType | Aspose.Words for Java

    Specifies a type of a chart series in Java.... REGION_MAP Represents a Region Map chart series. SCATTER...series. REGION_MAP public static int REGION_MAP Represents a Region...

    reference.aspose.com/words/java/com.aspose.word...
  10. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...PARAGRAPH, true); final Map<String, List<String>> result...extractedTags = matcher.results().map(MatchResult::group).toList();...

    forum.aspose.com/t/order-of-child-nodes-in-the-...