Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 18,530 for

paragraph

(0.13 sec)
  1. FieldDdeAuto Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDdeAuto class for seamless DDEAUTO field integration, enhancing document automation and efficiency in your projects....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects.... AppendChild ( new Paragraph ( doc ))); builder . Write...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Node.js and .NET Version Differences|Aspose.Wor...

    Aspose.Words for Node.js via .NET is a native Node.js module based on Aspose.Words for .NET with [Node-API](https://nodejs.org/api/n-api.html). This page describes the differences in features and API of these two products....in C# code you would use (Paragraph)node for casting, in Node...

    docs.aspose.com/words/nodejs-net/nodejs-notes/
  4. FieldLink Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldLink class for seamless LINK field implementation. Enhance your document processing with powerful features today!...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Track Changes in a Document|Aspose.Words for Py...

    Track changes to content and formatting made by you or others using Python. Access individual revisions in a document and apply various properties to them....example, If you delete any paragraph, Aspose.Words make it as a...

    docs.aspose.com/words/python-net/track-changes-...
  6. Several Image Into WORD C++

    Merge multiple Image into WORD in C++ code. Save Image as WORD using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/image-to-word/
  7. Several Image Into TXT C++

    Merge multiple Image into TXT in C++ code. Save Image as TXT using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/image-to-txt/
  8. Several Image Into DOC C#

    Merge multiple Image into DOC in C# code. Save Image as DOC using C#....InsertImage(fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/net/merge/image-to-doc/
  9. 在 Java 中从演示文稿获取形状有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何计算并应用有效形状属性,以实现精确的 PowerPoint 渲染。... println ( "= Effective paragraph formatting for style level...font height after setting paragraph default font height:" ); System...

    docs.aspose.com/slides/zh/java/shape-effective-...
  10. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_Paragraph_str(Paragraph): """获取段落信息""" para_content = Paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…... 8:40am 1 def get_paragraph_str(paragraph): """获取段落信息""" para_content...para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...