Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 6,006 for

map

(0.04 sec)
  1. StructuredDocumentTag.accept method | Aspose.Wo...

    StructuredDocumentTag.accept method. Accepts a visitor.... /// Creates a map in the form of a string of all...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. XmlMapping.setMapping method | Aspose.Words for...

    XmlMapping.setMapping method. Sets a Mapping between the parent structured document tag and an XML node of a custom XML data part....xPath, prefixMapping) Sets a mapping between the parent structured...CustomXmlPart A custom XML data part to map to. xPath string An XPath expression...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. Hyphenation.registerDictionary method | Aspose....

    Aspose.Words.Hyphenation.registerDictionary method... map ( node => node . asRun ()). All...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HeaderFooter.Accept | Aspose.Words for .NET

    Discover the HeaderFooter Accept method to enhance visitor engagement and streamline interactions on your website effortlessly.... /// Creates a map in the form of a string of all...

    reference.aspose.com/words/net/aspose.words/hea...
  6. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java....using the Windows Character Map // to ensure that the font can...using the Windows Character Map // to ensure that the font can...

    reference.aspose.com/words/java/com.aspose.word...
  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. 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...
  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-...