Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 18,335 for

paragraph

(0.2 sec)
  1. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...the page's paragraphs collection page.Paragraphs.Add(image);...fs; // 將圖像添加到頁面的段落集合中 page.Paragraphs.Add(image); // 保存PDF文檔 pdfDocument...

    forum.aspose.com/t/tif-pdf/293699
  2. Архів

    Архів...Paragraphs.Add(Image) . Встановіть потік...колекції абзаців розділу page.Paragraphs.Add(image1); // Встановити...

    blog.aspose.com/uk/pdf/convert-image-to-pdf-csh...
  3. ארכיון

    ארכיון...Paragraphs.Add(Image) . הגדר את זרם...לאוסף הפסקאות של הקטע page.Paragraphs.Add(image1); // הגדר את זרם...

    blog.aspose.com/he/pdf/convert-image-to-pdf-csh...
  4. Working with Headings in PDF|Aspose.PDF para C++

    Crear numeración en el encabezado de su documento PDF con C++. Aspose.PDF para C++ muestra diferentes tipos de estilos de numeración....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/es/cpp/working-with-headings/
  5. .NETでPowerPointプレゼンテーションを動画に変換する|Aspose.Slides ...

    .NET で PowerPoint プレゼンテーションを動画に変換する方法を学びます。サンプル C# コードと自動化技術を活用してワークフローを効率化しましょう。... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...for .NET" )); Paragraph para2 = new Paragraph (); para2 . Portions...

    docs.aspose.com/slides/ja/net/convert-powerpoin...
  6. Archiwa

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

    blog.aspose.com/pl/words/working-with-table-of-...
  7. 档案

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

    blog.aspose.com/zh/words/work-with-table-of-con...
  8. Chercher

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

    blog.aspose.com/fr/words/work-with-table-of-con...
  9. Lưu trữ

    Lưu trữ...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/vi/words/work-with-table-of-con...
  10. แก้ไข HTML ใน C# – Aspose.HTML for .NET

    รหัสสำหรับแก้ไขไฟล์ HTML ใน C# ใช้ Aspose.HTML สำหรับฟีเจอร์ .NET API เพื่อสร้าง ลบ หรือแก้ไขเนื้อหาของเอกสาร HTML...Body; // Create a new paragraph element var p = (HTMLPara...CreateTextNode( "We add a new paragraph to an HTML document." ); //...

    products.aspose.com/html/th/net/editor/html/