Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 18,530 for

paragraphs

(1.17 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. 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...
  3. 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....
  4. 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/...
  5. 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/...
  6. Создание таблицы на слайде PowerPoint в VSTO и ...

    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...//Установить размер шрифта 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. FontHeight...

    docs.aspose.com/slides/ru/net/creating-a-table-...
  7. Création d'un tableau sur une diapositive Power...

    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/fr/net/creating-a-table-...
  8. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for Java master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear Java code...."Company Name" ); IParagraph paragraph = textBox . getTextFrame ()...getParagraphs (). get_Item ( 0 ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/java/examples/elements/m...
  9. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for Android master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear Java code...."Company Name" ); IParagraph paragraph = textBox . getTextFrame ()...getParagraphs (). get_Item ( 0 ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/androidjava/examples/ele...
  10. Aspose.PDF С++ Example|Aspose.PDF for C++

    このページは、テキストを含むPDFドキュメントを作成するためのシンプルなプログラミングの使用方法を示しています - Hello World....auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/ja/cpp/hello-world-example/