Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 36,285 for

paragraph

(0.09 sec)
  1. Presentation Theme|Aspose.Slides Documentation

    PowerPoint presentation theme in C# or .NET...100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/net/presentation-theme/
  2. IsParagraphHasMargin | Aspose.PDF for .NET API ...

    Gets or sets is Paragraph has default margin otherwise margin is 0...property Gets or sets is paragraph has default margin otherwise...

    reference.aspose.com/pdf/net/aspose.pdf/htmlfra...
  3. MarginRight | Aspose.Sildes for .NET API Reference

    Returns or sets the right margin in a Paragraph with no inheritance. Read/write Single....sets the right margin in a paragraph with no inheritance. Read/write...

    reference.aspose.com/slides/net/aspose.slides/p...
  4. TextParagraph.DefaultTabSize | Aspose.Cells for...

    TextParagraph property. Gets and sets the default size for a tab character within this Paragraph...tab character within this paragraph. public double DefaultTabSize...

    reference.aspose.com/cells/net/aspose.cells.dra...
  5. LatinLineBreak | Aspose.Sildes for .NET API Ref...

    Determines whether the Latin line break is used in a Paragraph. Read/write NullableBoolaspose.slides/nullablebool....Latin line break is used in a paragraph. Read/write NullableBool ...

    reference.aspose.com/slides/net/aspose.slides.c...
  6. TextParagraph.AlignmentType | Aspose.Cells for ...

    TextParagraph property. Gets and sets the text horizontal alignment type of the Paragraph...horizontal alignment type of the paragraph. public TextAlignmentType...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. shape - Aspose.Words for Java - API Reference

    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...can have text, can contain Paragraph and Table nodes as children...

    reference.aspose.com/words/java/com.aspose.word...
  8. set_LatinLineBreak() | Aspose.Slides for C++ AP...

    Determines whether the Latin line break is used in a Paragraph. No inheritance applied. Write NullableBool....Latin line break is used in a paragraph. No inheritance applied. Write...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  9. get_Color() | Aspose.Slides for C++ API Reference

    Returns the color format of a bullet of a Paragraph with no inheritance. Read-only IColorFormat....color format of a bullet of a paragraph with no inheritance. Read-only...

    reference.aspose.com/slides/cpp/aspose.slides/b...
  10. Aspose.word 如何删除文档里的段落, - Free Support Forum - ...

    比如我想删除下文中的第四段的第四小节,每次返回的都是一行的内容,我需要的是返回标题和下面的正文及图表等 四、健康管理情况 (1)高血压健康管理情况 2024年高血压人数100人。 (2)糖尿病健康管理情况 2024年糖尿病人数100人。 (3)新冠人群健康管理情况 2024年新冠人数100人。 (4)三高人数健康管理情况 2024年三高人数100人。 foreach (Paragraph para in _doc.G…... foreach (Paragraph para in _doc.GetChildNodes(NodeType...GetChildNodes(NodeType.Paragraph,true)) { Debug.WriteLine(para.GetText());...

    forum.aspose.com/t/aspose-word/292318