Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 18,952 for

paragraphs

(0.08 sec)
  1. Форматирование текста PowerPoint в Python|Докум...

    Узнайте, как форматировать и оформлять текст в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides for Python via .NET. Настраивайте шрифты, цвета, выравнивание и многое другое с помощью мощных примеров кода на Python.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/ru/python-net/text-forma...
  2. Texte Animé|Documentation Aspose.Slides

    Texte animé dans PowerPoint avec Java...des Effets d’Animation aux Paragraphes Nous avons ajouté la méthode...effets d’animation à un seul paragraphe. Ce code d’exemple vous montre...

    docs.aspose.com/slides/fr/androidjava/texte-anime/
  3. CompareOptions.ignore_fields property | Aspose....

    CompareOptions.ignore_fields property. Specifies whether to compare differences in fields....( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompareOptions.ignore_formatting property | Asp...

    CompareOptions.ignore_formatting property. True indicates that formatting is ignored....( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.move_to_document_end method | A...

    DocumentBuilder.move_to_document_end method. Moves the cursor to the end of the document....end_bookmark ( 'MyBookmark' ) first_paragraph_nodes = doc . first_section...first_section . body . first_paragraph . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompositeNode.remove_all_children method | Aspo...

    CompositeNode.remove_all_children method. Removes all the child nodes of the current 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...
  7. ShapeBase.IsInline | Aspose.Words for .NET

    Discover the ShapeBase IsInline property to easily check if your shape aligns with text, enhancing your design and improving layout efficiency....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. //...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TxtSaveOptionsBase.ParagraphBreak | Aspose.Word...

    Discover TxtSaveOptionsBase's ParagraphBreak property, allowing custom paragraph breaks for seamless text format exports. Enhance your document's readability!...Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Python을 사용한 지역 기반 추출|Aspose.PDF for Python via ...

    Python용 Aspose.PDF 를 사용하여 PDF 문서의 특정 페이지 영역 또는 단락 구조에서 텍스트를 추출하는 방법을 알아봅니다....pdf as ap def extract_paragraphs_from_pdf ( infile , outfile...outfile ): """ Extract all paragraphs from a PDF document, and write...

    docs.aspose.com/pdf/ko/python-net/region-based-...
  10. Navigation with Cursor in Node.js|Aspose.Words ...

    Navigate between different nodes within a document such as a paragraph, bookmark, or a specific character using Node.js....get the currently selected paragraph or the currently selected...currentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/nodejs-net/navigation-wit...