Sort Score
Result 10 results
Languages All
Labels All
Results 8,671 - 8,680 of 15,549 for

paragraph

(0.09 sec)
  1. Node.next_sibling property | Aspose.Words for P...

    Node.next_sibling property. Gets the node immediately following this node.... Document ( MY_DIR + 'Paragraphs.docx' ) node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TabStopCollection.RemoveByIndex | Aspose.Words ...

    Effortlessly manage your tab stops with the RemoveByIndex method. Quickly remove any tab stop from your collection for streamlined design.... Paragraphs [ 0 ]. ParagraphFormat ....

    reference.aspose.com/words/net/aspose.words/tab...
  3. BaselineAlignment Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.BaselineAlignment per un posizionamento preciso dei font. Migliora la formattazione dei tuoi documenti con opzioni di allineamento verticale ottimali.... Paragraphs [ 0 ]. ParagraphFormat ;...

    reference.aspose.com/words/it/net/aspose.words/...
  4. NumSpacing enumeration | Aspose.Words for Python

    aspose.words.NumSpacing enumeration. Specifies possible values in which numeral spacing can be displayed.... first_paragraph . runs [ 0 ] if run . font...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 将各种图像格式转换为PDF|Aspose.PDF for C++

    本主题向您展示如何使用Aspose.PDF for C++库将各种图像格式转换为PDF。...image on a page page -> get_Paragraphs () -> Add ( image ); // Save...ImageFileType :: Dicom ); page -> get_Paragraphs () -> Add ( image ); // Save...

    docs.aspose.com/pdf/zh/cpp/convert-images-forma...
  6. Cómo crear un documento de presentación Hello W...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...Solid ; ashp . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/es/net/how-to-create-hel...
  7. Comment insérer une image dans Word avec Python

    Ce didacticiel fournit des informations rapides sur la façon d'insérer une image dans Word à l'aide de Python. Il contient des informations pour configurer l'environnement, un processus étape par étape et enfin un exemple de code exécutable qui illustre le processus d'insertion d'image dans Word à l'aide de Python....le curseur sur le dernier paragraphe de la dernière section Insérer...en-tête, un pied de page, un paragraphe ou une section en se déplaçant...

    kb.aspose.com/fr/words/python/how-to-insert-pic...
  8. 段落|Aspose.Slides for Python ドキュメント

    PythonにおけるPowerPointプレゼンテーションの段落とポーション... paragraphs [ 0 ] . get_rect () テーブル...para in cell . text_frame . paragraphs : if para . text == "" :...

    docs.aspose.com/slides/ja/python-net/paragraph/
  9. Añadir sellos de imagen en PDF usando Python|As...

    Añadir el sello de imagen en tu documento PDF usando la clase ImageStamp con la biblioteca Aspose.PDF para Python.... paragraphs . add ( ap . text . TextFragment...párrafos del objeto page page . paragraphs . add ( box ) # Guardar el...

    docs.aspose.com/pdf/es/python-net/image-stamps-...
  10. Python을 사용하여 Word 파일의 글머리 기호를 단락으로 변환

    Python을 사용하여 Word 파일의 글머리 기호를 단락으로 변환합니다. 이 문서에서는 Python을 사용하여 Word 문서에서 글머리 기호를 제거하는 단계 목록과 예제 코드를 다룹니다....모든 노드를 반복하고 각 노드를 Word 파일의 paragraphs 클래스 인스턴스로 캐스팅합니다. 각 단락의 ListFormat...World 파일을 Document 클래스에 로드하고 Paragraph 유형의 모든 하위 노드를 반복하여 시작됩니다....

    kb.aspose.com/ko/words/python/convert-bullet-po...