Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 36,256 for

paragraph

(0.18 sec)
  1. Aspose::Words::Settings::ViewOptions Class Refe...

    Provides various options that control how a document is shown in Microsoft Word.... builder->Writeln(u "Paragraph 1, Page 1." ); builder->InsertBreak(...BreakType::PageBreak ); builder->Writeln(u "Paragraph 2, Page 2." ); builder->InsertBreak(...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. BaseParagraph.h - Aspose.PDF for C++ - API Refe...

    BaseParagraph.h 1 #pragma once 2 // Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved. 3 4 #include paragraph. Definition: Graph.h:53 A...class represents generator paragraph note. Definition: Note.h:36...

    reference.aspose.com/pdf/cpp/_base_paragraph_8h...
  3. ImageData.bi_level property | Aspose.Words for ...

    ImageData.bi_level property. Determines whether an image will be displayed in black and white....and append it to the first paragraph. imported_shape = dst_doc...first_section . body . first_paragraph . append_child ( imported_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the image is linked and not stored in the document....and append it to the first paragraph. imported_shape = dst_doc...first_section . body . first_paragraph . append_child ( imported_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImageData.title property | Aspose.Words for Python

    ImageData.title property. Defines the title of an image....and append it to the first paragraph. imported_shape = dst_doc...first_section . body . first_paragraph . append_child ( imported_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph. Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/cpp/working-with-content-...
  7. 22.8 Release Notes|Aspose.Words for Python via ...

    Aspose.Words for Python via .NET 22.8 Release Notes – the latest updates and fixes....to PDF Bug WORDSNET-13937 Paragraph is rendered on previous page...PDF Bug WORDSNET-16447 A Paragraph renders at the end of previous...

    docs.aspose.com/words/python-net/aspose-words-f...
  8. StructuredDocumentTag.appearance property | Asp...

    StructuredDocumentTag.appearance property. Gets/sets the appearance of a structured document tag....structured document tag in a new paragraph. tag_clone = tag . clone (..._tag () builder . insert_paragraph () builder . insert_node (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IStructuredDocumentTag.tag property | Aspose.Wo...

    IStructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...structured document tag in a new paragraph. tag_clone = tag . clone (..._tag () builder . insert_paragraph () builder . insert_node (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Text Alignment in accessible/tagged PDFs - Free...

    Hi, I’m trying to create a document as an accessible PDF (PDF-UA) . I have a problem with text alignment. How do you get a piece of text center-aligned ? Thanks!...Paragraphs.Add(text); text.HorizontalAlignment...Structure Element p.setText(“Paragraph.”); rootElement.appendChild§;...

    forum.aspose.com/t/text-alignment-in-accessible...