Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 17,314 for

paragraph

(0.06 sec)
  1. Aspose Java Words _ Incorrect Formatting handli...

    I have a usecase where I am getting an OCRed copy. All the header, footer and page number data has been converted into text. And it has broken the document formatting as well. Attaching a sample document for the referenc…...PARAGRAPH, true)) { bodyText.append(((Paragraph) node)...of how to apply a style to paragraphs: Document doc = new Docu...

    forum.aspose.com/t/aspose-java-words-incorrect-...
  2. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. ShapeBase.allowOverlap property | Aspose.Words ...

    ShapeBase.allowOverlap property. Gets or sets a value that specifies whether this shape can overlap other shapes.... Paragraph ); expect ( table . allowOverlap...Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Table.horizontal_anchor property | Aspose.Words...

    Table.horizontal_anchor property. Gets the base object from which the horizontal positioning of floating table should be calculated... PARAGRAPH , table . vertical_anchor...COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table.vertical_anchor property | Aspose.Words f...

    Table.vertical_anchor property. Gets the base object from which the vertical positioning of floating table should be calculated... PARAGRAPH , table . vertical_anchor...COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListFormat.list_indent method | Aspose.Words fo...

    ListFormat.list_indent method. Increases the list level of the current Paragraph by one level....list level of the current paragraph by one level. def list_indent...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FindReplaceOptions.ignore_inserted property | A...

    FindReplaceOptions.ignore_inserted property. Gets or sets a boolean value indicating either to ignore text inside insert revisions...revisions and insert a paragraph. That paragraph will be an insert.... first_section . body . paragraphs [ 1 ] . is_insert_revision...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListFormat.listIndent method | Aspose.Words for...

    ListFormat.listIndent method. Increases the list level of the current Paragraph by one level....list level of the current paragraph by one level. listIndent ()...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TabLeader | Aspose.Words for Java

    Specifies the type of the leader line displayed under the tab character in Java....for a paragraph. Document doc = new Document(); Paragraph para...getFirstParagraph(); // If we are in a paragraph with no tab stops in this...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::TabStop::TabStop constructor | A...

    Aspose::Words::TabStop::TabStop constructor. Initializes a new instance of this class in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...