Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 18,130 for

paragraph

(0.19 sec)
  1. Manage Shapes in Presentations with Python|Aspo...

    Learn every shape type in Aspose.Slides for Python via .NET, with clear examples to create, format, and edit shapes in PPT, PPTX and ODP presentations....Presentations with Python Get Paragraph Bounds from Presentations...

    docs.aspose.com/slides/python-net/shape-types/
  2. Create HTML in C# – Aspose.HTML for .NET

    Create HTML files in C# with Aspose.HTML for .NET. Learn how to create HTML from scratch and how to edit the content of an HTML document....page in a browser: headings, paragraphs, pictures, links, lists,...more elements like headings, paragraphs, links, images, etc., using...

    products.aspose.com/html/net/create-html/
  3. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。...); for ( MarkupParagraph paragraph : section . getParagraphs...()) { DrawPolygonOnPage ( paragraph . getPoints (), page ); }...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  4. Working with Table of Contents|Aspose.Words for...

    Insert and manage 'Table of Contents' in a document using Node.js.... For instance, a paragraph with Heading 1 style will...level in the TOC whereas a paragraph with Heading 2 will be treated...

    docs.aspose.com/words/nodejs-net/working-with-t...
  5. Insert and Append Documents|Aspose.Words for No...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Node.js....this, create a bookmarked paragraph where you want the document...should not enclose multiple paragraphs or text that you want them...

    docs.aspose.com/words/nodejs-net/insert-and-app...
  6. Automate Presentation Localization in C++|Aspos...

    Automate PowerPoint and OpenDocument slide localization in C++ with Aspose.Slides, using practical code samples and tips for faster global rollout....languages within a single paragraph? Yes. Language ID is applied...portion level, so a single paragraph can mix multiple languages...

    docs.aspose.com/slides/cpp/presentation-localiz...
  7. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.Paragraph, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...PARAGRAPH, true); //获取所有节点 int dell...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/msword/310489
  8. Aspose::Words::Drawing::ShapeBase::get_AllowOve...

    Aspose::Words::Drawing::ShapeBase::get_AllowOverlap method. Gets or sets a value that specifies whether this shape can overlap other shapes in C++....:: RelativeVerticalPosi :: Paragraph , table -> get_VerticalAnchor...); // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Working with Styles and Themes in C#|Aspose.Wor...

    Advanced Microsoft Word formatting features, working with styles and themes using C#....identify, list and count paragraphs and runs of text formatted...formatted with a specific paragraph style and a character style...

    docs.aspose.com/words/net/working-with-styles-a...
  10. DocumentBuilder.current_paragraph property | As...

    DocumentBuilder.current_Paragraph property. Gets the Paragraph that is currently selected in this [DocumentBuilder](../)....current_paragraph property DocumentBuilder.current_paragraph property...property Gets the paragraph that is currently selected in this DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...