Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,220 for

xpath

(0.09 sec)
  1. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document...get_child_nodes() or using an XPath query with CompositeNode.select_nodes()...select_nodes(xpath) Selects a list of nodes matching the XPath expression...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::BuildingBlocks::BuildingBlock cl...

    Aspose::Words::BuildingBlocks::BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry. To learn more, visit the documentation article in C++....list of nodes matching the XPath expression. SelectSingleNode...first Node that matches the XPath expression. set_Behavior (A...

    reference.aspose.com/words/cpp/aspose.words.bui...
  3. Aspose::Words::Math::OfficeMath class | Aspose....

    Aspose::Words::Math::OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike. Can contain child elements including runs of mathematical text, bookmarks, comments, other OfficeMath instances and some other nodes. To learn more, visit the documentation article in C++....list of nodes matching the XPath expression. SelectSingleNode...first Node that matches the XPath expression. set_CustomNodeId...

    reference.aspose.com/words/cpp/aspose.words.mat...
  4. Frequently Asked Questions – Aspose.HTML for .NET

    This article includes frequently asked questions about using the functionality of the Aspose.HTML for .NET library....also support CSS, JavaScript, XPath and HTML5 Canvas specifications...article. Q: Do you support XPath syntax? A: Yes. Moreover, we...

    docs.aspose.com/html/net/faq/
  5. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...select_nodes(xpath) Selects a list of nodes matching the XPath expression...select_single_node(xpath) Selects the first Node that matches the XPath expression...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph class | Aspose.Words for Node.js

    Aspose.Words.Paragraph class. Represents a paragraph of text...selectNodes(xpath) Selects a list of nodes matching the XPath expression...selectSingleNode(xpath) Selects the first Node that matches the XPath expression...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....selectNodes(String xpath) Selects a list of nodes matching the XPath expression...ing xpath) Selects the first Node that matches the XPath expression...

    reference.aspose.com/words/java/com.aspose.word...
  8. Փոխեք SVG-ի ֆոնի գույնը Python-ում

    Այս հակիրճ ուղեցույցը քննարկում է, թե ինչպես փոխել SVG ֆոնի գույնը Python-ում: Այն ընդգրկում է փուլային աշխատանքային հոսքը և օրինակելի կոդը՝ Python-ում SVG-ի ֆոնի գույնը փոխելու համար:...եք նաև նավարկել SVG պատկերը XPath Query-ով, բացի CSS ընտրիչի մոտեցումից...

    kb.aspose.com/hy/svg/python/change-background-c...
  9. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....selectNodes(String xpath) Selects a list of nodes matching the XPath expression...ing xpath) Selects the first Node that matches the XPath expression...

    reference.aspose.com/words/java/com.aspose.word...
  10. DWG to svg,我想在转svg的时候携带一些属性,我该如何操作? - Free Supp...

    使用Aspose for Java将DWG to svg,我想在转svg的时候携带一些自定义属性到svg的path、text元素中,我该如何操作?...若对性能有严格要求,可在遍历节点时仅处理需要的子集(例如通过 XPath 过滤特定 id 、 class 或 layer ),以减少不必要的遍历。...后处理是唯一可行方案 :利用标准 XML 解析(DOM、XPath、SAX 等)遍历生成的 SVG,使用 Element.setAttribute...

    forum.aspose.com/t/dwg-to-svg-svg/323730