Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 15,599 for

paragraphs

(0.04 sec)
  1. Управление гиперссылками|Документация Aspose.Sl...

    Добавить гиперссылку в презентацию PowerPoint на C# или .NET... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...com/" ); shape1 . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/ru/net/manage-hyperlinks/
  2. ParagraphFormat.AddSpaceBetweenFarEastAndDigit ...

    Optimize your document's layout with the AddSpaceBetweenFarEastAndDigit property, enhancing readability by adjusting spacing between East Asian text and numbers....Asian text in the current paragraph. public bool AddSpaceBetweenFarEa...Examples Shows how to insert a paragraph into the document. Document...

    reference.aspose.com/words/net/aspose.words/par...
  3. RelativeVerticalPosition | Aspose.Words for Java

    Specifies to what the vertical position of a shape or text frame is relative in Java.... PARAGRAPH The object is positioned relative...relative to the top of the paragraph that contains the anchor....

    reference.aspose.com/words/java/com.aspose.word...
  4. ตัวหนาใน Markdown – ตัวอย่างโค้ด C#

    สร้างข้อความตัวหนา Markdown ใน C# ใช้ไลบรารี C# เพื่อสร้าง Markdown ตั้งแต่เริ่มต้น และเปิด แยกวิเคราะห์ หรือแก้ไขไฟล์ MD...Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...and whitespace to the paragraph paragraph.AppendChild(mdf.Text(...

    products.aspose.com/html/th/net/markdown-bold/
  5. Font.SmallCaps | Aspose.Words per .NET

    Scopri la proprietà Font SmallCaps. Formatta facilmente il testo in maiuscolo per una migliore leggibilità e un aspetto elegante nei tuoi progetti....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Esistono due modi per...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Aspose::Words::ParagraphFormat::get_RightIndent...

    Aspose::Words::ParagraphFormat::get_RightIndent method. Gets or sets the value (in points) that represents the right indent for paragraph in C++....represents the right indent for paragraph. double Aspose :: Words ::...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. Aspose::Words::ParagraphFormat::get_LeftIndent ...

    Aspose::Words::ParagraphFormat::get_LeftIndent method. Gets or sets the value (in points) that represents the left indent for paragraph in C++....represents the left indent for paragraph. double Aspose :: Words ::...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. FrameFormat.HorizontalDistanceFromText | Aspose...

    Upptäck egenskapen FrameFormat HorizontalDistanceFromText för att mäta avståndet mellan ramar och text i punkter, vilket förbättrar din dokumentlayout....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. FrameFormat.VerticalPosition | Aspose.Words för...

    Upptäck egenskapen FrameFormat VerticalPosition, som mäter det vertikala avståndet från ramkanten till ditt angivna objekt, vilket förbättrar layoutprecisionen....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...insert_paragraph() builder.paragraph_format.space_before...space_before = 0 builder.paragraph_format.space_after = 6 builder.font...

    forum.aspose.com/t/docx/310697