Sort Score
Result 10 results
Languages All
Labels All
Results 8,081 - 8,090 of 18,953 for

paragraph

(0.22 sec)
  1. InlineStory.FirstParagraph | Aspose.Words per .NET

    Scopri la proprietà FirstParagraph di InlineStory per accedere facilmente al primo paragrafo del tuo articolo e migliorarlo per un maggiore coinvolgimento.... public Paragraph FirstParagraph { get ; } Esempi...comment . AppendChild ( new Paragraph ( doc ))); builder . Write...

    reference.aspose.com/words/it/net/aspose.words/...
  2. BorderCollection.Item | Aspose.Words för .NET

    Upptäck egenskapen BorderCollection Item för att enkelt komma åt kantobjekt efter typ. Effektivisera din design med effektiv kanthantering!... Write ( "This paragraph is formatted with a double...Writeln ( "Paragraph 1." ); builder . Write ( "Paragraph 2." ); //...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. Python'te İmleçle Gezinme|Python via .NET için ...

    Python'i kullanarak bir belge içindeki paragraf, yer imi veya belirli bir karakter gibi farklı düğümler arasında gezinin.... Ayrıca current_paragraph ve current_section özelliklerini...veya Paragrafa Git move_to_paragraph veya move_to_section yöntemlerini...

    docs.aspose.com/words/tr/python-net/navigation-...
  4. Crear una tabla en una diapositiva de PowerPoin...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Paragraphs ( 0 , tf . TextRange . Text...//Set font size of 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. FontHeight...

    docs.aspose.com/slides/es/net/creating-a-table-...
  5. Exporter des équations mathématiques depuis les...

    Déverrouillez une exportation fluide des équations mathématiques de PowerPoint vers MathML avec Aspose.Slides pour .NET — préservez la mise en forme et améliorez la compatibilité.... Paragraphs [ 0 ]. Portions [ 0 ]). MathParagraph...exporté vers MathML — un paragraphe ou un bloc de formule individuel...

    docs.aspose.com/slides/fr/net/exporting-math-eq...
  6. 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/
  7. 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
  8. Архів

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

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

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

    blog.aspose.com/he/pdf/convert-image-to-pdf-csh...
  10. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library....to paragraphs collection of FloatingBox aBox . Paragraphs . Add...to paragraphs collection of page object page . Paragraphs . Add...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/