Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 36,210 for

paragraph

(0.13 sec)
  1. Word Comparison feasibility in Aspose word for ...

    Hi Team, We are looking for an advanced word comparison functionality. We would like to know if Aspose word have a comparison functionality in word that compares two files and highlight the differences in one file with …...Replace only in the first paragraph. doc.FirstSection.Body.FirstParagraph...with the bookmark name of a paragraph, because in my code I use...

    forum.aspose.com/t/word-comparison-feasibility-...
  2. DocumentBuilder.start_editable_range method | A...

    DocumentBuilder.start_editable_range method. Marks the current position in the document as an editable range start...." + " we cannot edit this paragraph without the password." ) #...builder . writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FindReplaceOptions.ApplyParagraphFormat | Aspos...

    FindReplaceOptions ApplyParagraphFormat property. Paragraph formatting applied to new content in C#....ApplyParagraphFormat property Paragraph formatting applied to new...how to add formatting to paragraphs in which a find-and-replace...

    reference.aspose.com/words/net/aspose.words.rep...
  4. IMathPortion | Aspose.Slides for Android via Ja...

    Represents a portion with mathematical context inside.... 0, 300, 50); IParagraph paragraph = shape.getTextFrame().getParagraphs()...mathPortion = new MathPortion(); paragraph.getPortions().add(mathPortion);...

    reference.aspose.com/slides/androidjava/com.asp...
  5. Aspose::Words::ControlChar::SectionBreak method...

    Aspose::Words::ControlChar::SectionBreak method. End of section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::CellChar field | As...

    Aspose::Words::ControlChar::CellChar field. End of a table cell or end of a table row character: (char)7 or "\a" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::LineFeed method | A...

    Aspose::Words::ControlChar::LineFeed method. Line feed character: "\x000a" or "\n". Same as Lf in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::OptionalHyphenChar ...

    Aspose::Words::ControlChar::OptionalHyphenChar field. Optional Hyphen in Microsoft Word is (char)31 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::Font::get_DoubleStrikeThrough me...

    Aspose::Words::Font::get_DoubleStrikeThrough method. True if the font is formatted as double strikethrough text in C++....ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...System :: ExplicitCast < Paragraph > ( para -> get_ParentNode...

    reference.aspose.com/words/cpp/aspose.words/fon...
  10. The label of footnote are not added when genera...

    Hi, When we generate a docx from JATS XML and convert to PDF. When generating docx: the labels of footnote at the bottom of page in the target docx are missing, while the labels on the context are added correctly. O…... Our code: Paragraph paragraph= new Paragraph(docx); Run runp...nephropathy (MN) cases”); paragraph.appendChild(runp); Footnote...

    forum.aspose.com/t/the-label-of-footnote-are-no...