Sort Score
Result 10 results
Languages All
Labels All
Results 7,251 - 7,260 of 18,520 for

paragraph

(0.93 sec)
  1. إنشاء ملف PDF معقد|Aspose.PDF لـ Python عبر .NET

    يتيح لك Aspose.PDF لـ Python عبر .NET إنشاء مستندات أكثر تعقيدًا تحتوي على صور وقطع نصية وجداول في مستند واحد.... إضافة الرأس إلى paragraphs الصفحة. إنشاء TextFragment...Position ( 130 , 720 ) page . paragraphs . add ( header ) # إضافة...

    docs.aspose.com/pdf/ar/python-net/complex-pdf-e...
  2. Szöveg és képek kibontása PPTX dokumentumból C+...

    C++ példakód szöveg és képek PPTX fájlból történő kivonásához a C++ Runtime Environment for Windows 32 bit, Windows 64 bit és Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/hu/cpp/parser/pptx/
  3. Bekerja dengan Judul di PDF|Aspose.PDF for .NET

    Buat penomoran di judul dokumen PDF Anda dengan C#. Aspose.PDF for .NET menawarkan berbagai jenis gaya penomoran.... Paragraphs . Add ( floatBox ); // Add...IsAutoSequence = true ; floatBox . Paragraphs . Add ( heading ); var heading2...

    docs.aspose.com/pdf/id/net/working-with-headings/
  4. العمل مع العناوين في PDF|Aspose.PDF for .NET

    إنشاء ترقيم في العنوان في مستند PDF الخاص بك باستخدام C#. Aspose.PDF for .NET يقدم أنواعًا مختلفة من أنماط الترقيم.... Paragraphs . Add ( floatBox ); // Add...IsAutoSequence = true ; floatBox . Paragraphs . Add ( heading ); var heading2...

    docs.aspose.com/pdf/ar/net/working-with-headings/
  5. Szöveg és képek kibontása az ODP-dokumentumból ...

    C++ példakód szövegek és képek kinyerésére ODP-fájlból C++ Runtime Environment for Windows 32 bit, Windows 64 bit és Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/hu/cpp/parser/odp/
  6. FAQ|Aspose.Slides pour Python Documentation

    Obtenez des réponses aux FAQ sur Aspose.Slides pour Python via .NET, couvrant la prise en charge de PowerPoint et OpenDocument, les conseils d'installation, la licence, le dépannage....Q: Pourquoi les tailles de paragraphe diferent-elles sous Windows...Le calcul des tailles de paragraphe se base sur le calcul de...

    docs.aspose.com/slides/fr/python-net/faq/
  7. Bekerja dengan Paragraf di Python|Aspose.Words ...

    Sisipkan paragraf dan tentukan formatnya dalam dokumen menggunakan Python....paragraf diwakili oleh kelas Paragraph . Sisipkan Paragraf Untuk...ditentukan oleh properti paragraph_format . Contoh kode berikut...

    docs.aspose.com/words/id/python-net/working-wit...
  8. BuiltInDocumentProperties.ContentStatus | Aspos...

    Hantera ditt dokuments innehållsstatus enkelt med egenskapen ContentStatus i BuiltInDocumentProperties. Förbättra organisationen och effektiviteten idag!...= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...egenskapen "Stycken". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/sv/net/aspose.words....
  9. Lưu trữ

    Lưu trữ...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...getDocument()); paragraph.getChildNodes().add(currNode.deepClone(true));...

    blog.aspose.com/vi/words/extract-text-from-word...
  10. Insérer des champs dans Java|Aspose.Words pour ...

    Différentes façons d'insérer des champs dans votre document en utilisant Java....MERGE à l’aide de DOM à un paragraphe d’un document: Insertion...ADDRESSBLOCK à l’aide de DOM à un paragraphe d’un document: Insertion...

    docs.aspose.com/words/fr/java/insert-fields/