Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 18,953 for

paragraphs

(0.15 sec)
  1. Section.page_setup property | Aspose.Words for ...

    Section.page_setup property. Returns an object that represents page setup and section properties....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...
  2. Python 언어를 사용한 Hello World 예제|Aspose.PDF for Py...

    이 샘플은 Aspose.PDF for Python을 사용하여 간단한 PDF "Hello, World!" 문서를 만드는 방법을 보여줍니다.... page_get_paragraphs 함수를 사용하여 페이지의 단락 모음을 가져옵니다...이름을 “sample.jpg"로 설정합니다. paragraphs_add_image 함수를 사용하여 이미지 객체를...

    docs.aspose.com/pdf/ko/python-cpp/hello-world-e...
  3. ASP - COM相互運用を介したJScript|Aspose.PDF for .NET

    COM Interopを通じてASPおよびJScriptアプリケーションでAspose.PDF for .NETを使用する方法を学びます。高度なPDF機能を有効にします。...JScript" ; // Add Text paragraph to paragraphs collection of a section...section pdfpage . Paragraphs . Add ( SampleText ); // Save PDF...

    docs.aspose.com/pdf/ja/net/asp-jscript-via-com-...
  4. Story.LastParagraph | Aspose.Words per .NET

    Accedi senza sforzo all'ultimo paragrafo della tua storia con la proprietà Story LastParagraph, migliorando la tua esperienza di gestione e modifica della narrazione.... public Paragraph LastParagraph { get ; } Esempi...Trim ()); Guarda anche class Paragraph class Story spazio dei nomi...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Story.lastParagraph property | Aspose.Words for...

    Story.lastParagraph property. Gets the last paragraph in the story....lastParagraph property Gets the last paragraph in the story. get lastParagraph...lastParagraph () : Aspose . Words . Paragraph Examples Shows how to move...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ViewOptions.do_not_display_page_boundaries prop...

    ViewOptions.do_not_display_page_boundaries property. Turns off display of the space between the top of the text and the top edge of the page.... writeln ( 'Paragraph 1, Page 1.' ) builder . insert_break...PAGE_BREAK ) builder . writeln ( 'Paragraph 2, Page 2.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells....format, and a cell's inner paragraph use different border settings... first_cell . last_paragraph . paragraph_format . borders . vertical...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Cell.lastParagraph property | Aspose.Words for ...

    Cell.lastParagraph property. Gets the last paragraph among the immediate children....lastParagraph property Gets the last paragraph among the immediate children...lastParagraph () : Aspose . Words . Paragraph Examples Shows how to apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.Words DOM|Aspose.Words pentru Python via...

    Document Object Model (DOM) este o reprezentare în memorie a unui document Word. Citiți, manipulați și modificați conținutul și formatarea unui document Word folosind Python.... de exemplu, Section sau Paragraph , derivă din clasa CompositeNode...jos. Document , Section , Paragraph , Table , Shape , Run , și...

    docs.aspose.com/words/ro/python-net/aspose-word...
  10. Save MD – C# Markdown Parser

    Код для збереження файлів Markdown на C#. Використовуйте бібліотеку C# для аналізу, редагування та збереження Markdown....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "Markdown...

    products.aspose.com/html/uk/net/save-md/