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

xpath

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  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. Body | Aspose.Words for Java

    Represents a container for the main text of a section 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...
  6. 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...
  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. Body Class | Aspose.Words for .NET

    Discover the Aspose.Words.Body class, your essential tool for managing section text effortlessly and enhancing document processing efficiency....list of nodes matching the XPath expression. SelectSingleNode...first Node that matches the XPath expression. ToString ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/body/
  9. Pixel Calculator – Convert Pixels in C#

    Discover how to use Aspose.HTML for .NET as a pixel calculator in C#. Easily convert px to cm, mm, in, and other units for web and print design precision....handles CSS, HTML Canvas, SVG, XPath, and JavaScript out-of-the-box...Converter HTML Code Generators XPath Query CSS Selector Check Web...

    products.aspose.com/html/net/pixel-calculator/
  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