Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 18,529 for

paragraph

(0.22 sec)
  1. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java....HEADING_PARAGRAPH: partType = "Paragraph from heading";...DocumentSplitCriteri.HEADING_PARAGRAPH: partType = "Paragraph from heading";...

    reference.aspose.com/words/java/com.aspose.word...
  2. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form.... paragraph This element is used to combine...

    docs.aspose.com/omr/net/txt-markup/elements-lay...
  3. DocumentBuilder.delete_row method | Aspose.Word...

    DocumentBuilder.delete_row method. Deletes a row from a table....the next row or to the next paragraph after the table. If you delete...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldAdvance.LeftOffset | Aspose.Words for .NET

    Discover the FieldAdvance LeftOffset property to easily adjust text alignment by setting points for precise left movement. Enhance your document layout!...continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldAdvance.VerticalPosition | Aspose.Words fo...

    Discover the FieldAdvance VerticalPosition property to easily adjust text positioning on your page, enhancing layout control and readability....continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ShapeBase.height_relative property | Aspose.Wor...

    ShapeBase.height_relative property. Gets or sets the value that represents the percentage of shape's relative height.... PARAGRAPH : # etting the position binding...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.left_relative property | Aspose.Words...

    ShapeBase.left_relative property. Gets or sets the value that represents shape's relative left position in percent.... PARAGRAPH : # etting the position binding...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....the page where the current Paragraph class is in. $P is replaced...adding TextFragment to the paragraphs collection of PDF documents...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  9. ConditionalStyle.paragraph_format property | As...

    ConditionalStyle.Paragraph_format property. Gets the Paragraph formatting of the conditional style....paragraph_format property ConditionalStyle.paragraph_format property...property Gets the paragraph formatting of the conditional style...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...getSections()) { ParagraphCollection paragraphs = section.getBody().getParagraphs();...getParagraphs(); for (Paragraph paragraph : paragraphs) { ParagraphFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...