Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 18,520 for

paragraph

(0.25 sec)
  1. Unable to Get Anchoring Type for Vertical Align...

    Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat(); auto anchor = textFrameFormat->get_AnchoringType(); get_Anchoring returns undefined for the attached presentation. The set text vertical alignm…...and horizontal alignment of paragraphs. You can get the vertical...of a paragraph like this: auto alignmentType = paragraph->get...

    forum.aspose.com/t/unable-to-get-anchoring-type...
  2. List level and heading style issues - Free Supp...

    Hello everyone, I’m currently struggling with two issues that I can’t quite understand. I have a target document that already contains formatting definitions, i.e., Heading1 through Heading9 are defined. Let’s say all …...list level causes Heading1 paragraphs to be numbered, but without...World”. When I inspect the paragraph style afterwards, it correctly...

    forum.aspose.com/t/list-level-and-heading-style...
  3. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.docx (11.1 KB)...如有手动换行符,可在保存前删除 for (Paragraph para : (Iterable<Paragraph>) doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { String txt = para.getText()...

    forum.aspose.com/t/docx-pdf/325351
  4. 使用 C# 语言的 Hello World 示例|Aspose.PDF for .NET

    此示例演示如何使用 Aspose.PDF 创建一个简单的包含文本 Hello World 的 PDF 文档... 将 TextFragment 添加到页面的 Paragraph 集合中。 保存 生成的 PDF 文档。 以下代码片段是一个...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/hello-world-example/
  5. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++....shape, // which has a parent Paragraph, which is a child node of...all shapes from the child paragraphs of this Body. ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words/sto...
  6. StructuredDocumentTag.title property | Aspose.W...

    StructuredDocumentTag.title property. Specifies the friendly name associated with this SDT...structured document tag in a new paragraph. tag_clone = tag . clone (..._tag () builder . insert_paragraph () builder . insert_node (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. List.isMultiLevel property | Aspose.Words for N...

    List.isMultiLevel property. Returns ``true`` when the list contains 9 levels; ``false`` when 1 level....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PreviousSibling...OfficeMath can only be a child of Paragraph . Examples Shows how to set...

    reference.aspose.com/words/cpp/aspose.words.mat...
  9. Aspose::Words::Fields::FieldAdvance class | Asp...

    Aspose::Words::Fields::FieldAdvance class. Implements the ADVANCE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Create or Load a Document in Node.js|Aspose.Wor...

    Create a blank document or to load it from a file or stream using Node.js....default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/nodejs-net/create-or-load...