Sort Score
Result 10 results
Languages All
Labels All
Results 6,481 - 6,490 of 18,543 for

paragraphs

(0.12 sec)
  1. TabStop.Leader | Aspose.Words per .NET

    Scopri le proprietà di TabStop Leader per personalizzare i tipi di linea guida per le tue tabulazioni, migliorando la chiarezza e la presentazione dei tuoi documenti. Ottimizza la tua formattazione oggi stesso!... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Table.horizontal_anchor property | Aspose.Words...

    Table.horizontal_anchor property. Gets the base object from which the horizontal positioning of floating table should be calculated... PARAGRAPH , table . vertical_anchor...COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Font.tint_and_shade property | Aspose.Words for...

    Font.tint_and_shade property. Gets or sets a double value that lightens or darkens a color.... PARAGRAPH , 'ThemedStyle' ) style ....tint_and_shade = 0.3 builder . paragraph_format . style_name = 'ThemedStyle'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.vertical_anchor property | Aspose.Words f...

    Table.vertical_anchor property. Gets the base object from which the vertical positioning of floating table should be calculated... PARAGRAPH , table . vertical_anchor...COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StyleCollection.DefaultParagraphFormat | Aspose...

    Scopri la proprietà DefaultParagraphFormat di StyleCollection per accedere facilmente e personalizzare la formattazione predefinita dei paragrafi del tuo documento, migliorandone la leggibilità....Paragraph", la raccolta applicherà i...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Range.replaceRegex method | Aspose.Words for No...

    Aspose.Words.Range.replaceRegex method...to work with breaks: &p - paragraph break &b - section break &m...to work with breaks: &p - paragraph break &b - section break &m...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Créer un document PDF par programmation|Aspose....

    Cette page décrit comment créer un document PDF à partir de zéro avec Aspose.PDF pour Python via la bibliothèque .NET....TextFragment à la collection de paragraphs de la page Enregistrez le...à la nouvelle page page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/fr/python-net/create-document/
  8. ParagraphFormat.TabStops | Aspose.Words för .NET

    Upptäck egenskapen ParagraphFormat TabStops för att enkelt hantera anpassade tabbstopp, förbättra dokumentformateringen och förbättra läsbarheten.... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....object Add TextFragment to Paragraph collection of the page Save..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/cpp/create-document/
  10. Tworzenie pliku PDF przy użyciu .NET | Aspose.PDF

    W tym temacie przedstawiono, jak używać Aspose.PDF for .NET API do łatwego generowania i odczytywania plików PDF w aplikacjach .NET....TextFragment do kolekcji Paragraphs strony. Zapisz plik PDF za.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    products.aspose.com/pdf/pl/net/create/