Sort Score
Result 10 results
Languages All
Labels All
Results 7,041 - 7,050 of 18,538 for

paragraph

(0.3 sec)
  1. BuiltInDocumentProperties.LinksUpToDate | Aspos...

    اكتشف ميزة BuiltInDocumentProperties LinksUpToDate، مما يضمن تحديث الروابط التشعبية في مستندك ويعزز موثوقية المحتوى الخاص بك....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...المضمنة "الفقرات". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/ar/net/aspose.words....
  2. BuiltInDocumentProperties.LinksUpToDate | Aspos...

    Scopri la funzionalità LinksUpToDate di BuiltInDocumentProperties, che garantisce che i collegamenti ipertestuali del tuo documento siano sempre aggiornati e migliora l'affidabilità del tuo contenuto....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope..."Paragrafi". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/it/net/aspose.words....
  3. BuiltInDocumentProperties.LinksUpToDate | Aspos...

    Upptäck funktionen LinksUpToDate i BuiltInDocumentProperties, som säkerställer att hyperlänkarna i ditt dokument är aktuella och förbättrar innehållets tillförlitlighet....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...egenskapen "Stycken". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/sv/net/aspose.words....
  4. FieldAutoNumLgl.separator_character property | ...

    FieldAutoNumLgl.separator_character property. Gets or sets the separator character to be used.... current_paragraph . paragraph_format . style_identifier... builder . current_paragraph . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BuiltInDocumentProperties.Bytes | Aspose.Words ...

    Scopri la proprietà Bytes di BuiltInDocumentProperties, uno strumento essenziale per stimare le dimensioni dei documenti, migliorando l'efficienza e la gestione dei file....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope..."Paragrafi". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/it/net/aspose.words....
  6. ImportFormatOptions.KeepSourceNumbering | Aspos...

    تحكم في ترقيم المستندات باستخدام خاصية KeepSourceNumbering في ImportFormatOptions. أدر التعارضات بسهولة لضمان عمليات استيراد سلسة. الافتراضي خطأ....importFormatOptions ); foreach ( Paragraph paragraph in srcDoc . FirstSection...FirstSection . Body . Paragraphs ) { Node importedNode = importer . ImportNode...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. PDF Rendering is Broken with Huge Images in a T...

    Hello Aspose, we are suffering from a major bug if images appear in a table. The resulting PDF is incomplete if two following images are too large for one page. The expected result would be that the 2nd image is appeari…...Paragraphs.Count); return Path.Combine(myDataDir...image + ".png") }; cell11.Paragraphs.Add(image11); var row12 =...

    forum.aspose.com/t/pdf-rendering-is-broken-with...
  8. ארכיון

    ארכיון...Paragraphs . אחזר והדפיס טקסט מכל חלק...foreach (Paragraph para in textFramesSlideOne[i].Paragraphs) { //עברו...

    blog.aspose.com/he/slides/extract-text-from-pow...
  9. Создание сложного PDF|Aspose.PDF для Python чер...

    Aspose.PDF для Python через .NET позволяет создавать более сложные документы, содержащие изображения, текстовые фрагменты и таблицы в одном документе.... Добавьте заголовок в paragraphs страницы. Создайте TextFragment...центру. Добавьте (описание) в Paragraphs страницы. Создайте таблицу...

    docs.aspose.com/pdf/ru/python-net/complex-pdf-e...
  10. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET.... Add Graph object to paragraphs collection of page. Save...object to paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/net/add-curve/