Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 18,545 for

paragraphs

(0.09 sec)
  1. Standard way of extracting the location of revi...

    Hello, I have posted this query on behalf of Ruiz, Manuel MRuiz39@ITS.JNJ.com Currently I am facing issues with setting the parent node of the revisions in the enum, getting the following error: enum.set_current(layou…..., Run, Paragraph, TableCell enum.set_current(layout...nearest ancestor that is a Run/Paragraph/TableCell node = rev.get_ancestor(aw...

    forum.aspose.com/t/standard-way-of-extracting-t...
  2. Adicionar Texto ao PDF usando C#|Aspose.PDF for...

    Aprenda como adicionar texto a um documento PDF em .NET usando Aspose.PDF para aprimoramento de conteúdo e edição de documentos....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/pt/net/add-text-to-pdf-file/
  3. CompositeNode.append_child method | Aspose.Word...

    CompositeNode.append_child method. Adds the specified node to the end of the list of child nodes for this node....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ReplacingArgs.MatchNode | Aspose.Words per .NET

    Scopri la proprietà MatchNode di ReplacingArgs per accedere facilmente al nodo in cui inizia la corrispondenza, migliorando così l'efficienza e la precisione della tua codifica.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/it/net/aspose.words....
  5. Node class | Aspose.Words for Python

    aspose.words.Node class. Base class for all nodes of a Word document... as_paragraph() Cast Node to Paragraph . as_row() Cast...first_section . body . first_paragraph para . append_child ( aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Rotar Texto Dentro de PDF usando C++|Aspose.PDF...

    Aprende diferentes maneras de rotar texto en PDF. Aspose.PDF te permite rotar texto a cualquier ángulo, rotar fragmentos de texto o un párrafo completo....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...párrafo paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/es/cpp/rotate-text-inside-pdf/
  7. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...insert_paragraph() builder.paragraph_format.space_before...space_before = 0 builder.paragraph_format.space_after = 6 builder.font...

    forum.aspose.com/t/docx/310697
  8. Aspose.Words DOM|Aspose.Words برای Python via .NET

    Document Object Model (DOM) یک نمایش در حافظه یک سند Word است. خواندن، دستکاری و اصلاح محتوا و قالب بندی یک سند Word با استفاده از Python....به عنوان مثال، Section یا Paragraph ، از کلاس CompositeNode مشتق...است. Document ، Section ، Paragraph ، Table ، Shape ، Run ، و...

    docs.aspose.com/words/fa/python-net/aspose-word...
  9. Aspose.Words 문서 개체 모델(DOM)에 C++|Aspose.Words 에 ...

    문서 개체 모델(DOM)는 단어 문서의 메모리 내 표현입니다. 다음을 사용하여 단어 문서의 내용 및 서식을 읽고 조작하고 수정합니다 C++....노드를 포함할 수 있는 노드, Section 또는 Paragraph ,에서 유래 CompositeNode 클래스,즉...만들어집니다. Document , Section , Paragraph , Table , Shape , Run ,그리고...

    docs.aspose.com/words/ko/cpp/aspose-words-docum...
  10. ทำให้ DOC โดยใช้ Python

    สร้าง DOC ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง DOC อย่างง่ายดายโดยใช้ไลบรารี Python via .NET...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/th/python-net/make/doc/