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

paragraphs

(0.58 sec)
  1. ControlChar.FieldSeparatorChar | Aspose.Words p...

    Scopri come ControlChar FieldSeparatorChar migliora la gestione dei dati separando in modo efficace i codici di campo dai valori, ottimizzando il flusso di lavoro senza sforzi.... Paragraph , true ). Count ); builder...GetChildNodes ( NodeType . Paragraph , true ). Count ); // Il carattere...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...paragraphs.count for j in range(para_count):...range(para_count): para = footnote.paragraphs[j] run_count = para.runs...

    forum.aspose.com/t/change-styles-for-complete-d...
  3. Convertir divers formats d'images en PDF|Aspose...

    Ce sujet vous montre comment la bibliothèque Aspose.PDF pour C++ permet de convertir divers formats d'images en PDF....ajouté à la Page en tant que Paragraphe. Enfin, enregistrez le fichier...image on a page page -> get_Paragraphs () -> Add ( image ); // Save...

    docs.aspose.com/pdf/fr/cpp/convert-images-forma...
  4. Lưu trữ

    Lưu trữ...TextParagraph paragraph = new TextParagraph(); paragraph.Position...đoạn văn paragraph.AppendLine(textFragment1); paragraph.Append...

    blog.aspose.com/vi/pdf/rotate-text-inside-pdf-d...
  5. ค้นหา

    ค้นหา...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/th/words/work-with-table-of-con...
  6. 搜索

    搜索...TextParagraph paragraph = new TextParagraph(); paragraph.Position...將文本片段附加到段落 paragraph.AppendLine(textFragment1); paragraph.Append...

    blog.aspose.com/zh-hant/pdf/rotate-text-inside-...
  7. Empty page not getting removed - Free Support F...

    Hi Team, I have the following code that removes empty pages in document. But in one particular document , empty page (page number 3 ) is not getting removed. Providing the code for reference and attaching the document…...PARAGRAPH) { Paragraph para = (Paragraph) node; if...== NodeType.PARAGRAPH) { Paragraph para = (Paragraph) node; if...

    forum.aspose.com/t/empty-page-not-getting-remov...
  8. 複雑なPDFの作成|Aspose.PDF for C++

    Aspose.PDF for C++を使用すると、画像、テキストフラグメント、テーブルを1つのドキュメントに含む、より複雑なドキュメントを作成できます。... ヘッダーをページの Paragraphs に追加します。 Create a TextFragment...alignment. Add (説明) to the page Paragraphs. Create a table, add table...

    docs.aspose.com/pdf/ja/cpp/complex-pdf-example/
  9. Архивы

    Архивы...Paragraphs . Получить и распечатать...foreach (Paragraph para in textFramesSlideOne[i].Paragraphs) { //Перебирать...

    blog.aspose.com/ru/slides/extract-text-from-pow...
  10. Arbeiten mit Absätzen in Python|Aspose.Words fü...

    Fügen Sie einen Absatz ein und legen Sie seine Formatierung in einem Dokument mit Python fest....wird ein Absatz durch die Paragraph -Klasse dargestellt. Fügen...Absatzformatierung wird durch die paragraph_format -Eigenschaft bestimmt...

    docs.aspose.com/words/de/python-net/working-wit...