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

paragraph

(0.07 sec)
  1. DocumentVisitor.VisitFormField | Aspose.Words f...

    DocumentVisitor VisitFormField method. Called when a form field is encountered in the document in C#.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Portion|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/java/portion/
  3. EditableRange.EditorGroup | Aspose.Words for .NET

    EditableRange EditorGroup property. Returns or sets an alias or editing group which shall be used to determine if the current user shall be allowed to edit this editable range in C#...." + "we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph inside the outer editable...

    reference.aspose.com/words/net/aspose.words/edi...
  4. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Story.FirstParagraph | Aspose.Words for .NET AP...

    Story 财产. 获取故事的第一段... public Paragraph FirstParagraph { get ; } 例子...AppendChild ( new Paragraph ( doc )); Paragraph para = textBox ...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java....Examples: Shows how to insert a paragraph with a top border. Document...between cells or conforming paragraphs. getLeft() Gets the left...

    reference.aspose.com/words/java/com.aspose.word...
  7. Table.Accept | Aspose.Words for .NET

    Table Accept method. Accepts a visitor in C#.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Style.automatically_update property | Aspose.Wo...

    Style.automatically_update property. Specifies whether this style is automatically redefined based on the appropriate value....style when the appropriate paragraph formatting has been changed...property is applicable to paragraph styles only. The default value...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Paragraph.IsListItem | Aspose.Words for .NET

    Paragraph IsListItem property. True when the Paragraph is an item in a bulleted or numbered list in original revision in C#....Hide ] Paragraph.IsListItem property True when the paragraph is an...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words/par...
  10. exportToHtml | Aspose.Sildes for Node.js via Ja...

    exportToHtml exportToHtml(int firstParagraphIndex, int ParagraphsCount, TextToHtmlConversionOptions options) function......function Converts specifying paragraphs to the HTML and returns it...First paragraph index int paragraphsCount int Paragraph count...

    reference.aspose.com/slides/nodejs-java/aspose....