Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 18,953 for

paragraphs

(0.14 sec)
  1. Formatear texto de PowerPoint en Python|Documen...

    Aprenda a formatear y dar estilo al texto en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para Python vía .NET. Personalice fuentes, colores, alineación y más con potentes ejemplos de código Python.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/es/python-net/text-forma...
  2. Style.automaticallyUpdate property | Aspose.Wor...

    Style.automaticallyUpdate property. Specifies whether this style is automatically redefined based on the appropriate value....style when the appropriate paragraph formatting has been changed...property is applicable to paragraph styles only. The default value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.anchor_locked property | Aspose.Words...

    ShapeBase.anchor_locked property. Specifies whether the shape's anchor is locked....lock or unlock a shape’s paragraph anchor. doc = aw . Document...an anchor attached to this paragraph.' ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Comment constructor | Aspose.Words for Python

    aspose.words.Comment constructor...insert_before() on the paragraph where you want the comment...how to add a comment to a paragraph. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Verwalten von Textabschnitten in Präsentationen...

    Erfahren Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für Android via Java verwalten, um Leistung und Anpassung zu steigern....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/de/androidjava/portion/
  6. Aspose.Words.Lists module | Aspose.Words for No...

    The Aspose.Words.Lists module contains classes for working with bulleted and numbered lists defined in a document....formatting is applied to a paragraph. To learn more, visit the...label from the text of the paragraph. Aspose.Words.Layout module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Добавление текста в PDF|Aspose.PDF для Python ч...

    Изучите, как добавить текст, HTML‑фрагменты, списки, ссылки и пользовательские шрифты в PDF‑документы на Python....paragraphs.add(text_fragment) . Сохраните...Position ( 100 , 600 ) page . paragraphs . add ( text_fragment ) document...

    docs.aspose.com/pdf/ru/python-net/add-text-to-p...
  8. Гиперссылка|Документация Aspose.Slides

    Добавляйте и управляйте гиперссылками в Aspose.Slides для .NET: связывайте текст, формы и изображения, задавайте цели и действия для PPT, PPTX и ODP с примерами на C#.... Paragraphs [ 0 ]. Portions [ 0 ]; textPortion...textPortion = shape . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]; textPortion...

    docs.aspose.com/slides/ru/net/examples/elements...
  9. الارتباط التشعبي|توثيق Aspose.Slides

    إضافة وإدارة الارتباطات التشعبية في Aspose.Slides for .NET: ربط النصوص والأشكال والصور، تعيين الأهداف والإجراءات لملفات PPT و PPTX و ODP مع أمثلة بلغة C#.... Paragraphs [ 0 ]. Portions [ 0 ]; textPortion...textPortion = shape . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]; textPortion...

    docs.aspose.com/slides/ar/net/examples/elements...
  10. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....new paragraph and append the watermark to this paragraph. Paragraph...Paragraph watermarkPara = new Paragraph ( doc ); watermarkPara . appendChild...

    docs.aspose.com/words/java/add-watermark/