Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 15,601 for

paragraphs

(0.05 sec)
  1. FieldRef.bookmark_name property | Aspose.Words ...

    FieldRef.bookmark_name property. Gets or sets the referenced bookmark's name....'MyBookmark' , 'The referenced paragraph is ' , ' this field. \n '...'MyBookmark' , "The bookmark's paragraph number is " , ' \n ' ) field...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. Comment lire un document Word en C#

    Ce bref tutoriel vous explique comment lire un document Word en C#. Pour lire du texte à partir d'un document Word, les détails de l'environnement C# et un exemple de code exécutable avec description sont partagés....type Paragraph du document Convertissez chaque paragraphe en chaîne...puis en accédant à tous ses paragraphes pour afficher le texte. Il...

    kb.aspose.com/fr/words/net/how-to-read-word-doc...
  5. جزء|وثائق Aspose.Slides لـ Python

    احصل على جزء في عرض PowerPoint باستخدام بايثون...text_frame for paragraph in textFrame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/ar/python-net/portion/
  6. Animierter Text|Aspose.Slides Dokumentation

    Animierter Text in PowerPoint mit Java...get_Item ( 0 ); IParagraph paragraph = autoShape . getTextFrame...getMainSequence (). addEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/de/java/animated-text/
  7. How to Create Tagged PDF using Python

    This short tutorial describes how to create tagged PDF using Python. It contains the IDE settings, a set of tasks for the application and a runnable sample code for adding tags to PDF files using Python....content Create a header and a paragraph element and set the text Append...Append the header and paragraph elements to the root element...

    kb.aspose.com/pdf/python/how-to-create-tagged-p...
  8. EditableRange.editor_group property | Aspose.Wo...

    EditableRange.editor_group property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range...." + 'we cannot edit this paragraph without the password.' ) #...builder . writeln ( 'This paragraph inside the outer editable...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....body, which in turn has a paragraph. // We can add contents to...shapes, or tables to that paragraph. expect ( doc . getChild (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShapeBase.wrap_type property | Aspose.Words for...

    ShapeBase.wrap_type property. Defines whether the shape is inline or floating... TOP # Add a paragraph to the text box and add a...aw . Paragraph ( doc )) para = text_box . first_paragraph para...

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