Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 17,597 for

paragraph

(0.05 sec)
  1. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the Paragraph....sets text alignment for the paragraph. @property def alignment (...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Paragraph.frameFormat property | Aspose.Words f...

    Paragraph.frameFormat property. Provides access to the frame formatting properties....frameFormat property Paragraph.frameFormat property Provides...formatting properties of paragraphs that are frames. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_Paragraph property. Gets the first Paragraph in the shape....first_paragraph property Shape.first_paragraph property Gets...first paragraph in the shape. @property def first_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentVisitor.visitBodyStart method | Aspose....

    DocumentVisitor.visitBodyStart method. Called when enumeration of the main text story in a section has started.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentVisitor.visitRun method | Aspose.Words ...

    DocumentVisitor.visitRun method. Called when a run of text in the is encountered.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentVisitor.visitSectionStart method | Aspo...

    DocumentVisitor.visitSectionStart method. Called when enumeration of a section has started.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.startEditableRange method | Asp...

    DocumentBuilder.startEditableRange method. Marks the current position in the document as an editable range start...." + " we cannot edit this paragraph without the password." );...builder . writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...moveTo(paragraph);这个只能移动到段落之后,我如果移动到前一个段落之后插入的话,会多出一行...the beginning of the second paragraph. Run r = new Run(doc); doc...

    forum.aspose.com/t/topic/312497
  9. ParagraphFormat.suppress_auto_hyphens property ...

    ParagraphFormat.suppress_auto_hyphens property. Specifies whether the current Paragraph should be exempted from any hyphenation which is applied in the document settings....Specifies whether the current paragraph should be exempted from any...suppress hyphenation for a paragraph. aw . Hyphenation . register_dictionary...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extra border appears after update of Rich Text ...

    Hello team. We encontered an issue when updating existing Word document containing one Rich Text embedded control that has a table with inserted HTML. When the given embedded content is updated as following: 1. richT…...add the paragraph to the richText control Paragraph para = new...new Paragraph(targetDoc); richText.appendChild(para); 3. insert...

    forum.aspose.com/t/extra-border-appears-after-u...