Sort Score
Result 10 results
Languages All
Labels All
Results 5,691 - 5,700 of 18,953 for

paragraphs

(0.16 sec)
  1. Архивы

    Архивы...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...getDocument()); paragraph.getChildNodes().add(currNode.deepClone(true));...

    blog.aspose.com/ru/words/extract-text-from-word...
  2. Aspose.Words DOM|Aspose.Words para Python via .NET

    El modelo de objetos de documento (DOM) es una representación en memoria de un documento de Word. Leer, manipular y modificar el contenido y el formato de un documento de Word usando Python....nodos, por ejemplo, Section o Paragraph , derivan de la clase CompositeNode...esquema. Document , Section , Paragraph , Table , Shape , Run y todas...

    docs.aspose.com/words/es/python-net/aspose-word...
  3. Párrafo|Aspose.Slides para Node.js a través de ...

    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....coordenadas rectangulares del Paragraph dentro de la colección de...getCount (); i ++ ) { const paragraph = textFrame . getParagraphs...

    docs.aspose.com/slides/es/nodejs-java/paragraph/
  4. Document.Accept | Aspose.Words per .NET

    Semplifica la gestione dei visitatori con il nostro metodo di accettazione dei documenti. Migliora sicurezza ed efficienza per un'esperienza impeccabile.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Création d'un PDF complexe|Aspose.PDF for .NET

    Aspose.PDF pour NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....fragments de texte (en-tête et paragraphe), et un tableau. Pour construire...centré. Ajouter l’en-tête aux Paragraphes de la page. Créer un TextFragment...

    docs.aspose.com/pdf/fr/net/complex-pdf-example/
  6. نص رياضي|توثيق Aspose.Slides لـ PHP

    العمل مع النص الرياضي في PHP باستخدام Aspose.Slides: إنشاء وتعديل المعادلات، الكسور، الجذور، النصوص الفرعية، التنسيق، وعرض النتائج لملفات PPT و PPTX.... $paragraph = $mathShape -> getTextFrame...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/ar/php-java/examples/ele...
  7. ReplacingArgs Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Replacing.ReplacingArgs för effektiv anpassad textersättning i dina dokument. Förbättra ditt arbetsflöde idag!... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/sv/net/aspose.words....
  8. Content hierarchy error - inserted sub sections...

    Content is inserted into a SDT There is no documented breaking change from 24.8 to 24.9 in this regard. Probably the content has to be created differently now? See demo code and document in the attached archive. Until…..., the surrounding Paragraph or Table ) and then move the...sdtIndex, true); Paragraph newPara = new Paragraph(doc); newPara...

    forum.aspose.com/t/content-hierarchy-error-inse...
  9. Editar documento HTML en C# – Aspose.HTML for .NET

    Aprenda a leer o modificar el modelo de objetos de documento, a crear un elemento HTML y a utilizar CSS en línea, CSS interno y CSS externo.... Body ; 7 8 // Create a paragraph element 9 HTMLParagraphElement...SetAttribute ( "id" , "my-paragraph" ); 13 14 // Create a text...

    docs.aspose.com/html/es/net/edit-html-document/
  10. PDF转换为Word后内容在图文框中,取元素为图片,且程序无法从框中获取文字信息 - Free...

    问题: 使用 AsPose 将 PDF 转换为 Word 后,Word 中文本内容被文本框包裹(使用 flow 转换则会损失部分布局), 获取元素时获取到的是图片,且无法从框中获取文字。(从 Paragraph 中可以获取文字,但 Paragraph 为按行获取,这样会损失原本框的具体边界等信息)...(从 Paragraph 中可以获取文字,但 Paragraph 为按行获取,这样会损失原本框的具体边界等信息)...但是这里的文本框中无法获取信息,只能通过paragraph获取文本。 且paragraph为按文本框中的行获取的文本,这样翻译则语义混乱。...

    forum.aspose.com/t/pdf-word/310647