Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 1,659 for

structureddocumenttag

(0.03 sec)
  1. Aspose::Words::Markup::SdtListItem::SdtListItem...

    Aspose::Words::Markup::SdtListItem::SdtListItem constructor. Initializes a new instance of this class in C++....auto tag = MakeObject < StructuredDocumentTa > ( doc , SdtType ::...( ArtifactsDir + u "StructuredDocumentTa.ListItemCollection.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Story class | Aspose.Words for Node.js

    Aspose.Words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../table/)...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. XmlMapping.prefix_mappings property | Aspose.Wo...

    XmlMapping.prefix_mappings property. Returns XML namespace prefix mappings to evaluate the [XmlMapping.xpath](../xpath/).... StructuredDocumentTa ( doc , aw . markup...save ( ARTIFACTS_DIR + 'StructuredDocumentTa.xml_mapping.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  4. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured document tag is successfully mapped to XML data.... StructuredDocumentTa ( doc , aw . Markup...base . artifactsDir + "StructuredDocumentTa.xmlMapping.docx" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. XmlMapping.xpath property | Aspose.Words for Py...

    XmlMapping.xpath property. Returns the XPath expression, which is evaluated to find the custom XML node that is mapped to the parent structured document tag.... StructuredDocumentTa ( doc , aw . markup...save ( ARTIFACTS_DIR + 'StructuredDocumentTa.xml_mapping.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPart Class | Aspose.Words for .NET

    Discover Aspose.Words.Markup.CustomXmlPart class for efficient management of custom XML data storage within packages. Enhance your document processing today!... StructuredDocumentTa tag = new StructuredDocumentTa ( doc...Save ( ArtifactsDir + "StructuredDocumentTa.CustomXml.docx" ); See...

    reference.aspose.com/words/net/aspose.words.mar...
  7. FootnoteSeparator class | Aspose.Words for Node.js

    Aspose.Words.Notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. XmlMapping.delete method | Aspose.Words for Nod...

    XmlMapping.delete method. Deletes mapping of the parent structured document to XML data.... StructuredDocumentTa ( doc , aw . Markup...base . artifactsDir + "StructuredDocumentTa.xmlMapping.docx" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. XmlMapping.is_mapped property | Aspose.Words fo...

    XmlMapping.is_mapped property. Returns ``True`` if the parent structured document tag is successfully mapped to XML data.... StructuredDocumentTa ( doc , aw . markup...save ( ARTIFACTS_DIR + 'StructuredDocumentTa.xml_mapping.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  10. body.getParagraphs - Free Support Forum - aspos...

    Body | Aspose.Words for Java 根据文档说明,这是获取直接子级的段落,但是实际使用中,会获取到Structureddocumenttag节点中的段落...根据文档说明,这是获取直接子级的段落,但是实际使用中,会获取到 StructuredDocumentTa 节点中的段落 Professionalize...@Crane 这取决于你想获得什么级别的段落。 StructuredDocumentTa "内部也有段落,因此当您从 "Body...

    forum.aspose.com/t/body-getparagraphs/311124