Sort Score
Result 10 results
Languages All
Labels All
Results 5,901 - 5,910 of 18,326 for

paragraphs

(0.34 sec)
  1. Как создать PDF с использованием Python|Aspose....

    Создавайте и форматируйте PDF документы с помощью Aspose.PDF для Python через .NET....TextFragment в коллекцию paragraphs страницы Сохраните результирующий...на новую страницу page . paragraphs . add ( ap . text . TextFragment...

    docs.aspose.com/pdf/ru/python-net/create-pdf-do...
  2. Aspose.PDF С++ Contoh|Aspose.PDF untuk C++

    Halaman ini menunjukkan cara menggunakan pemrograman sederhana untuk membuat dokumen PDF yang berisi teks - Hello World...."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);...

    docs.aspose.com/pdf/id/cpp/hello-world-example/
  3. Aspose.PDF С++ Exemple|Aspose.PDF pour C++

    Cette page montre comment utiliser une programmation simple pour créer un document PDF contenant le texte - Bonjour Monde....auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/fr/cpp/hello-world-example/
  4. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。..." ); // Access the first paragraph and set its horizontal alignment...Left ); // Access the second paragraph and set its horizontal alignment...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...
  5. EditableRangeEnd.NodeType | Aspose.Words per .NET

    Scopri la proprietà NodeType EditableRangeEnd, che restituisce in modo efficiente EditableRangeEnd per funzionalità avanzate di modifica dei documenti...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/it/net/aspose.words/...
  6. EditableRange.EditableRangeEnd | Aspose.Words p...

    Scopri la proprietà EditableRangeEnd e accedi facilmente al nodo che segna la fine dell'intervallo modificabile per una gestione fluida dei contenuti...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Aspose::Words::PageSetup::get_LineNumberDistanc...

    Aspose::Words::PageSetup::get_LineNumberDistanceFromText method. Gets or sets distance between the right edge of line numbers and the left edge of the document in C++....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". // This paragraph is on the 15th line, which...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Aspose::Words::PageSetup::get_LineNumberRestart...

    Aspose::Words::PageSetup::get_LineNumberRestartMode method. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously in C++....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". // This paragraph is on the 15th line, which...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....txt document with a custom paragraph break. Document doc = new...writeln("Paragraph 1."); builder.writeln("Paragraph 2."); builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. 搜索

    搜索...Paragraphs 屬性訪問其文本。 從段落的每個 部分 中檢索並打印文本。...foreach (Paragraph para in textFramesSlideOne[i].Paragraphs) { //遍歷當前段落中的部分...

    blog.aspose.com/zh-hant/slides/extract-text-fro...