Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 18,522 for

paragraph

(0.09 sec)
  1. Управление темами презентаций в .NET|Документац...

    Создавайте, настраивайте и конвертируйте файлы PowerPoint с единым фирменным стилем, используя мастер‑темы презентаций в Aspose.Slides для .NET....100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/ru/net/presentation-theme/
  2. Procurar

    Procurar...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/pt/words/working-with-table-of-...
  3. 搜索

    搜索...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/zh-hant/words/work-with-table-o...
  4. Chercher

    chercher...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/fr/slides/create-three-d-effect...
  5. Lưu trữ

    Lưu trữ...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/vi/slides/create-three-d-effect...
  6. ค้นหา

    ค้นหา...SetAttribute("id", "first-paragraph"); // 3. สร้างโหนดข้อความ...CreateTextNode("This is first paragraph. "); // 4. เพิ่มข้อความในย่อหน้า...

    blog.aspose.com/th/html/create-read-edit-html-f...
  7. 搜索

    搜索...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/zh-hant/slides/create-three-d-e...
  8. 搜索

    搜索...Paragraphs[0].Portions[0].PortionFormat...// 設置超鏈接 shape1.TextFrame.Paragraphs[0].Portions[0].PortionFormat...

    blog.aspose.com/zh-hant/slides/work-with-hyperl...
  9. Working with Headings in PDF|Aspose.PDF for C++

    Create numbering in heading your PDF document with C++. Aspose.PDF for C++ shows different kinds of numbering styles....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/cpp/working-with-headings/
  10. إنشاء مستند PDF|Aspose.PDF لـ C++

    توضح هذه المقالة كيفية إنشاء وتنسيق مستند PDF باستخدام Aspose.PDF لـ C++....إضافة TextFragment إلى مجموعة Paragraphs للصفحة حفظ مستند PDF الناتج...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/ar/cpp/create-pdf-document/