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

paragraphs

(3.31 sec)
  1. CompositeNode.index_of method | Aspose.Words fo...

    CompositeNode.index_of method. Returns the index of the specified child node in the child node array....Retrieve the index of the last paragraph in the body of the first section.... index_of ( body . last_paragraph )) See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Criar ou Adicionar Tabela No PDF|Aspose.PDF for...

    Aspose.PDF para C++ é uma biblioteca usada para criar, ler e editar Tabelas PDF. Usando esta biblioteca, você pode paginar uma tabela na página PDF usando C++....Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // Salvar...

    docs.aspose.com/pdf/pt/cpp/add-table-in-existin...
  3. Convertir les présentations PowerPoint en vidéo...

    Apprenez comment convertir les présentations PowerPoint et OpenDocument en vidéo avec Python. Découvrez des exemples de code et des techniques d'automatisation pour rationaliser votre flux de travail....exemple, nous animons les paragraphes sur les objets afin qu’ils..., 300 ) para1 = slides . Paragraph () para1 . portions . add...

    docs.aspose.com/slides/fr/python-net/convert-po...
  4. 複雑な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/
  5. 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...
  6. ค้นหา

    ค้นหา...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...
  7. 搜索

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

    blog.aspose.com/zh-hant/pdf/rotate-text-inside-...
  8. 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...
  9. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...then appears in the parent Paragraph's RunCollection. RunCollection...

    reference.aspose.com/words/java/com.aspose.word...
  10. Paste the styles after sentence correction - Fr...

    Hi we have a document which contains grammar corrections and sentence corrections we have run information along with actual paragraph - stored in form of dictionary, which contains complete paragraph as ‘text’ and style…...information along with actual paragraph - stored in form of dictionary... which contains complete paragraph as ‘text’ and style(font name...

    forum.aspose.com/t/paste-the-styles-after-sente...