Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 36,325 for

paragraph

(0.07 sec)
  1. ParagraphFormat.space_after property | Aspose.W...

    ParagraphFormat.space_after property. Gets or sets the amount of spacing (in points) after the Paragraph....spacing (in points) after the paragraph. @property def space_after...Shows how to set automatic paragraph spacing. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Paragraph.is_end_of_header_footer property | As...

    Paragraph.is_end_of_header_footer property. True if this Paragraph is the last Paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise....is_end_of_header_footer property Paragraph.is_end_of_header_footer property...property True if this paragraph is the last paragraph in the HeaderFooter...

    reference.aspose.com/words/python-net/aspose.wo...
  3. get_ParagraphFormat() | Aspose.Slides for C++ A...

    Returns the formatting object for this Paragraph. Read-only IParagraphFormat....get_ParagraphFormat() Paragraph::get_ParagraphFormat() method...formatting object for this paragraph. Read-only IParagraphFormat...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  4. Paragraph.ListLabel | Aspose.Words for .NET API 参考

    Paragraph 财产. 得到一个ListLabel提供对该段落的列表编号值和格式化 的访问的对象...Paragraph.ListLabel Paragraph.ListLabel property 得到一个 ListLabel...GetChildNodes ( NodeType . Paragraph , true ); // 查找我们是否有段落列表。...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. IParagraphFormat | Aspose.Slides for C++ API Re...

    This class contains the Paragraph formatting properties. Unlike IParagraphFormatEffectiveData, all properties of this class are writeable....class This class contains the paragraph formatting properties. Unlike...Returns the text alignment in a paragraph with no inheritance. Read...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  6. paragraphs - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PageSize ParagraphAbsorber Paragraphs PasswordBoxField PasswordType...Class Paragraphs java.lang.Object com.aspose.pdf.Paragraphs All...

    reference.aspose.com/pdf/java/com.aspose.pdf/pa...
  7. applyDefaultParagraphIndentsShifts | Aspose.Sil...

    applyDefaultParagraphIndentsShifts applyDefaultParagraphIndentsShifts() function Sets default non-zero shifts for eff......non-zero shifts for effective paragraph Indent and MarginLeft when...(like PowerPoint do if enable paragraph bullets/numbering in it)....

    reference.aspose.com/slides/nodejs-java/aspose....
  8. Aspose::Words::TabStopCollection::Add method | ...

    Aspose::Words::TabStopCollection::Add method. Adds or replaces a tab stop in the collection in C++....(); auto paragraph = System :: ExplicitCast < Paragraph > ( doc...-> GetChild ( NodeType :: Paragraph , 0 , true )); // Below are...

    reference.aspose.com/words/cpp/aspose.words/tab...
  9. OutlineLevel - Aspose.Words for Java - API Refe...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...Specifies the outline level of a paragraph in the document. Field Summary...

    reference.aspose.com/words/java/com.aspose.word...
  10. Updating DocumentTagField sometimes throws exce...

    I am updating document control tags and in some scenarios we are getting ‘Cannot add a node before/after itself’ but it works fine if we add a space before the tag. I am curious to know why would it throw an error and w…...BLOCK) { Paragraph para = new Paragraph(doc); para.appendChild(new...removeAllChildren(); Paragraph para = (Paragraph) sdt.appendChild(new...

    forum.aspose.com/t/updating-documenttagfield-so...