Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 18,529 for

paragraph

(0.12 sec)
  1. نظرة عامة على منشئ المستندات في Python|Aspose.W...

    يتيح لك DocumentBuilder إنشاء مستندات ديناميكية من البداية أو إضافة عناصر جديدة إلى المستندات الموجودة باستخدام Python. يوفر DocumentBuilder طرقًا لإدراج النص ومربعات الاختيار والجداول والصور وعناصر المحتوى الأخرى في Python.... يحدد paragraph_format تنسيق الفقرة الحالية...أنه يتم تحديث خصائص font و paragraph_format و page_setup عندما...

    docs.aspose.com/words/ar/python-net/document-bu...
  2. Cuadro de texto|Documentación de Aspose.Slides

    Trabaja con cuadros de texto en Aspose.Slides para Java: agrega, formatea, alinea, ajusta, autoajusta y estiliza texto usando Java para presentaciones PPT, PPTX y ODP.... IParagraph paragraph = textBox . getTextFrame ()...IPortionFormat textFormat = paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/es/java/examples/element...
  3. Hello World Anwendung mit Aspose.Slides für C++...

    Erstellen Sie Ihre erste C++-Anwendung mit Aspose.Slides, ein einfaches Hello-World-Beispiel, das Sie bereit macht, PPT-, PPTX- und ODP-Präsentationen zu automatisieren....h> #include <DOM/Paragraph.h> #include <DOM/ParagraphCollection...-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...

    docs.aspose.com/slides/de/cpp/hello-world-appli...
  4. Rendu en C++|Aspose.Words pour C++

    Utilisation Aspose.Words pour C++ fonction de rendu pour formater un document de mise en page de flux en pages et convertir un tel document ou des pages sélectionnées en d'autres documents (PDF, HTML, XPS, etc.) ou des images (TIFF, PNG, SVG, etc.) formats pour la visualisation, les conversions ultérieures ou l'impression....divers éléments tels que des paragraphes, des tableaux, des en-têtes...sur la position où chaque paragraphe ou caractère particulier...

    docs.aspose.com/words/fr/cpp/rendering/
  5. 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...
  6. SaveOptions class | Aspose.Words for Python

    aspose.words.saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format...the document into heading paragraphs. # This is useful for readers...DocumentSplitCriteri . HEADING_PARAGRAPH # Specify that we want to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties.... paragraph_format . alignment = aw ....DocumentBuilder.is_at_end_of_paragraph property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldBidiOutline Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Fields.FieldBidiOutline لتنفيذ حقل BIDIOUTLINE بسلاسة، مما يعزز قدرات معالجة المستندات لديك.... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) { para . ParagraphFormat...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Python을 사용하여 Word 파일의 글머리 기호를 단락으로 변환

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

    kb.aspose.com/ko/words/python/convert-bullet-po...
  10. Shape.has_chart property | Aspose.Words for Python

    Shape.has_chart property. Returns ``True`` if this [Shape](../) has a [Chart](../../../aspose.words.drawing.charts/chart/)....first_paragraph property Shape.has_image property...

    reference.aspose.com/words/python-net/aspose.wo...