Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 18,331 for

paragraph

(0.15 sec)
  1. Font.Subscript | Aspose.Words för .NET

    Upptäck egenskapen Teckensnittsnedsänkning. Formatera enkelt text som nedsänkning för förbättrad läsbarhet och stil i dina dokument. Förbättra din design idag!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Höj denna textsekvens...

    reference.aspose.com/words/sv/net/aspose.words/...
  2. Font.Superscript | Aspose.Words för .NET

    Upptäck egenskapen Font Superscript, formatera enkelt text som upphöjd skrift för förbättrad läsbarhet och stil i dina dokument. Förbättra din design idag!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Höj denna textsekvens...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. DocumentVisitor Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.DocumentVisitor, din grund för att skapa anpassade dokumentbesökare för att förbättra dokumentbearbetning och manipulation....virtual VisitParagraphEnd ( Paragraph ) Anropas när uppräkningen...virtual VisitParagraphStart ( Paragraph ) Anropas när uppräkningen...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. 超链接|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 添加、编辑和删除超链接:链接文本、形状、幻灯片、URL 和电子邮件;为 PPT、PPTX 和 ODP 设置目标和操作。... paragraphs [ 0 ] . portions [ 0 ] text_portion...text_portion = shape . text_frame . paragraphs [ 0 ] . portions [ 0 ] hyperlink...

    docs.aspose.com/slides/zh/python-net/examples/e...
  5. CustomXmlProperty.name property | Aspose.Words ...

    CustomXmlProperty.name property. Specifies the name of the custom XML attribute or smart tag property.... first_paragraph . append_child ( smart_tag...first_section . body . first_paragraph . append_child ( aw . Run...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Inline.ParentParagraph | Aspose.Words لـ .NET

    اكتشف خاصية Inline ParentParagraph للوصول بسهولة إلى الفقرة الأصلية لأي عقدة، مما يعزز كفاءة الترميز وبنيته....يسترد الأصل Paragraph من هذه العقدة. public Paragraph ParentParagraph...Revisions [ 0 ]. ParentNode ; Paragraph firstParagraph = run . ParentParagraph...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. SmartTag.uri property | Aspose.Words for Python

    SmartTag.uri property. Specifies the namespace URI of the smart tag.... first_paragraph . append_child ( smart_tag...first_section . body . first_paragraph . append_child ( aw . Run...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomXmlProperty.value property | Aspose.Words...

    CustomXmlProperty.value property. Gets or sets the value of the custom XML attribute or smart tag property.... first_paragraph . append_child ( smart_tag...first_section . body . first_paragraph . append_child ( aw . Run...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MarkdownEmptyParagraphExportMode | Aspose.Words...

    Specifies how Aspose.Words exports empty Paragraphs to Markdown in Java....Words exports empty paragraphs to Markdown. Examples: Shows...Shows how to export empty paragraphs. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Python を使用したプレゼンテーションのテキスト部分の管理|Aspose.Slides f...

    Aspose.Slides for Python via .NET を使用して、PowerPoint および OpenDocument プレゼンテーションのテキスト部分を管理し、パフォーマンスとカスタマイズ性を向上させる方法を学びます。...text_frame for paragraph in text_frame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/ja/python-net/portion/