Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 15,601 for

paragraph

(0.1 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    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....Shape Set Line Spacing of the Paragraph in a Shape or Textbox...

    docs.aspose.com/cells/java/change-character-spa...
  2. Known Issues in Aspose.Slides for Java 14.4.0|A...

    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....(tabulation, indentation and paragraph formatting limitations). Info...

    docs.aspose.com/slides/java/known-issues-in-asp...
  3. Shading.backgroundPatternColor property | Aspos...

    Shading.backgroundPatternColor property. Gets or sets the color that's applied to the background of the [Shading](../) object.... write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentSplitCriteria enumeration | Aspose.Word...

    Aspose.Words.Saving.DocumentSplitCriteria enumeration. Specifies how the document is split into parts when saving to [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub) or [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) format....at page breaks and heading paragraphs in the same export operation...section on a new page, or a paragraph that has its ParagraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Insert Picture in Word using Python

    This tutorial provides quick information on how to insert picture in Word using Python. It contains information to configure the environment, a step-by-step process and finally a runnable sample code that demonstrates the process to insert image in Word using Python....Move the cursor to the last paragraph in the last section Insert...cell, field, header, footer, paragraph, or section by moving with...

    kb.aspose.com/words/python/how-to-insert-pictur...
  6. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 C# 或 .NET 中将 PowerPoint 转换为视频... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...for .NET" )); Paragraph para2 = new Paragraph (); para2 . Portions...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  7. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method...the end of the specified paragraph. def build_and_insert ( self...ref_node : aspose . words . Paragraph ): ... Parameter Type Description...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BaselineAlignment enumeration | Aspose.Words fo...

    aspose.words.BaselineAlignment enumeration. Specifies fonts vertical position on a line....Aligns to the baseline of the paragraph. BOTTOM Aligns to the bottom...first_section . body . paragraphs [ 0 ] . paragraph_format if format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Cell.parentRow property | Aspose.Words for Node.js

    Cell.parentRow property. Returns the parent row of the cell....Enabling KeepWithNext for every paragraph in the table except for the...for ( let para of cell . paragraphs . toArray ()) { expect (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby....new paragraph and append the watermark to this paragraph. watermarkPara...import ( "com.aspose.words.Paragraph" ) . new ( doc ) watermarkPara...

    docs.aspose.com/words/java/add-watermark-in-ruby/