Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 21,263 for

paragraph

(0.02 sec)
  1. OutlineLevel Enum | Aspose.Words for .NET

    Aspose.Words.OutlineLevel enum. Specifies the outline level of a Paragraph in the document in C#....Specifies the outline level of a paragraph in the document. public enum...Description Level1 0 The paragraph is at the outline level 1...

    reference.aspose.com/words/net/aspose.words/out...
  2. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method...update_field) Appends a field to this paragraph. def append_field ( self ... Appends a field to this paragraph. def append_field ( self ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat | Aspose.Slides for Java API Re...

    This class contains the Paragraph formatting properties.... This class contains the paragraph formatting properties. Unlike...to return and manipulate paragraph formatting properties defined...

    reference.aspose.com/slides/java/com.aspose.sli...
  4. BaseParagraph | Aspose.PDF for Java API Reference

    Represents a abstract base object can be added to the pagedoc.Paragraphs.Add....Paragraphs.Add()). Constructors Constructor...Gets a vertical alignment of paragraph setVerticalAlignment(VerticalAlignment...

    reference.aspose.com/pdf/java/com.aspose.pdf/ba...
  5. IParagraphFormat | Aspose.Sildes for Python via...

    IParagraphFormat Contents [ Hide ] IParagraphFormat class This class contains the Paragraph formatting properties. Un......class This class contains the paragraph formatting properties. Unlike...Returns bullet format of the paragraph. Read-only IBulletFormat ...

    reference.aspose.com/slides/python-net/aspose.s...
  6. CompositeNode.InsertBefore | Aspose.Words for .NET

    CompositeNode InsertBefore method. Inserts the specified node immediately before the specified reference node in C#....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...
  7. Aspose::Words::DocumentBuilder::InsertParagraph...

    Aspose::Words::DocumentBuilder::InsertParagraph method. Inserts a Paragraph break into the document in C++....ragraph method Inserts a paragraph break into the document. System...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. FindReplaceOptions.SmartParagraphBreakReplaceme...

    FindReplaceOptions SmartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace Paragraph break when there is no next sibling Paragraph in C#....it is allowed to replace paragraph break when there is no next...next sibling paragraph. The default value is false . public bool...

    reference.aspose.com/words/net/aspose.words.rep...
  9. 生成word文件,有序列表如何配置序号样式和序号自增 - Free Support Forum...

    我的代码: Document document = new Document(); Section section = new Section(document); Body body = new Body(document); document.removeAllChildren(); section.appendChild(body); document.appendChild(…...appendChild(section); //第一层 Paragraph paragraph = new Paragraph(document); paragraph..."000")); ListFormat listFormat = paragraph.getListFormat(); listFormat...

    forum.aspose.com/t/word/261490
  10. MarkupParagraph | Aspose.PDF for Python via .NE...

    Represents a Paragraph....MarkupParagraph class Represents a paragraph. The MarkupParagraph type...of polygon that describes paragraph. Starting point is lower left...

    reference.aspose.com/pdf/python-net/aspose.pdf....