Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 19,003 for

paragraph

(0.21 sec)
  1. Chercher

    chercher...fichier HTML où un titre, un paragraphe et une liste seront ajoutés...ajoutez-le au document. Ajoutez un paragraphe et ajoutez-le. Ajoutez un...

    blog.aspose.com/fr/html/create-html-in-java/
  2. Aspose.Wordsรูปแบบวัตถุเอกสาร(DOM)|Aspose.Words...

    รูปแบบวัตถุเอกสาร(DOM)เป็นตัวแทนในหน่วยความจำของเอกสารคำ อ่านจัดการและแก้ไขเนื้อหาและการฟอร์แมตของเอกสารคำด้วยJava....หนดอื่นเช่น Section หรือ Paragraph ได้มาจากคลาสของ CompositeNode...าง. Document , Section , Paragraph , Table , Shape , Run , แ...

    docs.aspose.com/words/th/java/aspose-words-docu...
  3. EditableRange.EditorGroup | Aspose.Words för .NET

    Hantera användarbehörigheter enkelt med egenskapen EditableRange EditorGroup, vilket ger kontroll över redigeringsåtkomst för förbättrat samarbete...." + "we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph inside the outer editable...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. Automatisation de la génération PowerPoint en ....

    Automatisez la création de diapositives sur les plateformes cloud avec Aspose.Slides pour .NET—générez, modifiez et convertissez rapidement et de manière fiable les fichiers PowerPoint et OpenDocument....text ) { var paragraph = new Paragraph (); paragraph . ParagraphFormat...Symbol ; paragraph . ParagraphFormat . Indent = 15 ; paragraph . ParagraphFormat...

    docs.aspose.com/slides/fr/net/automating-powerp...
  5. Présentation du générateur de documents dans Py...

    DocumentBuilder vous permet de créer des documents dynamiques à partir de zéro ou d'ajouter de nouveaux éléments à ceux existants à l'aide de Python. DocumentBuilder fournit des méthodes pour insérer du texte, des cases à cocher, des tableaux, des images et d'autres éléments de contenu dans Python....cocher, des objets ole, des paragraphes, des listes, des tableaux...polices, le formatage des paragraphes ou des sections et d’effectuer...

    docs.aspose.com/words/fr/python-net/document-bu...
  6. Markdown를 DOM로 번역하세요|Python via .NET용 Aspose.Words

    Markdown 문서를 Document Object Model로 변환하고 Python을 사용하여 다시 변환합니다. 따라서 복잡한 기존 Markdown로 작업하고 처음부터 프로그래밍 방식으로 Markdown 문서를 만들 수 있습니다.... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/ko/python-net/translate-m...
  7. Archiwa

    Archiwa...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/pl/slides/convert-ppt-to-video-...
  8. ארכיון

    ארכיון...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/he/slides/convert-ppt-to-video-...
  9. 在 .NET 中管理演示文稿的文本片段|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中管理文本片段,从而提升性能和自定义能力。...foreach ( var paragraph in textFrame . Paragraphs ) { foreach (...( Portion portion in paragraph . Portions ) { PointF point =...

    docs.aspose.com/slides/zh/net/portion/
  10. Administrar porciones de texto en presentacione...

    Aprenda cómo gestionar porciones de texto en presentaciones de PowerPoint usando Aspose.Slides para C++, mejorando el rendimiento y la personalización....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/es/cpp/portion/