Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 18,497 for

paragraph

(0.1 sec)
  1. Appending Document Not Maintaining Formatting -...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...document, iterate through the paragraphs and adjust their alignment...foreach (Paragraph paragraph in section.Body.Paragraphs) { // Adjust...

    forum.aspose.com/t/appending-document-not-maint...
  2. FieldFormDropDown Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFormDropDown class, designed to enhance document interactivity with dynamic dropdown fields for seamless user experiences....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::CommentRangeEnd class | Aspose.W...

    Aspose::Words::CommentRangeEnd class. Denotes the end of a region of text that has a comment associated with it. To learn more, visit the documentation article in C++....and can only be a child of Paragraph . See Also Class Node Namespace...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. Aspose::Words::Fields::FieldOcx class | Aspose....

    Aspose::Words::Fields::FieldOcx class. Implements the OCX field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_EndCharacterFont method. Font formatting that will be applied to the last character of text entered into SDT in C++....structured document tag in a new paragraph. auto tagClone = System ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Drawing::RelativeVerticalSize en...

    Aspose::Words::Drawing::RelativeVerticalSize enum. Specifies relatively to what the height of a shape or a text frame is calculated vertically in C++....:: RelativeVerticalPosi :: Paragraph ) { // etting the position...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::RelativeHorizontalPosit...

    Aspose::Words::Drawing::RelativeHorizontalPosition enum. Specifies to what the horizontal position of a shape or text frame is relative in C++....relative to the left side of the paragraph. LeftMargin 4 Specifies that...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. TxtTrailingSpacesOptions | Aspose.Words for Java

    Specifies available options for trailing spaces handling during import from LoadFormat.TEXT file in Java....first line indent to the paragraph to simulate the effect of...loadOptions); ParagraphCollection paragraphs = doc.getFirstSection().getBody()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::ImageData::get_IsLink m...

    Aspose::Words::Drawing::ImageData::get_IsLink method. Returns true if the image is linked to the shape (when SourceFullName is specified) in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Mail Merge and Reporting in C#|Aspose.Words for...

    Mail Merge is a popular feature for quickly creating documents using C#. Aspose.Words for .NET takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex documents such as reports, catalogs, inventories, and invoices....mail merge, I get an empty paragraph left above a merged field...previous node is an empty Paragraph . If so, remove it with e...

    docs.aspose.com/words/net/mail-merge-and-report...