Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 18,334 for

paragraph

(0.12 sec)
  1. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...can have text, can contain Paragraph and Table nodes as children...firstParagraph Gets the first paragraph in the shape. flipOrientation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table of Contents List of Tables or Figures|Asp...

    Learn how to add a Table of Contents, List of Tables, or Figures in PDF reports using Aspose.PDF for Reporting Services....shown in the ‘List Section’ paragraph. 3- Add custom property for...

    docs.aspose.com/pdf/reportingservices/table-of-...
  3. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current Paragraph (no text before the cursor)....beginning of the current paragraph (no text before the cursor)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....Specifies how to export empty paragraphs to Markdown. getEncoding()...Specifies the string to use as a paragraph break when exporting in text...

    reference.aspose.com/words/java/com.aspose.word...
  5. LayoutEnumerator.Current | Aspose.Words for .NET

    Discover the LayoutEnumerator Current property to easily access and modify the current position in your page layout model for enhanced design flexibility.... Paragraph , 1 , true )); Assert . That...

    reference.aspose.com/words/net/aspose.words.lay...
  6. LayoutCollector.Clear | Aspose.Words for .NET

    Efficiently clear all collected layout data with the LayoutCollector Clear method. Ideal for post-update document management and layout rebuilding.... Paragraph , 1 , true )); Assert . That...

    reference.aspose.com/words/net/aspose.words.lay...
  7. TextureIndex enumeration | Aspose.Words for Nod...

    Aspose.Words.TextureIndex enumeration. Specifies shading texture.... write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldPageRef.insert_relative_position property ...

    FieldPageRef.insert_relative_position property. Gets or sets whether to insert a relative position of the bookmarked Paragraph....position of the bookmarked paragraph. @property def insert_relative_position...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CSS 选择器 – CSS 和 HTML 示例

    学习如何有效地使用 CSS 选择器来选择 HTML 文档中需要样式的元素。...1 < p id = "demo" > This paragraph has a special ID on it !</...> This is just a regular paragraph. </ p > 类别选择器 类选择器可匹配具有特定...

    docs.aspose.com/html/zh/net/tutorial/css-select...
  10. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....TextFrame ; // Creates the Paragraph object for the text frame...frame IParagraph paragraph = txtFrame . Paragraphs [ 0 ]; // Creates...

    docs.aspose.com/slides/net/manage-table/