Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,220 for

xpath

(0.16 sec)
  1. 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...
  2. 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...
  3. Aspose::Words::BuildingBlocks::GlossaryDocument...

    Aspose::Words::BuildingBlocks::GlossaryDocument class. Represents the root element for a glossary document within a Word document. A glossary document is a storage for AutoText, AutoCorrect entries and Building Blocks. 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_BackgroundShape...

    reference.aspose.com/words/cpp/aspose.words.bui...
  4. 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...
  5. 数据提取 – Aspose.HTML for Python via .NET

    学习如何使用 Aspose.HTML Python 库导航 HTML 文档、检查其元素并提取网页数据。...选择器(如 XPath、CSS 选择器)是此过程的关键,因为它们对于在 HTML...文档及其元素进行详细检查,并使用 CSS Selector 或 XPath 进行导航。 从 URL 保存文件 – 在本文中,您将了解如何使用...

    docs.aspose.com/html/zh/python-net/data-extract...
  6. 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/
  7. 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/
  8. Section Class | Aspose.Words for .NET

    Discover the Aspose.Words.Section class, your key to managing individual document sections effortlessly. Enhance your document editing experience today!...list of nodes matching the XPath expression. SelectSingleNode...first Node that matches the XPath expression. ToString ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/sec...
  9. 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...
  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