Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 36,517 for

paragraph

(0.07 sec)
  1. Having Issue to read the level numbers from doc...

    Having Issue to read the level numbers from docx , which is having only levels, not the headers. I am able to read the Level text, but not the Level Numbers. I am using Trial version of Aspose java. Can you please pro…... for (Paragraph paragraph : (Iterable<Paragraph>) doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { System.out.println(paragraph.getListLabel()...

    forum.aspose.com/t/having-issue-to-read-the-lev...
  2. Aspose::Words::FrameFormat::get_HorizontalDista...

    Aspose::Words::FrameFormat::get_HorizontalDistanceFromText method. Gets horizontal distance between a frame and the surrounding text, in points in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  3. Aspose::Words::FrameFormat::get_VerticalAlignme...

    Aspose::Words::FrameFormat::get_VerticalAlignment method. Gets vertical alignment of the specified frame in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  4. Aspose::Words::FrameFormat::get_VerticalPositio...

    Aspose::Words::FrameFormat::get_VerticalPosition method. Gets vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  5. Aspose::Words::FrameFormat::get_RelativeHorizon...

    Aspose::Words::FrameFormat::get_RelativeHorizontalPosition method. Gets the relative horizontal position of a frame in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  6. Aspose::Words::Run Class Reference - Aspose.Wor...

    Represents a run of characters with the same font formatting....Run can only be a child of Paragraph or inline StructuredDocumentTa...document, by default, has one paragraph. ASSERT_EQ(1, doc->get_Fi...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Paragraph.JoinRunsWithSameFormatting | Aspose.W...

    Paragraph JoinRunsWithSameFormatting method. Joins runs with the same formatting in the Paragraph in C#....JoinRunsWithSameForm Contents [ Hide ] Paragraph.JoinRunsWithSameForm method...the same formatting in the paragraph. public int JoinRunsWithSameForm...

    reference.aspose.com/words/net/aspose.words/par...
  8. 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...
  9. Aspose::Pdf::BaseParagraph Class Reference - As...

    Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members Aspose......Paragraphs.Add()). More... #include...Gets a vertical alignment of paragraph More... virtual ASPOSE_PDF_SHARED_API...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.b...
  10. 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...