Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 36,219 for

paragraph

(0.09 sec)
  1. Shape object movement - java - Free Support For...

    Hi Team, I am writing to request your assistance with a document formatting issue that I have encountered. Specifically, the issue article has the first Paragraph containing 2 shape objects and the second Paragraph cont…...issue article has the first paragraph containing 2 shape objects...objects and the second paragraph containing a null shape object. We...

    forum.aspose.com/t/shape-object-movement-java/2...
  2. ListTrailingCharacter | Aspose.Words for Java

    Specifies the character that separates the list label from the text of the Paragraph in Java....label from the text of the paragraph. Remarks: Used as a value...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. ParagraphStyle - Aspose.PUB for Java - API Refe...

    Developer's guide to manipulate & convert PUB files to PDF from any Java based application....class describes style of PUB paragraph Constructor Summary Constructors...unordered list in paragraph, if paragraph is an unordered list...

    reference.aspose.com/pub/java/com.aspose.pub/Pa...
  4. How to avoid page breaks inside tags in Aspose....

    Hii Do you have a solution to avoid these kind of page breaksissue.PNG (51.8 KB) Currently we are solving that kind of page breaks via CSS. (page-break-after: avoid;) h1 { font-size: 30px; color: #1094C8; …...KeepTogether properties of the paragraphs that should appear on the...set for heading paragraph and all paragraphs after the heading...

    forum.aspose.com/t/how-to-avoid-page-breaks-ins...
  5. Wrong index coming - Free Support Forum - aspos...

    I have list Paragraphs which i got with the help of Getting Child from current story and fetching only the Paragraph nodes var para = doc.CurrentStory.GetChildNodes(NodeType.Paragraph, true)[para.ParagraphIndex]; and t…...2023, 1:08pm #1 I have list paragraphs which i got with the help...story and fetching only the Paragraph nodes var para = doc.CurrentStory...

    forum.aspose.com/t/wrong-index-coming/270438
  6. Unable to fill background color with text super...

    I want to fill multiple textboxes with a certain number and a background color which depends on the number. My source code is as follows: - Paragraph lastParagraph = document.LastSection.Body.LastParagraph; …...source code is as follows: - Paragraph lastParagraph = document.LastSection...Set left alignment for the paragraph. lastParagraph.ParagraphFormat...

    forum.aspose.com/t/unable-to-fill-background-co...
  7. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Excel using Java Convert Paragraph into Bullet Points in Word...Excel using Python Convert Paragraph into Bullet Points in Word...

    kb.aspose.com/categories/page/7/
  8. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this shape is positioned inline with text....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. #...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Based on matching header need to extract next t...

    Hi team, I need to check current Paragraph and need to point to next node based on some value. Like if the current Paragraph is “Some header” and based on matching value i need to take next table data.... I need to check current paragraph and need to point to next...value. Like if the current paragraph is “ Some header ” and based...

    forum.aspose.com/t/based-on-matching-header-nee...
  10. Extracting captions from table and centering th...

    What I want to do is I want to extract caption and center align them from each image but if one of the table does not have caption, then the next simple Paragraph(or any text) that will also get center aligned. Is there…...caption, then the next simple paragraph(or any text) that will also...nextSibling of table and separate paragraph. So I tried to center align...

    forum.aspose.com/t/extracting-captions-from-tab...