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

paragraphs

(0.7 sec)
  1. TableStyle class | Aspose.Words for Python

    aspose.words.TableStyle class. Represents a table style...formatting properties of a paragraph style. (Inherited from Style...(Inherited from Style ) next_paragraph_style_name Gets/sets the name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ハイパーリンク|Aspose.Slides ドキュメント

    Aspose.Slides for Java でハイパーリンクを追加および管理します。テキスト、シェイプ、画像にリンクし、PPT、PPTX、ODP のターゲットやアクションを Java のサンプルで設定します。...( "Aspose" ); IParagraph paragraph = shape . getTextFrame ()...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/ja/java/examples/element...
  3. Поворот текста внутри PDF с использованием C++|...

    Узнайте о различных способах поворота текста в PDF. Aspose.PDF позволяет поворачивать текст на любой угол, поворачивать фрагмент текста или целый абзац....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...абзац paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/ru/cpp/rotate-text-inside-pdf/
  4. DocumentBuilder.insert_document_inline method |...

    DocumentBuilder.insert_document_inline method. Inserts a document inline at the cursor position....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OutlineLevel Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.OutlineLevel per gestire facilmente i livelli di struttura dei paragrafi nei tuoi documenti, per una maggiore organizzazione e chiarezza.... Writeln ( "Paragraph outline level 1." ); // Il...Level2 ; builder . Writeln ( "Paragraph outline level 2." ); // Due...

    reference.aspose.com/words/it/net/aspose.words/...
  6. FieldStyleRef.SearchFromBottom | Aspose.Words f...

    Discover the FieldStyleRef SearchFromBottom property, control search direction on your page for enhanced user experience and efficiency....)" ; // Add text and apply paragraph styles that STYLEREF fields...Style = doc . Styles [ "List Paragraph" ]; builder . Writeln ( "Item...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldStyleRef.SuppressNonDelimiters | Aspose.Wo...

    Control nondelimiter characters with the FieldStyleRef SuppressNonDelimiters property. Enhance data clarity and presentation in your applications....)" ; // Add text and apply paragraph styles that STYLEREF fields...Style = doc . Styles [ "List Paragraph" ]; builder . Writeln ( "Item...

    reference.aspose.com/words/net/aspose.words.fie...
  8. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a section at the given index....body, which in turn has a paragraph. # We can add contents to...shapes, or tables to that paragraph. self . assertEqual ( aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Document::EnsureMinimum method |...

    Aspose::Words::Document::EnsureMinimum method. If the document contains no sections, creates one section with one paragraph in C++....creates one section with one paragraph. void Aspose :: Words :: Document...child Body and one child Paragraph. // We can edit the document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. تحريك نص PowerPoint في PHP|توثيق Aspose.Slides ...

    إنشاء نص متحرك ديناميكي في عروض PowerPoint و OpenDocument التقديمية باستخدام Aspose.Slides للـ PHP عبر Java، مع أمثلة كود سهلة المتابعة ومُحسّنة....getShapes () -> get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame...getMainSequence () -> addEffect ( $paragraph , EffectType :: Fly , EffectSubType...

    docs.aspose.com/slides/ar/php-java/animated-text/