Sort Score
Result 10 results
Languages All
Labels All
Results 7,011 - 7,020 of 18,590 for

paragraphs

(0.32 sec)
  1. CompositeNode.CreateNavigator | Aspose.Words pe...

    Scopri il metodo CompositeNode CreateNavigator per attraversare e leggere i nodi senza sforzo, migliorando la tua esperienza di navigazione dei dati.... Write ( "Section 1, Paragraph 1. " ); docBuilder . InsertParagraph...docBuilder . Write ( "Section 1, Paragraph 2. " ); doc . AppendChild...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Как убрать разрывы страниц в Word с помощью Java

    В этой статье описывается, как устранить разрывы страниц в Word с помощью Java. В нем есть подробная информация о настройках среды, список шагов программирования и исполняемый пример кода для удаления всех разрывов страниц в Word с использованием Java....к абзацам Переберите все paragraphs , чтобы найти и удалить разрывы...значение перечислителя NodeType.PARAGRAPH для фильтрации абзацев из...

    kb.aspose.com/ru/words/java/how-to-eliminate-pa...
  3. Python Kullanarak Word'de Sayfa Sonunu Silme

    Bu makale, Python kullanarak Word'de sayfa sonunun nasıl silineceği konusunda rehberlik eder. Python kullanarak Word'deki tüm sayfa sonlarını kaldırmak için IDE ayarları, bir görev listesi ve çalıştırılabilir bir örnek kod hakkındaki ayrıntıları paylaşır....sınıf nesnesine yükleyin ve paragraphs sınıfına erişin Tüm paragrafları...koleksiyonundaki her düğüm, as_paragraph() yöntemi kullanılarak bir...

    kb.aspose.com/tr/words/python/how-to-delete-pag...
  4. Aspose::Words::Layout::LayoutEnumerator class |...

    Aspose::Words::Layout::LayoutEnumerator class. Enumerates page layout entities of a document. You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered, as well as overall structure and relationships. Use combination of GetEntity() and Current move to the entity which corresponds to a document node. To learn more, visit the documentation article in C++....When iterating lines of a paragraph broken across pages this method...When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX using C++ library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun->get_NextSibling()...

    products.aspose.com/words/cpp/make/docx/
  6. 档案

    档案...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/zh/words/working-with-table-of-...
  7. Archiv

    Archiv...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/de/words/working-with-table-of-...
  8. آرشیوها

    آرشیوها...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/fa/words/working-with-table-of-...
  9. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...Paragraphs.Add(text1); Page page2 =...the second page"); page2.Paragraphs.Add(text2); Page page3 =...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  10. HtmlLoadOptions.block_import_mode property | As...

    HtmlLoadOptions.block_import_mode property. Gets or sets a value that specifies how properties of block-level elements are imported...style='border:solid'> \n <p>paragraph 1</p> \n <p>paragraph 2</p> \n </div>...

    reference.aspose.com/words/python-net/aspose.wo...