Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 18,567 for

paragraphs

(2.45 sec)
  1. Estrai testo e immagini da file PPTX utilizzand...

    Python codice sorgente per analizzare la presentazione PPTX....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/it/python-net/parser...
  2. Exemplo de Hello World usando a linguagem C#|As...

    Este exemplo demonstra como criar um documento PDF simples com o texto Hello World usando Aspose.PDF...TextFragment à coleção de Paragraph da página. Salvar o documento...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/pt/net/hello-world-example/
  3. ParagraphFormat.SpaceAfterAuto | Aspose.Words p...

    Scopri la proprietà ParagraphFormat SpaceAfterAuto. Regola automaticamente la spaziatura dei paragrafi per un layout del documento più pulito e professionale....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...

    reference.aspose.com/words/it/net/aspose.words/...
  4. Aspose::Words::StyleCollection::get_DefaultFont...

    Aspose::Words::StyleCollection::get_DefaultFont method. Gets document default text formatting in C++....Paragraph", the collection will apply...:: Words :: StyleType :: Paragraph , u "MyStyle" ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. TabLeader Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.TabLeader-enumerationen, som definierar hänvisningslinjer för tabbar, förbättrar dokumentformatering och läsbarhet i dina projekt....Document doc = new Document (); Paragraph para = doc . FirstSection.... Save ( ArtifactsDir + "Paragraph.TabStops.docx" ); Se även...

    reference.aspose.com/words/sv/net/aspose.words/...
  6. Cell.LastParagraph | Aspose.Words per .NET

    Scopri la proprietà Cell LastParagraph. Accedi facilmente all'ultimo paragrafo dagli elementi figlio immediati per una gestione efficiente dei contenuti.... public Paragraph LastParagraph { get ; } Esempi...docx" ); Guarda anche class Paragraph class Cell spazio dei nomi...

    reference.aspose.com/words/it/net/aspose.words....
  7. Lưu trữ

    Lưu trữ...paragraph_format paragraphFormat.first_line_indent...builder.writeln("A whole paragraph.") # lưu tài liệu doc.save("out...

    blog.aspose.com/vi/words/create-word-documents-...
  8. Display html markup in a TextAnnotation - Free ...

    Is it possible to display html markup in a TextAnnotation? I have tried assigning to TextAnnotation.RichText rather than TextAnnotation.Contents but it then displays nothing. We are using version 8.8.0 TIA Dan...Paragraphs.Add(htmlFragment); pdfDocument...pdfDocument.Pages[1].Paragraphs.Add(vSomeFloatingBox); pdfDocument...

    forum.aspose.com/t/display-html-markup-in-a-tex...
  9. Укажите параметры компоновки в Python|Aspose.Wo...

    Укажите параметры компоновки для различных макетов документов, используя Python.... show_paragraph_marks – значение Boolean ...отображения не задано свойство show_paragraph_marks . В Microsoft Word эти...

    docs.aspose.com/words/ru/python-net/specify-lay...
  10. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....resultant graph object to the paragraph collection of the selected...added to the PDF page as a paragraph item. Code to Draw a Circle...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...