Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 18,592 for

paragraphs

(0.07 sec)
  1. FieldBuilder.BuildAndInsert | Aspose.Words for ...

    Effortlessly enhance your documents with FieldBuilder's BuildAndInsert method—quickly add fields before any inline node for seamless integration....Words BuildAndInsert( Paragraph ) Builds and inserts a field...specified paragraph. public Field BuildAndInsert ( Paragraph refNode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. TextPath.Italic | Aspose.Words for .NET

    Discover the TextPath Italic property. Easily check if your font is styled in italic for enhanced text design and readability. Boost your typography today!...<summary> /// Insert a new paragraph with a WordArt shape inside...textFontFamily ; Paragraph para = ( Paragraph ) doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  3. TextPath.Underline | Aspose.Words for .NET

    Discover the TextPath Underline property. Easily enhance your typography with underlined fonts to improve readability and design appeal....<summary> /// Insert a new paragraph with a WordArt shape inside...textFontFamily ; Paragraph para = ( Paragraph ) doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Shape.TextPath | Aspose.Words for .NET

    Customize your WordArt with the Shape TextPath property to enhance visual appeal and create stunning text effects easily....<summary> /// Insert a new paragraph with a WordArt shape inside...textFontFamily ; Paragraph para = ( Paragraph ) doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  5. TextPath.RotateLetters | Aspose.Words for .NET

    Discover the TextPath RotateLetters property to enhance your designs by controlling text rotation for a dynamic visual effect. Elevate your creativity!...<summary> /// Insert a new paragraph with a WordArt shape inside...textFontFamily ; Paragraph para = ( Paragraph ) doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::ImportFormatOptions::get_KeepSou...

    Aspose::Words::ImportFormatOptions::get_KeepSourceNumbering method. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents. The default value is false in C++....importFormatOptions ); for ( auto && paragraph : System :: IterateOver <...< Aspose :: Words :: Paragraph > ( srcDoc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/imp...
  7. C#을 사용하여 HTML, MHTML 및 Markdown 편집

    C#에서 HTML, Markdown 및 MHTML 파일을 편집하는 코드입니다. Aspose.HTML for .NET API 함수를 사용하여 문서의 콘텐츠를 생성, 제거 또는 편집할 수 있습니다....Body; // Create a paragraph element var p = (HTMLPara...SetAttribute( "id" , "my-paragraph" ); // Create a text node...

    products.aspose.com/html/ko/net/editor/
  8. Архивы

    Архивы...paragraph_format.alignment = aw.ParagraphAlignment...builder.move_to(cell.first_paragraph) # Build the inner table....

    blog.aspose.com/ru/words/create-table-in-word-u...
  9. Управление свойствами презентации с помощью Pyt...

    Освойте свойства презентаций в Aspose.Slides for Python via .NET и упростите поиск, брендинг и рабочий процесс в ваших файлах PowerPoint....[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...] paragraph . portions . clear () new_portion = slides . Portion...

    docs.aspose.com/slides/ru/python-net/presentati...
  10. 程序化创建PDF文档|Aspose.PDF for Python via .NET

    本页描述如何使用Aspose.PDF for Python via .NET库从头开始创建PDF文档。...集合中 将 TextFragment 添加到页面的 paragraphs 集合中 保存生成的 PDF 文档 import aspose..." ) # 将文本片段添加到新页面 page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/zh/python-net/create-document/