Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 18,529 for

paragraph

(0.16 sec)
  1. Working with Text Styles | Aspose.Note Document...

    A comprehensive guide on styling text within various net framework applications.... Change style of the paragraph Copy 1 string dataDir = RunExamples...with ❤ by GitHub Set default paragraph style settings Copy 1 var...

    docs.aspose.com/note/net/working-with-text-styles/
  2. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for Java....TextParagraph (); // Set paragraph position par . setPosition...// Add new TextFragment to paragraph par . appendLine ( updatedFragment...

    docs.aspose.com/pdf/java/create-forms/
  3. Aspose::Words::Fields::FieldSeq::get_SequenceId...

    Aspose::Words::Fields::FieldSeq::get_SequenceIdentifier method. Gets or sets the name assigned to the series of items that are to be numbered in C++....// Each entry contains the paragraph that includes the SEQ field...TOC entry will contain the paragraph that the SEQ field is in and...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Inline class | Aspose.Words for Python

    aspose.words.Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own...Inline can be a child of Paragraph . Inheritance: Inline → Node...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.documentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the document...document will be split at paragraphs formatted using Heading 1...only Heading 1 and Heading 2 paragraphs cause the document to be...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageData.crop_right property | Aspose.Words fo...

    ImageData.crop_right property. Defines the fraction of picture removal from the right side....and append it to the first paragraph. imported_shape = dst_doc...first_section . body . first_paragraph . append_child ( imported_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageData.crop_bottom property | Aspose.Words f...

    ImageData.crop_bottom property. Defines the fraction of picture removal from the bottom side....and append it to the first paragraph. imported_shape = dst_doc...first_section . body . first_paragraph . append_child ( imported_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Markdown Features|Aspose.Words for...

    How to implement Markdown features using Node.js. All the features are represented as corresponding styles or direct formatting.... Headings are paragraphs with Heading 1 - Heading...Heading 6 styles. Quotes are paragraphs with “Quote” in the style name...

    docs.aspose.com/words/nodejs-net/working-with-m...
  9. Working with Common Conditional Blocks in C#|As...

    Use common conditional blocks within Paragraphs to represent the same data depending on a condition using C#....body starts and ends within paragraphs that belong to a single story...block belongs to a single paragraph, it can be used as a replacement...

    docs.aspose.com/words/net/working-with-common-c...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); string paragraphName = tocItem...

    forum.aspose.com/t/word/316558