Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 36,521 for

paragraph

(0.37 sec)
  1. Extract paragraph from PDF in column layout - A...

    Hi there, I have attached a PDF page which has Paragraphs in column layout. When i try to programmatically read all the Paragraphs, the Aspose tool is unable to identify the Paragraphs are in column layout. Instead it …...Extract paragraph from PDF in column layout Aspose.PDF Product...attached a PDF page which has paragraphs in column layout. When i...

    forum.aspose.com/t/extract-paragraph-from-pdf-i...
  2. How to determine if paragraph is a table to ski...

    import aspose.words as aw docToRead = aw.Document("...docx") for Paragraph in docToRead.get_child_nodes(aw.NodeType.Paragraph, True) : Paragraph = Paragraph.as_Paragraph() #if Paragraph.istable != 0: …...How to determine if paragraph is a table to skip it? Aspose.Words...aw.Document("...docx") for paragraph in docToRead.get_child_nodes(aw...

    forum.aspose.com/t/how-to-determine-if-paragrap...
  3. Need Help on getting the paragraph Id's for the...

    I need to compare two documents from Base64Encodedstring and need to present the revision results in the given json format. Here is my code for the same // Step 1: Decode the Base64-encoded strings to obtain the conten…...Need Help on getting the paragraph Id's for the revision w.r...Revisions) { // Find the paragraph containing the revision and...

    forum.aspose.com/t/need-help-on-getting-the-par...
  4. Link is creating for entire paragraph - Free Su...

    Hi Team, I am using following code Page page = document.Pages[1]; TextFragmentAbsorber ta = new TextFragmentAbsorber(“Appendix \r\n13-18”); ta.TextSearchOptions = new TextSearchOptions(page.Rect); ta.Visi…...Link is creating for entire paragraph Aspose.PDF Product Family...different lines not for whole paragraph(means for total two lines)...

    forum.aspose.com/t/link-is-creating-for-entire-...
  5. Extract PDF paragraph headers and its content -...

    Hello, I’m trying to extract a PDF Paragraph or section headers with its contents. Can you please help me extract section/Paragraph headers and its contents from the attached document (page 3). Also, i have attached a …...Extract PDF paragraph headers and its content Aspose.PDF Product...I’m trying to extract a PDF paragraph or section headers with its...

    forum.aspose.com/t/extract-pdf-paragraph-header...
  6. How to get the bounding box coordinates of each...

    I am going through various documents of mine and would like to obtain the coordinates (bounding box information) from all of the Paragraphs of a .rtf file. I think Aspose only works on docx files but that should be no is…...bounding box coordinates of each paragraph and table object in a .docx...information) from all of the paragraphs of a .rtf file. I think Aspose...

    forum.aspose.com/t/how-to-get-the-bounding-box-...
  7. Dynamically format paragraph contents in Aspose...

    Hi Team, We have a web application where we have a functionality that allows user to type in a content from front end and we will insert it as a Paragraph in word document through Aspose word. Here user will be given op…...Dynamically format paragraph contents in Aspose word dot net...and we will insert it as a paragraph in word document through Aspose...

    forum.aspose.com/t/dynamically-format-paragraph...
  8. PowerPoint Paragraph Indent and Special Hanging...

    Hi, Is there a way in Aspose.Slides to set “Before text” indentation?indent.PNG (6.7 KB)...PowerPoint Paragraph Indent and Special Hanging Indent Aspose...your question. To manage paragraph indents, you should use options...

    forum.aspose.com/t/powerpoint-paragraph-indent-...
  9. How to return the position of first and last ch...

    Hi, I have a question to get the location of first and last char in a Paragraph in Python aspose. and check if this Paragraph is only one line?...first and last char in a paragraph, Aspose.Words Product Family...first and last char in a paragraph in Python aspose. and check...

    forum.aspose.com/t/how-to-return-the-position-o...
  10. How to know the width in points of a paragraph?...

    Hi, nice to ask a question :blush: I want to know width in points of a Paragraph? image.png (53.1 KB) width in points of Paragraph.docx (67.2 KB) Thank you :smiling_face_with_three_hearts:...the width in points of a paragraph? Aspose.Words Product Family...know width in points of a paragraph? image.png (53.1 KB) width...

    forum.aspose.com/t/how-to-know-the-width-in-poi...