Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 17,500 for

paragraph

(0.14 sec)
  1. Create Tagged PDF using C#|Aspose.PDF for .NET

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for .NET....contains 2 elements: header and paragraph. We will get the following...structure, eg. place quotes in paragraph. In order to create structure...

    docs.aspose.com/pdf/net/create-tagged-pdf/
  2. Features Overview|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... text is formatted using paragraphs and portions associated with...Font shades. - Paragraph alignment. - Paragraph bulleting. - Paragraph...

    docs.aspose.com/slides/java/features-overview/
  3. 上标和下标|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IParagraph superPar = new Paragraph (); // 创建常规文本的部分 IPortion...IParagraph paragraph2 = new Paragraph (); // 创建常规文本的部分 IPortion...

    docs.aspose.com/slides/zh/androidjava/superscri...
  4. Aspose::Words::Fields::FieldEnd class | Aspose....

    Aspose::Words::Fields::FieldEnd class. Represents an end of a Word field in a document. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PreviousSibling...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Tables::Table::EnsureMinimum met...

    Aspose::Words::Tables::Table::EnsureMinimum method. If the table has no rows, creates and appends one Row in C++....cells, which may contain paragraphs // with typical elements...and one cell with an empty paragraph. table -> EnsureMinimum ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. LayoutEnumerator Class | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.LayoutEnumerator class for efficient document layout enumeration. Explore page geometry, text, and structure effortlessly!...When iterating lines of a paragraph broken across pages this method...When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/net/aspose.words.lay...
  7. 档案

    档案...这些可以是块级(Paragraph、Table)或内联级(例如 Run、FieldStart、BookmarkStart...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...

    blog.aspose.com/zh/words/extract-text-from-word...
  8. StructuredDocumentTag.Style | Aspose.Words for ...

    Discover how to manage the Style property of StructuredDocumentTags to enhance your document formatting and improve readability effortlessly....Remarks Only Character style or Paragraph style with linked character...

    reference.aspose.com/words/net/aspose.words.mar...
  9. Aspose::Words::Fields::FieldSeq class | Aspose....

    Aspose::Words::Fields::FieldSeq class. Implements the SEQ field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...// Each entry contains the paragraph that includes the SEQ field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. ViewOptions | Aspose.Words for Java

    Provides various options that control how a document is shown in Microsoft Word in Java....writeln("Paragraph 1, Page 1."); builder.insertBreak(BreakType...PAGE_BREAK); builder.writeln("Paragraph 2, Page 2."); builder.insertBreak(BreakType...

    reference.aspose.com/words/java/com.aspose.word...